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
|
||||
y="0"
|
||||
x="0"
|
||||
height="15"
|
||||
width="110"
|
||||
height="2"
|
||||
width="100"
|
||||
style="
|
||||
fill:#000000;
|
||||
fill-opacity:0;"
|
||||
/>
|
||||
|
||||
<rect
|
||||
y="10"
|
||||
x="10"
|
||||
height="10"
|
||||
width="90"
|
||||
y="0"
|
||||
x="0"
|
||||
height="2"
|
||||
width="100"
|
||||
style="
|
||||
fill:#ff0000;
|
||||
fill-opacity:1;
|
||||
stroke:#00ff00;
|
||||
stroke-width: 5;" />
|
||||
fill:#000000;
|
||||
fill-opacity:1;" />
|
||||
</g>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g class="body" transform="translate(100,0)">
|
||||
<g class="body" transform="translate(0,0)">
|
||||
<use xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xlink:href="#body_arrow" />
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 757 B After Width: | Height: | Size: 701 B |
Loading…
Reference in New Issue