修复bug

This commit is contained in:
MarkusJoe
2022-02-07 22:11:56 +08:00
parent 4479fbb3ea
commit 4f18fdcbdb
21 files changed
+212 -78

No files matched your search

-15
View File
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="450" height="50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Flask Counter - {{ title }}</title>
<g>
<image x="0" y="0" width="45" height="50" xlink:href="{{ svg_img_0 }}"></image>
<image x="45" y="0" width="45" height="50" xlink:href="{{ svg_img_1 }}"></image>
<image x="90" y="0" width="45" height="50" xlink:href="{{ svg_img_2 }}"></image>
<image x="135" y="0" width="45" height="50" xlink:href="{{ svg_img_3 }}"></image>
<image x="180" y="0" width="45" height="50" xlink:href="{{ svg_img_4 }}"></image>
<image x="225" y="0" width="45" height="50" xlink:href="{{ svg_img_5 }}"></image>
<image x="270" y="0" width="45" height="50" xlink:href="{{ svg_img_6 }}"></image>
<image x="315" y="0" width="45" height="50" xlink:href="{{ svg_img_7 }}"></image>
<image x="360" y="0" width="45" height="50" xlink:href="{{ svg_img_8 }}"></image>
<image x="405" y="0" width="45" height="50" xlink:href="{{ svg_img_9 }}"></image>
</g></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="680" height="150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="68" height="150" xlink:href="{{ svg_img_0 }}"/>
<image x="68" y="0" width="68" height="150" xlink:href="{{ svg_img_1 }}"/>
<image x="136" y="0" width="68" height="150" xlink:href="{{ svg_img_2 }}"/>
<image x="204" y="0" width="68" height="150" xlink:href="{{ svg_img_3 }}"/>
<image x="272" y="0" width="68" height="150" xlink:href="{{ svg_img_4 }}"/>
<image x="340" y="0" width="68" height="150" xlink:href="{{ svg_img_5 }}"/>
<image x="408" y="0" width="68" height="150" xlink:href="{{ svg_img_6 }}"/>
<image x="476" y="0" width="68" height="150" xlink:href="{{ svg_img_7 }}"/>
<image x="544" y="0" width="68" height="150" xlink:href="{{ svg_img_8 }}"/>
<image x="612" y="0" width="68" height="150" xlink:href="{{ svg_img_9 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="450" height="100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="45" height="100" xlink:href="{{ svg_img_0 }}"/>
<image x="45" y="0" width="45" height="100" xlink:href="{{ svg_img_1 }}"/>
<image x="90" y="0" width="45" height="100" xlink:href="{{ svg_img_2 }}"/>
<image x="135" y="0" width="45" height="100" xlink:href="{{ svg_img_3 }}"/>
<image x="180" y="0" width="45" height="100" xlink:href="{{ svg_img_4 }}"/>
<image x="225" y="0" width="45" height="100" xlink:href="{{ svg_img_5 }}"/>
<image x="270" y="0" width="45" height="100" xlink:href="{{ svg_img_6 }}"/>
<image x="315" y="0" width="45" height="100" xlink:href="{{ svg_img_7 }}"/>
<image x="360" y="0" width="45" height="100" xlink:href="{{ svg_img_8 }}"/>
<image x="405" y="0" width="45" height="100" xlink:href="{{ svg_img_9 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="476" height="150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="68" height="150" xlink:href="{{ svg_img_0 }}"/>
<image x="68" y="0" width="68" height="150" xlink:href="{{ svg_img_1 }}"/>
<image x="136" y="0" width="68" height="150" xlink:href="{{ svg_img_2 }}"/>
<image x="204" y="0" width="68" height="150" xlink:href="{{ svg_img_3 }}"/>
<image x="272" y="0" width="68" height="150" xlink:href="{{ svg_img_4 }}"/>
<image x="340" y="0" width="68" height="150" xlink:href="{{ svg_img_5 }}"/>
<image x="408" y="0" width="68" height="150" xlink:href="{{ svg_img_6 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 801 B

+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="315" height="100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="45" height="100" xlink:href="{{ svg_img_0 }}"/>
<image x="45" y="0" width="45" height="100" xlink:href="{{ svg_img_1 }}"/>
<image x="90" y="0" width="45" height="100" xlink:href="{{ svg_img_2 }}"/>
<image x="135" y="0" width="45" height="100" xlink:href="{{ svg_img_3 }}"/>
<image x="180" y="0" width="45" height="100" xlink:href="{{ svg_img_4 }}"/>
<image x="225" y="0" width="45" height="100" xlink:href="{{ svg_img_5 }}"/>
<image x="270" y="0" width="45" height="100" xlink:href="{{ svg_img_6 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 801 B

+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="544" height="150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="68" height="150" xlink:href="{{ svg_img_0 }}"/>
<image x="68" y="0" width="68" height="150" xlink:href="{{ svg_img_1 }}"/>
<image x="136" y="0" width="68" height="150" xlink:href="{{ svg_img_2 }}"/>
<image x="204" y="0" width="68" height="150" xlink:href="{{ svg_img_3 }}"/>
<image x="272" y="0" width="68" height="150" xlink:href="{{ svg_img_4 }}"/>
<image x="340" y="0" width="68" height="150" xlink:href="{{ svg_img_5 }}"/>
<image x="408" y="0" width="68" height="150" xlink:href="{{ svg_img_6 }}"/>
<image x="476" y="0" width="68" height="150" xlink:href="{{ svg_img_7 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 885 B

+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="360" height="100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="45" height="100" xlink:href="{{ svg_img_0 }}"/>
<image x="45" y="0" width="45" height="100" xlink:href="{{ svg_img_1 }}"/>
<image x="90" y="0" width="45" height="100" xlink:href="{{ svg_img_2 }}"/>
<image x="135" y="0" width="45" height="100" xlink:href="{{ svg_img_3 }}"/>
<image x="180" y="0" width="45" height="100" xlink:href="{{ svg_img_4 }}"/>
<image x="225" y="0" width="45" height="100" xlink:href="{{ svg_img_5 }}"/>
<image x="270" y="0" width="45" height="100" xlink:href="{{ svg_img_6 }}"/>
<image x="315" y="0" width="45" height="100" xlink:href="{{ svg_img_7 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 885 B

+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="612" height="150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="68" height="150" xlink:href="{{ svg_img_0 }}"/>
<image x="68" y="0" width="68" height="150" xlink:href="{{ svg_img_1 }}"/>
<image x="136" y="0" width="68" height="150" xlink:href="{{ svg_img_2 }}"/>
<image x="204" y="0" width="68" height="150" xlink:href="{{ svg_img_3 }}"/>
<image x="272" y="0" width="68" height="150" xlink:href="{{ svg_img_4 }}"/>
<image x="340" y="0" width="68" height="150" xlink:href="{{ svg_img_5 }}"/>
<image x="408" y="0" width="68" height="150" xlink:href="{{ svg_img_6 }}"/>
<image x="476" y="0" width="68" height="150" xlink:href="{{ svg_img_7 }}"/>
<image x="544" y="0" width="68" height="150" xlink:href="{{ svg_img_8 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 969 B

+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="405" height="100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }}</title>
<g>
<image x="0" y="0" width="45" height="100" xlink:href="{{ svg_img_0 }}"/>
<image x="45" y="0" width="45" height="100" xlink:href="{{ svg_img_1 }}"/>
<image x="90" y="0" width="45" height="100" xlink:href="{{ svg_img_2 }}"/>
<image x="135" y="0" width="45" height="100" xlink:href="{{ svg_img_3 }}"/>
<image x="180" y="0" width="45" height="100" xlink:href="{{ svg_img_4 }}"/>
<image x="225" y="0" width="45" height="100" xlink:href="{{ svg_img_5 }}"/>
<image x="270" y="0" width="45" height="100" xlink:href="{{ svg_img_6 }}"/>
<image x="315" y="0" width="45" height="100" xlink:href="{{ svg_img_7 }}"/>
<image x="360" y="0" width="45" height="100" xlink:href="{{ svg_img_8 }}"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 969 B