Archived
增加更多主题选择并修复了bug
This commit is contained in:
353 files changed
+1359
-1185
No files matched your search
+15
-15
@@ -1,15 +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>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="{{ g_width }}" height="{{ height }}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>{{ title }}</title>
|
||||
<g>
|
||||
<image x="{{ x_position_0 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_0 }}"/>
|
||||
<image x="{{ x_position_1 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_1 }}"/>
|
||||
<image x="{{ x_position_2 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_2 }}"/>
|
||||
<image x="{{ x_position_3 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_3 }}"/>
|
||||
<image x="{{ x_position_4 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_4 }}"/>
|
||||
<image x="{{ x_position_5 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_5 }}"/>
|
||||
<image x="{{ x_position_6 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_6 }}"/>
|
||||
<image x="{{ x_position_7 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_7 }}"/>
|
||||
<image x="{{ x_position_8 }}" y="0" width="{{ width }}" height="{{ height }}" xlink:href="{{ svg_img_8 }}"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 969 B After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user