EffEPi / fabric.curvedText

Allows you to create curved text - extension to fabric.js
41 stars 41 forks source link

Curved Text and SVG #47

Open AwaisGee opened 6 years ago

AwaisGee commented 6 years ago

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 commented 3 years ago

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