diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-12-21 14:30:29 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-12-21 14:30:29 +0000 |
| commit | 4962b8bf299c08209f62426a18ff24bb83216234 (patch) | |
| tree | 6f585e023c9cb22db56d1b2ce28419e8820a6c9c /share/markers | |
| parent | Implement rendering for 'context-fill' and 'context-stroke' (text not handled... (diff) | |
| download | inkscape-4962b8bf299c08209f62426a18ff24bb83216234.tar.gz inkscape-4962b8bf299c08209f62426a18ff24bb83216234.zip | |
Add arrow that demonstates 'auto-start-reverse' and 'context-stroke'/'context-fill'.
(bzr r13808)
Diffstat (limited to 'share/markers')
| -rw-r--r-- | share/markers/markers.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/markers/markers.svg b/share/markers/markers.svg index de877a287..825059fb0 100644 --- a/share/markers/markers.svg +++ b/share/markers/markers.svg @@ -300,5 +300,9 @@ Insert the new markers into the <defs>. </g> </marker> + <marker id="ExperimentalArrow" refX="5.0" refY="3.0" orient="auto-start-reverse" inkscape:stockid="ExperimentalArrow"> + <path style="fill:context-stroke" d="m 10,3 -10,3 0,-6 z"/> + </marker> + </defs> </svg> |
