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

Paths do not enlarge/decrease #14

Open
KSoto opened this issue Mar 5, 2014 · 1 comment
Open

Paths do not enlarge/decrease #14

KSoto opened this issue Mar 5, 2014 · 1 comment

Comments

@KSoto
Copy link

KSoto commented Mar 5, 2014

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 = 0

Level 1 = 1

Level 2 = 3

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!

@KSoto
Copy link
Author

KSoto commented Apr 16, 2014

bump

EDIT: oops didn't mean to close the issue, I re-opened it

@KSoto KSoto closed this as completed Apr 16, 2014
@KSoto KSoto reopened this Apr 16, 2014
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