We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lots of code from Cufon is irrelevant to fabric
The text was updated successfully, but these errors were encountered:
From ticket #41: "What do you think about using Texty, a native canvas solution, for text rendering instead of Cufon?"
Sorry, something went wrong.
I second this. Motion passed!
I am getting the following error: "this.set is not a function on line 7".
It is generated when I try to push canvas.getobjects into a post object for php.
var jsfeed = {feed:[]} jQuery.each (this.canvas.getObjects(), function (key, val) { jsfeed.feed.push (val); }); jQuery.ajax ({ type: "POST", url: "index.php", data: jsfeed });
Seems that cufon doesnt play well with jQuery.
This is now implemented in 0.8.4 9d82685
Merge pull request #37 from kangax/master
f112514
sync to master
No branches or pull requests
Lots of code from Cufon is irrelevant to fabric
The text was updated successfully, but these errors were encountered: