fix svg images: size

This commit is contained in:
Milan Hauth 2022-09-30 01:27:02 +02:00
parent 2a4cd4eb14
commit fcde68b79a
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,8 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="-200 -200 800 800"
width="800" height="800"
style="margin: auto;"
>
<style>
svg { --fg: black; --bg: white; } /* light mode */

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -2,7 +2,8 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 200 800 200"
style="width:auto; height:auto; margin: auto;"
width="800" height="200"
style="margin: auto;"
>
<style>
svg { --fg: black; --bg: white; } /* light mode */

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -1,7 +1,8 @@
<svg class="foldme" title="alchi.pallas-pattern.m104l-m203l"
<svg title="alchi.pallas-pattern.m104l-m203l"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="-200 0 800 200"
style="width:auto; height:auto; margin: auto;"
>
<style>
svg { --fg: black; --bg: white; } /* light mode */

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB