SourceRectAtTime not working
I've been trying to make SourceRectAtTime working for a long time, and I can't understand why it's not working properly. Everywhere I look, be it on this forum or on tutorials, no one seem to have this problem--which suggests I'm missing something really obvious about the way it should work.
First off, when I connect the shape layer to the text, the shape layer gets like 10 times too long. Fine, I resize it in the contents menu and while that kind of works, it seems to be off by some pixels, the longer the text the more it's off.
This is what I write on size:
s = thisComp.layer("text").sourceRectAtTime();
w = s.width;
[w,value[1]]I've tried to add and subtract the "left" parameter to this, but then it just work for some letters.



Look at the last "e"

English is not my first language by the way, sorry for the poor explanation. Thanks in advance.
