add note that `svg_attributes={'debug': False}` increases `disvg`/`wsvg` speed considerably.

pull/8/head
Andy 2017-02-05 23:18:23 -08:00
parent 08e8dc71ff
commit 1622d01d05
1 changed files with 3 additions and 1 deletions

View File

@ -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.