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

Add new 'svg' option to compute dimensions of pointee SVG elements correctly #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alekstorm
Copy link

No description provided.

@cespare
Copy link

cespare commented Aug 23, 2012

Why can't the code check whether the element is an svg, rather than having that be passed in by the user?

@alekstorm
Copy link
Author

When I wrote this patch, I wasn't sure if there was a safe way to perform that check, but I suppose we could check that getBBox is not undefined, which guarantees the element is an SVGLocatable. What do you think?

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