fonttools.svgPath.path.parse_path() to replace svg.path? #525
Labels
code-quality
enhancement
research needed
too complicated to implement without careful study of official specifications
I just discovered that fonttools have a module "svgLib", containing a class svgLib.path, which again has a method
parse_path()
.I wonder if this could be used to replace the "svg.path" package that we currently use, reducing the number of dependencies for fpdf2 again.
The text was updated successfully, but these errors were encountered: