add note that `svg_attributes={'debug': False}` increases `disvg`/`wsvg` speed considerably.
parent
08e8dc71ff
commit
1622d01d05
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue