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

show_pen_up does not work in API mode, but is fine in CLI mode #242

Closed
vmario89 opened this issue Apr 1, 2021 · 1 comment
Closed

show_pen_up does not work in API mode, but is fine in CLI mode #242

vmario89 opened this issue Apr 1, 2021 · 1 comment

Comments

@vmario89
Copy link

vmario89 commented Apr 1, 2021

Hi,

i am working on an InkScape extension to integrate vpype basics. This works really well. I did a lot of work already. But now i got some bug as described in title: show_pen_up does not work.

vpype_viewer.show(doc, view_mode=ViewMode.PREVIEW, show_pen_up=True, show_points=False, argv=None)
vpype_viewer.show(doc, view_mode=ViewMode.PREVIEW, show_pen_up=False, show_points=False, argv=None)

both produce same output: no trajectories at all. They are just missing. There must be some bug in the internals or sth ive overseen in documentation. Do you have some working example maye?

regards, Mario

@vmario89
Copy link
Author

vmario89 commented Apr 2, 2021

hey, found the problem in my routine. no issue in vpype. sorry for bothering ;-)

@vmario89 vmario89 closed this as completed Apr 2, 2021
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

1 participant