javascript - Make Fabric.js object draggable but not "selectable" -
fabric.js has cool aspect allows, default, objects "selectable", means able dragged, resized, , rotated. however, them draggable only, no resizing or rotating. possible? don't mind mucking source if what's needed, improve reimplementing myself.
nevermind, have found reply here: http://fabricjs.com/customization/
this line it
canvas.item(0).hascontrols = false;
javascript fabricjs
No comments:
Post a Comment