commit | fb08024370aea8c4cb1a93f1bb1bf2d88916e2c6 | [log] [tgz] |
---|---|---|
author | Cristy <[email protected]> | Sun Apr 29 15:27:26 2018 -0400 |
committer | Cristy <[email protected]> | Sun Apr 29 15:27:26 2018 -0400 |
tree | e405a781c6cbccb48167ac9c82f516648cb46875 | |
parent | 84d1b11ea19cd6b8e0a4b2afafe0ca34d068723b [diff] [blame] |
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");