Search found 1 match

by Aaron_Ecthelion
December 30th, 2016, 7:04 am
Forum: Scripts Discussion
Topic: Can't write to The applyStroke attribute
Replies: 1
Views: 6385

Can't write to The applyStroke attribute

I have several lines of simple code like this:      var myComp = app.project.activeItem;      var myLayer = myComp.layer(1);      myLayer.sourceText.value.applyStroke = true;      alert(myLayer.sourceText.value.applyStroke);     However, the applyStroke doesn't work properly, I can read its value, ...