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

Get rid of Cufon, only borrowing its text rendering logic #37

Closed
kangax opened this issue Jun 30, 2011 · 3 comments
Closed

Get rid of Cufon, only borrowing its text rendering logic #37

kangax opened this issue Jun 30, 2011 · 3 comments
Labels

Comments

@kangax
Copy link
Member

kangax commented Jun 30, 2011

Lots of code from Cufon is irrelevant to fabric

@kangax
Copy link
Member Author

kangax commented Aug 2, 2011

From ticket #41: "What do you think about using Texty, a native canvas solution, for text rendering instead of Cufon?"

@bousquetcm
Copy link

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.

@kangax
Copy link
Member Author

kangax commented Jul 27, 2012

This is now implemented in 0.8.4 9d82685

@kangax kangax closed this as completed Jul 27, 2012
asturur added a commit that referenced this issue Oct 12, 2015
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