Hi,
In previous version there is path_d = inkex.paths.obj_to_path(elem) but unable to find this after 1.0 version.
How can i convert all object in path ?
Thank's
https://inkscape.gitlab.io/extensions/documentation/source/inkex.elements._base.html?highlight=to_path#inkex.elements._base.ShapeElement.to_path_element
item2 = item.to_path_element() self.svg.get_current_layer().append(item2)
thank you!
Hi,
In previous version there is path_d = inkex.paths.obj_to_path(elem) but unable to find this after 1.0 version.
How can i convert all object in path ?
Thank's
https://inkscape.gitlab.io/extensions/documentation/source/inkex.elements._base.html?highlight=to_path#inkex.elements._base.ShapeElement.to_path_element
Thank's
thank you!