]> granicus.if.org Git - graphviz/commitdiff
add missing layers support in -Tsvgz device untagged-1d58b621a7287e0b0a25
authorJohn Ellson <ellson@research.att.com>
Fri, 22 Jul 2016 14:47:02 +0000 (10:47 -0400)
committerJohn Ellson <ellson@research.att.com>
Fri, 22 Jul 2016 14:47:02 +0000 (10:47 -0400)
plugin/core/gvrender_core_svg.c

index a2e34532a5e535779988a459053bd827bd168ad4..6d33d8df80628ab737cb8a487c350ce2090382a3 100644 (file)
@@ -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 */