diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-10 03:18:22 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-10 03:18:22 +0000 |
| commit | 924a15238cb494dfa160ec4c4feaea7a99f60b6e (patch) | |
| tree | 99d493230da01f317a37467328d69cf11229d4fb | |
| parent | jettison old PDF export (diff) | |
| download | inkscape-924a15238cb494dfa160ec4c4feaea7a99f60b6e.tar.gz inkscape-924a15238cb494dfa160ec4c4feaea7a99f60b6e.zip | |
infinity end markers
(bzr r1931)
| -rw-r--r-- | share/markers/markers.svg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/share/markers/markers.svg b/share/markers/markers.svg index 416c4eb4d..69df11c29 100644 --- a/share/markers/markers.svg +++ b/share/markers/markers.svg @@ -23,6 +23,36 @@ The order in the file is reverse relative to the order of the menu. orient="auto" refY="0" refX="0" + id="InfiniteLineStart" + inkscape:stockid="InfiniteLineStart" + style="overflow:visible"> + + <g transform="translate(-13,0)"> + <circle cx="3" cy="0" r="0.8" /> + <circle cx="6.5" cy="0" r="0.8" /> + <circle cx="10" cy="0" r="0.8" /> + </g> + </marker> + + <marker + orient="auto" + refY="0" + refX="0" + id="InfiniteLineEnd" + inkscape:stockid="InfiniteLineEnd" + style="overflow:visible"> + + <g> + <circle cx="3" cy="0" r="0.8" /> + <circle cx="6.5" cy="0" r="0.8" /> + <circle cx="10" cy="0" r="0.8" /> + </g> + </marker> + + <marker + orient="auto" + refY="0" + refX="0" id="RazorWire" inkscape:stockid="RazorWire"> style="overflow:visible"> |
