feat: re upload

This commit is contained in:
MarkusJoe
2022-02-05 18:06:16 +08:00
parent b40f6b40e5
commit 49541b7b8c
5 files changed
+39 -13

No files matched your search

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

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 809 B