- Сообщения
- 2 089
- Реакции
- 145
Как убрать заливку c Compound Path
Код:
app.activeDocument.compoundPathItems[0].selected = true;
var noColor = new NoColor();
if (sel[0].typename == 'CompoundPathItem') {
// alert ("selection contains " + sel[0].pathItems.length + " paths");
// alert (sel[0].pathItems[0].fillColor);
sel[0].pathItems[0].fillColor = noColor;
}