-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
vsk.penWidth()
seems to be broken
#416
Comments
I can reproduce. It seems that the |
Nvm. I just never vsketch's |
abey79
added a commit
that referenced
this issue
Jan 8, 2024
6 tasks
abey79
added a commit
that referenced
this issue
Jan 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running vsk version 1.0.0, on Ubuntu 20.04.
It appears that calling
vsk.penWidth()
does not work. I tried using it in a simple sketch, but calling it with various values did not change anything. Setting the default pen width in the menu in the vsk gui worked fine.For a reproducible test case, I loaded the
shape_basic
example, which callsvsk.penWidth("2mm", 3)
. This also does not produce any discernible change, either invsk run
orvsk save
.I've attached exported svgs, using like:
and
vsk save
:The text was updated successfully, but these errors were encountered: