Skip to content
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

Open
alexiade opened this issue Sep 18, 2022 · 4 comments
Open

Does not work on inkscape 1.1 - No points #36

alexiade opened this issue Sep 18, 2022 · 4 comments

Comments

@alexiade
Copy link

It seems that upgrading breaks this plugin completely. The object I have is definetly a path, but... alas, no points.

@alexiade
Copy link
Author

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.

@alexiade
Copy link
Author

small feature request too - could you add init-code and end-code to plugin definition?
Like so:

  <param name="init-code" type="string" _gui-text="Init Gcode" _gui-description="Pre-pended init commands"></param>
  <param name="end-code" type="string" _gui-text="End GCode" _gui-description="Appended end commands"></param>

I need them and I keep loosing them when I update the plugin...

@arpruss
Copy link
Owner

arpruss commented Sep 18, 2022

Do you know how inkscape 1.1 marks strokes? Can you post an example of the svg that doesn't work?

@alexiade
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants