-
How can to fit corner?
Shape layer2
└ Contents
└ Rectangle 1
└ Transform:Rectangle 1
└Anchor Point
var s = thisLayer
var w = s.sourceRectAtTime().width/2;
var h = s.sourceRectAtTime().height/2;
[w,h]
└Position
var s = thisComp.layer(“Shape Layer1”);
var w = s.sourceRectAtTime().width/2;
var h = s.sourceRectAtTime().height;
var l = s.sourceRectAtTime().left;
var t = s.sourceRectAtTime().top;
[w,h+t]
I want to small square to fixed corner outside square.
plz any advice
Sorry, there were no replies found.