* NEW: Inkscape extension - support for Inkscape layers * BUGFIX: compatibility with Python 3.7 by fixing re.split() usage
1.1.12
---------------------------
* BUGFIX: values attribute for element animate, accepts any semicolon separated values
1.1.11
---------------------------
* CHANGED: e.set_markers((sm, mm, em)), accepts None/False values to set markers individually, like just set end marker: s.set_markers((None, False, em)) * BUGFIX: text-decoration attribute accepts multiple values like 'underline overline'
1.1.10
---------------------------
* NEW: added `pretty` argument to `Drawing.write`, `Drawing.save` and `Drawing.saveas` to produce easy to read XML output, svgwrite reparses the output string with minidom, this reduces the performance because this process requires memory and runtime, default value for `pretty` is False. * Moved repository to GitHub.com: http://github.com/mozman/svgwrite.git
1.1.9
--------------------------
* NEW: added solidColor paint server (only valid in the Tiny 1.2 profile)