SVG/XAML: Defining a path which looks like an arrow
Posted
by blahblah
on Stack Overflow
See other posts from Stack Overflow
or by blahblah
Published on 2010-01-31T16:49:19Z
Indexed on
2010/04/11
19:53 UTC
Read the original article
Hit count: 519
I'm trying to use SVG (really XAML) to define a path which looks like a downwards pointing arrow.
|
|
\ | /
\ | /
\ /
`
It is super-important that the edge of the arrow is sharp. I have tried with various combinations of M
, L
and z
with no success.
© Stack Overflow or respective owner