From: John Ellson Date: Fri, 22 Jul 2016 14:47:02 +0000 (-0400) Subject: add missing layers support in -Tsvgz device X-Git-Tag: untagged-1d58b621a7287e0b0a25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=315aa03eb8a5519aa71e3bb24f4c6d808dd48f77;p=graphviz add missing layers support in -Tsvgz device --- diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index a2e34532a..6d33d8df8 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -737,7 +737,7 @@ gvdevice_features_t device_features_svg = { }; gvdevice_features_t device_features_svgz = { - GVDEVICE_BINARY_FORMAT | GVDEVICE_COMPRESSED_FORMAT | GVDEVICE_DOES_TRUECOLOR, /* flags */ + GVDEVICE_DOES_TRUECOLOR|GVDEVICE_DOES_LAYERS|GVDEVICE_BINARY_FORMAT|GVDEVICE_COMPRESSED_FORMAT, /* flags */ {0., 0.}, /* default margin - points */ {0., 0.}, /* default page width, height - points */ {72., 72.}, /* default dpi */