commit | b36fbbdb02f7858e0284420e15f2c70d375a4700 | [log] [tgz] |
---|---|---|
author | Cristy <[email protected]> | Mon Apr 23 07:18:44 2018 -0400 |
committer | Cristy <[email protected]> | Mon Apr 23 07:18:44 2018 -0400 |
tree | de5b1adfbe8f575535b9b2801d2c12316c65c32d | |
parent | 5f717c0ba9740e6b38c2f280c9a2f36ba6e753f9 [diff] [blame] |
...
diff --git a/coders/svg.c b/coders/svg.c index 482dd7a..bce4758 100644 --- a/coders/svg.c +++ b/coders/svg.c
@@ -1142,6 +1142,7 @@ (void) FormatLocaleFile(svg_info->file,"stroke \"none\"\n"); (void) FormatLocaleFile(svg_info->file,"stroke-width 1\n"); (void) FormatLocaleFile(svg_info->file,"stroke-opacity 1\n"); + (void) FormatLocaleFile(svg_info->file,"fill-rule nonzero\n"); break; } break;