-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on inkscape 1.1 - No points #36
Comments
Managed to trace it down to this condition on stroking no longer working: path.svgState.stroke is not None . My path IS stroked, however it seems the state is no longer set. So nothing is exported. |
small feature request too - could you add init-code and end-code to plugin definition?
I need them and I keep loosing them when I update the plugin... |
Do you know how inkscape 1.1 marks strokes? Can you post an example of the svg that doesn't work? |
Hmm. I tried to recreate it on windows with 1.2 and could not - path was properly exported. The bug fix list hinted that previous versions had a data loss issue... This may be caused by a bug in 1.1 that is the ubuntu LTS default, not in the plugin itself. |
It seems that upgrading breaks this plugin completely. The object I have is definetly a path, but... alas, no points.
The text was updated successfully, but these errors were encountered: