diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-01-14 20:42:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 20:42:36 +0100 |
| commit | d57bbb0f94863e0c7e6d426a972a4fcf4a00ac2d (patch) | |
| tree | 44177454edea342d02e3824942568702f1f822e3 /symbols/marker.svg | |
| parent | c3193c68764bb82f49952e6a51a6ceaa10a2e82c (diff) | |
Stitch plan preview overwrite option (#2642)
Diffstat (limited to 'symbols/marker.svg')
| -rw-r--r-- | symbols/marker.svg | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/symbols/marker.svg b/symbols/marker.svg index da2734fc..1e9dab09 100644 --- a/symbols/marker.svg +++ b/symbols/marker.svg @@ -55,6 +55,13 @@ id="inkstitch-guide-line-marker-spiral" d="M 1.7506092,6.2728168 3.4558825,5.2833684 7.1038696,7.400035 8.8193256,6.4046783 M 1.7963222,4.129626 3.4558825,3.1667016 7.1038696,5.2833682 8.8475785,4.2716184 M 1.6318889,5.2833683 3.4558825,4.225035 7.1038696,6.3417016 8.9558408,5.2677331" /> </g> - </marker> + </marker> + <marker + orient="auto" + id="inkstitch-needle-point-marker"> + <circle + cx="0" cy="0" r="1.5" + style="fill:context-stroke;opacity:0.8;" /> + </marker> </defs> </svg> |
