diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-06-19 21:26:42 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-06-19 21:26:42 +0200 |
commit | ac5bb8f275dd9b2746fe6d433f1c08c1c3bd3d61 (patch) | |
tree | 3bb3954cce0076762a985033b0ff75e67ad27183 /src/backend/utils/adt/jsonpath.c | |
parent | 66013fe73095f851c151a17ccc7553abe6246891 (diff) | |
download | postgresql-ac5bb8f275dd9b2746fe6d433f1c08c1c3bd3d61.tar.gz postgresql-ac5bb8f275dd9b2746fe6d433f1c08c1c3bd3d61.zip |
Add XSL stylesheet to fix up SVG files
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 reverts 7dc78d8ef3e62f7e06d7767c63dcede048377b9a and
29046c44f36099f4c979b1491fcf27db2f9184f9, which applied these fixes
manually.
Diffstat (limited to 'src/backend/utils/adt/jsonpath.c')
0 files changed, 0 insertions, 0 deletions