Add 'web' template options to last 3 templates
parent
7d43fb91c6
commit
7cf6c08ac9
|
@ -9,8 +9,8 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="1360"
|
||||
height="1700"
|
||||
width="{{ "100%" if "web" in options else "1360" }}"
|
||||
height="{{ "100%" if "web" in options else "1700" }}"
|
||||
viewBox="0 0 359.83334 449.79166"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
|
|
|
@ -14,8 +14,9 @@
|
|||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 359.83334 449.79166"
|
||||
height="449.79166mm"
|
||||
width="359.83334mm">
|
||||
width="{{ "100%" if "web" in options else "359.83334mm" }}"
|
||||
height="{{ "100%" if "web" in options else "449.79166mm" }}"
|
||||
>
|
||||
<defs
|
||||
id="defs2">
|
||||
<inkscape:path-effect
|
||||
|
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
|
@ -14,8 +14,9 @@
|
|||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 359.83334 449.79166"
|
||||
height="449.79166mm"
|
||||
width="359.83334mm">
|
||||
width="{{ "100%" if "web" in options else "359.83334mm" }}"
|
||||
height="{{ "100%" if "web" in options else "449.79166mm" }}"
|
||||
>
|
||||
<defs
|
||||
id="defs2">
|
||||
<inkscape:path-effect
|
||||
|
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Loading…
Reference in New Issue