How does fabric.js scale the center of the object?

how does fabric.js scale the center of the object?

Mar.20,2021

set centeredScaling: true, when creating a canvas instance


obj.originX = 'center'
obj.originY =' center'

Menu