mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Add viewBox attribute to storage page layout SVG image
Recently added SVG image for storage page layout lacks a viewBox attribute which seems necessary to ensure propoer rendering. Add it. Author: Jonathan Katz Discussion: https://postgr.es/m/ba31e0e1-4c9b-b309-70e8-8e7ac14fc87e%40postgresql.org
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
xmlns='http://www.w3.org/2000/svg'
|
xmlns='http://www.w3.org/2000/svg'
|
||||||
width='610'
|
width='610'
|
||||||
height='210'
|
height='210'
|
||||||
|
viewBox='0.00 0.00 610.00 210.00'
|
||||||
shape-rendering='geometricPrecision'
|
shape-rendering='geometricPrecision'
|
||||||
version='1.0'>
|
version='1.0'>
|
||||||
<defs>
|
<defs>
|
||||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user