diff --git a/svgpathtools/paths2svg.py b/svgpathtools/paths2svg.py index a4ae48b..d09ff57 100644 --- a/svgpathtools/paths2svg.py +++ b/svgpathtools/paths2svg.py @@ -152,7 +152,9 @@ def disvg(paths=None, colors=None, paths. Note: This will override any other conflicting settings. :param svg_attributes - a dictionary of attributes for output svg. - Note: This will override any other conflicting settings. + Note 1: This will override any other conflicting settings. + Note 2: Setting `svg_attributes={'debug': False}` may result in a + significant increase in speed. NOTES: -The unit of length here is assumed to be pixels in all variables.