Created
August 11, 2025 10:12
-
-
Save mindon/9781863ca15f3dc1543a2bc53a96e7c7 to your computer and use it in GitHub Desktop.
marker arrow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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