svgpathtools
svgpathtools copied to clipboard
Paths Not Being Closed With `wsvg` or `disvg`
As reported in #24, paths written using the wsvg and disvg methods are not including the closing Z command for each path segment that shares the same start/stop point location.
It seems that a use_closed_attrib parameter may be needed in these methods.