I want to multiply each point with transform matrix to get updated points but how to do it? Below code is on how to calculate transform matrix,
<!--fabric js -->
console.log("Matrix :"+polygon.calcTransformMatrix());
I want to multiply each point with transform matrix to get updated points but how to do it? Below code is on how to calculate transform matrix,
<!--fabric js -->
console.log("Matrix :"+polygon.calcTransformMatrix());