mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-30 13:14:07 +00:00
austrian flag now preserves aspect ratio in page toolbar button
This commit is contained in:
parent
3529625a6c
commit
7d87d73b0b
@ -2,7 +2,7 @@ title: $:/language/Flag
|
|||||||
type: image/svg+xml
|
type: image/svg+xml
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
|
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6">
|
||||||
<rect fill="#ed2939" width="900" height="600"/>
|
<rect fill="#ef3340" width="9" height="6"/>
|
||||||
<rect fill="#fff" y="200" width="900" height="200"/>
|
<rect fill="#fff" y="2" width="9" height="2"/>
|
||||||
</svg>
|
</svg>
|
Loading…
x
Reference in New Issue
Block a user