Changed the style of body arrow.

This commit is contained in:
mdtrooper 2016-05-09 16:56:06 +02:00
parent 35d0d4db66
commit 26fa0c92e7
1 changed files with 9 additions and 11 deletions

View File

@ -12,27 +12,25 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
<rect <rect
y="0" y="0"
x="0" x="0"
height="15" height="2"
width="110" width="100"
style=" style="
fill:#000000; fill:#000000;
fill-opacity:0;" fill-opacity:0;"
/> />
<rect <rect
y="10" y="0"
x="10" x="0"
height="10" height="2"
width="90" width="100"
style=" style="
fill:#ff0000; fill:#000000;
fill-opacity:1; fill-opacity:1;" />
stroke:#00ff00;
stroke-width: 5;" />
</g> </g>
</symbol> </symbol>
</defs> </defs>
<g class="body" transform="translate(100,0)"> <g class="body" transform="translate(0,0)">
<use xmlns:xlink="http://www.w3.org/1999/xlink" <use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#body_arrow" /> xlink:href="#body_arrow" />
</g> </g>

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 701 B