You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope it would help you: fabric.TextCurved.fromObject = function(object, callback) { fabric.Object._fromObject('TextCurved', object, callback, 'text'); };
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"
The text was updated successfully, but these errors were encountered: