setCoords of all objects in group in fabricjs -
im developing editor customizing signs , ran problem positioning text element after increase of font size. text objects in group possible set font-size of each individual object. when increasing font size need setcoords full group, otherwise end-user not able move properly.
can use setcoords on group object or need loop through objects in group , set coords on each individually, if case, suggestions how that?
thanks
i have written editor seat reservation system using of fabric.js. 1 of features cloning selected objects. selected objects cloned, moved right , bottom , new group of objects marked active group. after clonning , shifting using group.setcoords() , group.savecoords() , works fine. check example here.
Comments
Post a Comment