Changed the style of body arrow.
This commit is contained in:
parent
35d0d4db66
commit
26fa0c92e7
|
@ -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 |
Loading…
Reference in New Issue