Archived
将数据库内的base64编码更换为了URL
This commit is contained in:
1 file changed
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<g>
|
<g>
|
||||||
{% for value in context %}
|
{% for value in context %}
|
||||||
<image x="{{ value.position }}" y="0" width="{{ value.width }}" height="{{ value.height }}"
|
<image x="{{ value.position }}" y="0" width="{{ value.width }}" height="{{ value.height }}"
|
||||||
xlink:href="{{ value.base64 }}"></image>
|
xlink:href="{{ value.url }}"></image>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 480 B |
Reference in New Issue
Block a user