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

jsdom has no getNumberOfChars function on textNodes #1

Open
dodo opened this issue Dec 6, 2010 · 2 comments
Open

jsdom has no getNumberOfChars function on textNodes #1

dodo opened this issue Dec 6, 2010 · 2 comments

Comments

@dodo
Copy link
Owner

dodo commented Dec 6, 2010

this error occures when using text

var raphael_example_pie = function (r) {
    r.g.txtattr.font = "12px 'Fontin Sans', Fontin-Sans, sans-serif";
    r.g.text(320, 70, "Static Pie Chart").attr({"font-size": 20});
    r.g.piechart(320, 240, 150, [55, 20, 13, 32, 5, 1, 2, 10]);
};
@dodo
Copy link
Owner Author

dodo commented Dec 7, 2010

[fixed] f4b2a4f

@dodo dodo reopened this May 25, 2011
@dodo
Copy link
Owner Author

dodo commented May 25, 2011

this is no longer part of the current version.

the discussion continues in jsdom issue 217.

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