修改框架

This commit is contained in:
luojia65 2021-05-19 23:26:29 +08:00
parent c63a8c2ff9
commit 33031b33af
2 changed files with 8 additions and 8 deletions

View File

@ -10,9 +10,9 @@
</defs>
<g>
<title>Layer 1</title>
<rect id="svg_2" height="25" width="25" y="9.0" x="19.0" filter="url(#f1)" stroke-width="1.5" stroke="#fff" fill="#00000000"/>
<rect id="svg_3" height="25" width="25" y="3.0" x="50.0" filter="url(#f1)" stroke-width="1.5" stroke="#fff" fill="#00000000"/>
<rect id="svg_5" height="25" width="25" y="40.0" x="25.0" filter="url(#f1)" stroke-width="1.5" stroke="#fff" fill="#00000000"/>
<rect id="svg_6" height="25" width="25" y="35.0" x="56.0" filter="url(#f1)" stroke-width="1.5" stroke="#fff" fill="#00000000"/>
<rect id="svg_2" height="25" width="25" y="9.0" x="19.0" filter="url(#f1)" stroke-width="3" stroke="#fff" fill="#000000"/>
<rect id="svg_3" height="25" width="25" y="3.0" x="50.0" filter="url(#f1)" stroke-width="3" stroke="#fff" fill="#000000"/>
<rect id="svg_5" height="25" width="25" y="40.0" x="25.0" filter="url(#f1)" stroke-width="3" stroke="#fff" fill="#000000"/>
<rect id="svg_6" height="25" width="25" y="35.0" x="56.0" filter="url(#f1)" stroke-width="3" stroke="#fff" fill="#000000"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -14,9 +14,9 @@
</defs>
<g>
<title>Layer 1</title>
<rect id="svg_2" height="25" width="25" y="9.0" x="19.0" stroke-width="1.5" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_3" height="25" width="25" y="3.0" x="50.0" stroke-width="1.5" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_5" height="25" width="25" y="40.0" x="25.0" stroke-width="1.5" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_6" height="25" width="25" y="35.0" x="56.0" stroke-width="1.5" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_2" height="25" width="25" y="9.0" x="19.0" stroke-width="3" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_3" height="25" width="25" y="3.0" x="50.0" stroke-width="3" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_5" height="25" width="25" y="40.0" x="25.0" stroke-width="3" stroke="#fff" fill="url(#lg1)"/>
<rect id="svg_6" height="25" width="25" y="35.0" x="56.0" stroke-width="3" stroke="#fff" fill="url(#lg1)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB