]> granicus.if.org Git - postgresql/commitdiff
Add viewBox attribute to storage page layout SVG image
authorJoe Conway <mail@joeconway.com>
Sat, 27 Apr 2019 15:36:51 +0000 (11:36 -0400)
committerJoe Conway <mail@joeconway.com>
Sat, 27 Apr 2019 15:36:51 +0000 (11:36 -0400)
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

doc/src/sgml/images/pagelayout.svg

index 6b819a553e206db4947eeec15de71ca92ecd48b0..3cf89f0a14e405de6046fb31df38c78d56966ce1 100644 (file)
@@ -3,6 +3,7 @@
     xmlns='http://www.w3.org/2000/svg'
     width='610'
     height='210'
+    viewBox='0.00 0.00 610.00 210.00'
     shape-rendering='geometricPrecision'
     version='1.0'>
   <defs>
@@ -37,4 +38,4 @@
     <text x='324' y='166' font-family='Courier' font-size='15' stroke='none' fill='#000000' ><![CDATA[Item]]></text>
     <text x='509' y='166' font-family='Courier' font-size='15' stroke='none' fill='#000000' ><![CDATA[Special]]></text>
   </g>
-</svg>
\ No newline at end of file
+</svg>