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

Fix rendering on Firefox by removing unused getBBox() #188

Merged
merged 1 commit into from
Apr 11, 2016
Merged

Fix rendering on Firefox by removing unused getBBox() #188

merged 1 commit into from
Apr 11, 2016

Conversation

tmickel
Copy link
Contributor

@tmickel tmickel commented Apr 10, 2016

getBBox was being called before the elements were rendered, causing Firefox to throw. However we're not even using any of these properties (presumably why it still worked).

Resolves #141

getBBox was being called before the elements were rendered, causing Firefox to throw. However we're not even using any of these properties (presumably why it still worked).
@tmickel tmickel added this to the Backlog milestone Apr 11, 2016
@tmickel tmickel merged commit c9276f9 into scratchfoundation:develop Apr 11, 2016
@tmickel tmickel deleted the bugfix/firefox branch April 11, 2016 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants