You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to save my list of paths to svg using 'cm' as units. I call disvg with viewport and baseunit parameters set (but not dimentions). The baseunit value is ignored and svg is created in px instead of cm.
It seems like the bug is in this expression, which needs to include baseunit parameter into the dimensions definition:
I'm trying to save my list of paths to svg using 'cm' as units. I call disvg with
viewport
andbaseunit
parameters set (but notdimentions
). Thebaseunit
value is ignored and svg is created in px instead of cm.It seems like the bug is in this expression, which needs to include
baseunit
parameter into the dimensions definition:svgpathtools/svgpathtools/paths2svg.py
Line 266 in fcb648b
The text was updated successfully, but these errors were encountered: