Also, i’m trying to change the colors but i can’t figure it out how to access to “Stroke 1” and “Stroke 2”, i tried this:
if (subProp.matchName == “ADBE Vector Graphic – Stroke”) {
subProp.duplicate();
subProp.content(“Stroke 1”).color.setValue([0,0,0]);
subProp.content(“Stroke 2”).color.setValue([1,1,1]);
}
But is not working 🙁