1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 22:33:50 +00:00

Merge pull request #724 from pmario/fix-austrian-flag

austrian flag now preserves aspect ratio in page toolbar button
This commit is contained in:
Jeremy Ruston 2014-08-03 16:42:58 +01:00
commit 86bf754933

View File

@ -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>