pgsql: Add viewBox attribute to storage page layout SVG image

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add viewBox attribute to storage page layout SVG image
Date: 2019-04-27 15:37:08
Message-ID: E1hKPO0-0001qA-5d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29046c44f36099f4c979b1491fcf27db2f9184f9

Modified Files
--------------
doc/src/sgml/images/pagelayout.svg | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-27 17:16:11 pgsql: Avoid postgres_fdw crash for a targetlist entry that's just a Pa
Previous Message Joe Conway 2019-04-27 15:13:08 pgsql: Add guidance on making documentation SVG images responsive