Add missing position attributes

This commit is contained in:
Brandon Schumann
2017-05-23 11:51:44 -05:00
committed by GitHub
parent 9b3a45f9ca
commit 9b0f3e44dd

View File

@@ -2,7 +2,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 1">
<g fill="#eeeeee" opacity="0.25">
<rect width="45" height="1"/>
<rect width="1" height="1" opacity="0.2"/>
<rect width="2" height="1" opacity="0.6"/>
<rect x="45" width="1" height="1" opacity="0.2"/>
<rect x="46" width="2" height="1" opacity="0.6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 284 B