Closed GreatAuk closed 5 years ago
Hey there,
customiseControls
extends the Canvas prototype not the Object prototype and therefore can only be applied to your canvas instance (see: https://github.com/pixolith/fabricjs-customise-controls-extension#customising-the-controls). You can use customiseCornerIcons
on your text object though.
Regards, Simon
@
Hey there,
customiseControls
extends the Canvas prototype not the Object prototype and therefore can only be applied to your canvas instance (see: https://github.com/pixolith/fabricjs-customise-controls-extension#customising-the-controls). You can usecustomiseCornerIcons
on your text object though.Regards, Simon
Thank you for your reply👍
Get a error: Uncaught TypeError: text.customiseControls is not a function