Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created November 28, 2012 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save springmeyer/4158533 to your computer and use it in GitHub Desktop.
Save springmeyer/4158533 to your computer and use it in GitHub Desktop.
svg arrow that matches Mapnik 2.0.x default arrow marker
Display the source blob
Display the rendered blob
Raw
<?xml version='1.0' standalone='no'?>
<svg width='100%' height='100%' version='1.1' xmlns='http://www.w3.org/2000/svg'>
<path fill='#0000FF' stroke='black' d="M 3.0 11.0 L 11.0 11.0 11.0 13.0 17.0 10.0 11.0 7.0 11.0 9.0 3.0 9.0 "/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment