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

Curved Text and SVG #47

Open
AwaisGee opened this issue Mar 16, 2018 · 1 comment
Open

Curved Text and SVG #47

AwaisGee opened this issue Mar 16, 2018 · 1 comment

Comments

@AwaisGee
Copy link

AwaisGee commented Mar 16, 2018

I am facing a problem while adding svg and curved text on my canvas using fabric js 2.0.3, it replies as

"Uncaught (in promise) TypeError: Cannot read property 'fromObject' of undefined"

@rifatwahid
Copy link

rifatwahid commented Aug 20, 2020

Hope it would help you:
fabric.TextCurved.fromObject = function(object, callback) { fabric.Object._fromObject('TextCurved', object, callback, 'text'); };

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

2 participants