重写&重构项目, 优化项目结构

This commit is contained in:
MarkusJoe
2022-03-26 08:02:25 +08:00
parent 8b07e25b88
commit bf35508e95
33 files changed
+344 -966

No files matched your search

+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="{{ general_width }}" height="{{ general_height }}" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>{{ title }} | {{ address }}</title>
<g>
{% for value in context %}
<image x="{{ value.position }}" y="0" width="{{ value.width }}" height="{{ value.height }}"
xlink:href="{{ value.base64 }}"></image>
{% endfor %}
</g>
</svg>

After

Width:  |  Height:  |  Size: 483 B