Moves min fill line up.

This commit is contained in:
Aaron Louie 2020-12-05 11:12:33 -05:00
parent 270fd48e77
commit 5109427c56
2 changed files with 16 additions and 6 deletions

View File

@ -12,9 +12,12 @@
<line x1="0" y1="0" x2="0" y2="3" stroke-width="0.3" stroke="#000000" />
<line x1="0" y1="1.5" x2="2" y2="1.5" stroke-width="0.3" stroke="#000000" />
<text x="7" y="2.25" fill="#000000">MAX FILL</text>
<text x="26" y="2.25" fill="#000000">MIN FILL</text>
<line x1="31" y1="1.5" x2="33" y2="1.5" stroke-width="0.3" stroke="#000000" />
<line x1="33" y1="0" x2="33" y2="3" stroke-width="0.3" stroke="#000000" />
<g transform="translate(22, 0)">
<text x="-3" y="2.25" fill="#000000">MIN FILL</text>
<line x1="2" y1="1.5" x2="4" y2="1.5" stroke-width="0.3" stroke="#000000" />
<line x1="4" y1="0" x2="4" y2="3" stroke-width="0.3" stroke="#000000" />
</g>
</g>
<g id="up_arrow">
<g transform="translate(2.5, 2)">
@ -73,4 +76,8 @@
</text>
</g>
</g>
<!-- <text-->
<!-- [attr.x]="widthMinusMargins - 6"-->
<!-- [attr.y]="heightMinusMargins"-->
<!-- >Zebra</text>-->
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -12,9 +12,12 @@
<line x1="0" y1="0" x2="0" y2="3" stroke-width="0.3" stroke="#000000" />
<line x1="0" y1="1.5" x2="2" y2="1.5" stroke-width="0.3" stroke="#000000" />
<text x="7" y="2.25" fill="#000000">MAX FILL</text>
<text x="26" y="2.25" fill="#000000">MIN FILL</text>
<line x1="31" y1="1.5" x2="33" y2="1.5" stroke-width="0.3" stroke="#000000" />
<line x1="33" y1="0" x2="33" y2="3" stroke-width="0.3" stroke="#000000" />
<g transform="translate(22, 0)">
<text x="-3" y="2.25" fill="#000000">MIN FILL</text>
<line x1="2" y1="1.5" x2="4" y2="1.5" stroke-width="0.3" stroke="#000000" />
<line x1="4" y1="0" x2="4" y2="3" stroke-width="0.3" stroke="#000000" />
</g>
</g>
<g id="up_arrow">
<g transform="translate(2.5, 2)">

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB