Hey its me again
so I am creating a text, and applying a mask on it.
now i want the text to follow the path,
using the path options(and do it automatically).
this is the code i have that didn't work:
textAdded.property("Path Options").Path = 'Mask 1';
(textAdded is the var that created the text and Mask 1 is the name of the mask that is being applied.)
Thank you