Restore draw clip path behavior
diff --git a/coders/svg.c b/coders/svg.c
index 4ac2bf1..6e624cd 100644
--- a/coders/svg.c
+++ b/coders/svg.c
@@ -1144,6 +1144,7 @@
       if (LocaleCompare((const char *) name,"svg") == 0)
         {
           PushGraphicContext(id);
+          (void) FormatLocaleFile(svg_info->file,"compliance \"SVG\"\n");
           (void) FormatLocaleFile(svg_info->file,"fill \"black\"\n");
           (void) FormatLocaleFile(svg_info->file,"fill-opacity 1\n");
           (void) FormatLocaleFile(svg_info->file,"stroke \"none\"\n");