mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
The SVG output produced by external tools needs some postprocessing. This is implemented by this new XSL stylesheet. Issues are: - SVG produced by Ditaa does not add a viewBox attribute to the svg element, needed to make the image scalable. - SVG produced by Graphviz uses a stroke="transparent" attribute, which is not valid SVG. It appears to mostly work, but FOP complains. Other tweaks can be added over time. This reverts7dc78d8ef3and29046c44f3, which applied these fixes manually.
1.5 KiB
1.5 KiB