How can I get the width and height of an object mask?
This mask → objects[0].getRendererObject().mask
I want to limit it without using another object as mask.
Example:
I use some code (that I don’t know yet) to get the width and height of the mask above, and it is 100px/100px (because the object is 100px width and height)
Then I want to make the mask 80px tall, making it not render 20 pixels of the bottom of the object.