Some changes in the testing arrows.

This commit is contained in:
mdtrooper 2016-03-04 16:52:26 +01:00
parent aa8ce714d8
commit 5714d3b60b
2 changed files with 12 additions and 7 deletions

View File

@ -9,11 +9,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
<symbol id="body_arrow">
<rect
vector-effect="non-scaling-stroke"
y="0"
x="0"
height="50"
width="100"
id="rect27734"
style="fill: rgb(255, 255, 0); fill-opacity:1.0;stroke:#00ff00;stroke-width:9.28252983;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
y="10"
x="10"
height="40"
width="90"
style="
fill:#ff0000;
fill-opacity:1;
stroke:#00ff00;
stroke-width: 20;" />
</symbol>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 478 B

View File

@ -10,7 +10,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
<path
vector-effect="non-scaling-stroke"
d="M 0 0 L 0 100 L 50 50 Z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#00ff00;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#ff0000;
stroke-width:0;" />
</symbol>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 358 B