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

Null Reference Error on Safari on Mac OS. #41

Closed
buko106 opened this issue Mar 22, 2018 · 1 comment
Closed

Null Reference Error on Safari on Mac OS. #41

buko106 opened this issue Mar 22, 2018 · 1 comment
Labels

Comments

@buko106
Copy link

buko106 commented Mar 22, 2018

I encountered a null reference error on Safari on Mac OS.
The error is as same as the one which occurs when I access demo page

I explored the code, and found
var matrix = transform.baseVal.consolidate().matrix; in getTranslation() seems to be the cause of this error.

@magjac
Copy link
Owner

magjac commented Mar 22, 2018

Duplicate of #18 and #4.

Please upgrade to v1.4.0 and try again. I've updated the basic example. Please try it again.

Thanks for submitting this issue. If you are using this library, don't forget to Watch it to stay tuned for updates or even Star it if you like it.

You can also use Stack Overflow tags d3.js & graphviz or the d3-graphviz Slack to ask for help. Although I make an effort to assist everyone that asks, I am not always available to provide help promptly or directly.

When asking for help, please include a link to a live example that demonstrates the issue, preferably on JSFiddle. It is often impossible to debug from code snippets alone. Isolate the issue and reduce your code as much as possible before asking for help. The less code you post, the easier it is for someone to debug, and the more likely you are to get a helpful response.

@magjac magjac closed this as completed Mar 22, 2018
@magjac magjac added the bug label Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants