Skip to content

Instantly share code, notes, and snippets.

@mindon
Created August 11, 2025 10:12
Show Gist options
  • Select an option

  • Save mindon/9781863ca15f3dc1543a2bc53a96e7c7 to your computer and use it in GitHub Desktop.

Select an option

Save mindon/9781863ca15f3dc1543a2bc53a96e7c7 to your computer and use it in GitHub Desktop.
marker arrow
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="arrow" markerWidth="1" markerHeight="1" refX="0" refY=".5" orient="auto-start-reverse">
<path d="M.5,.5 l-.5,-.5 v1 z" fill="context-stroke"></path>
</marker>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment