We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! So far the library works great! But I have one issue:
It doesn't seem to enlarge "paths"
I have a bunch of "rect"s, "circ"s, etc. that zoom/scale great, except the "path"s stay the same size.
Here is an example of me zooming in:
Level 0 =
Level 1 =
Level 2 =
You'll see the rectangles, circles, squares and text get bigger, but not the blue lines (they stay the same).
And this is the code that I'm using:
var line = this.paper.path("M39 33L39 44") .attr({fill: "lightblue", stroke: "lightblue", "stroke-width": 6});
Is there anything I can do to fix this? Thanks!
The text was updated successfully, but these errors were encountered:
bump
EDIT: oops didn't mean to close the issue, I re-opened it
Sorry, something went wrong.
No branches or pull requests
Hi! So far the library works great! But I have one issue:
It doesn't seem to enlarge "paths"
I have a bunch of "rect"s, "circ"s, etc. that zoom/scale great, except the "path"s stay the same size.
Here is an example of me zooming in:
Level 0 =
Level 1 =
Level 2 =
You'll see the rectangles, circles, squares and text get bigger, but not the blue lines (they stay the same).
And this is the code that I'm using:
Is there anything I can do to fix this? Thanks!
The text was updated successfully, but these errors were encountered: