init
This commit is contained in:
parent
4f34d49078
commit
f6e273d8b8
3 changed files with 204 additions and 2 deletions
13
helloworld.svg
Normal file
13
helloworld.svg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="400" height="400" viewBox="-200.0 -200.0 400 400">
|
||||
<defs>
|
||||
<marker markerWidth="6.5" markerHeight="5.0" viewBox="-0.8 -0.5 1.3 1.0" orient="auto" id="d0">
|
||||
<circle cx="-0.3" cy="-0.0" r="0.3" stroke-width="0.2" stroke="black" fill="none" />
|
||||
</marker>
|
||||
<marker markerWidth="5.0" markerHeight="5.0" viewBox="-0.5 -0.5 1.0 1.0" orient="auto" id="d1">
|
||||
<path d="M-0.0,0.5 L0.0,-0.5" stroke-width="0.2" stroke="black" />
|
||||
</marker>
|
||||
</defs>
|
||||
<path d="M-175.0,-175.0 l150.0,-0.0 l0.0,300.0 l-100.0,-250.0 l0.0,50.0 l250.0,-0.0 l-100.0,-100.0" stroke-width="7" stroke="black" fill="none" marker-start="url(#d0)" marker-end="url(#d1)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 763 B |
Loading…
Add table
Add a link
Reference in a new issue