Quantcast
Channel: Adobe Community : Unanswered Discussions - Illustrator
Viewing all articles
Browse latest Browse all 41949

resizing or moving an opacity mask along with the items inside it

$
0
0

I'm trying to resize a opacity mask by doing

 

transMaskItem.resize(

  10, //scaleX,

  10, //scaleY,

  true, //[,changePositions]

  true, //[,changeFillPatterns]

  true, //[,changeFillGradients]

  true, //[,changeStrokePattern]

  0.1, //[,changeLineWidths]

)

 

This resizes the item, but it does not resize the item inside it. I tried similar command with the translation command

 

transMaskItem.translate(

100, //([deltaX]

100. //[,deltaY]

True, //[,transformObjects]

True, //[,transformFillPatterns]

True, //[,transformFillGradients]

True, //[,transformStrokePatterns])

 

and similar thing happened. The item gets moved, but the object inside it doesn't.

 

How do I resize or translate an opacity mask along with the items inside it?


Viewing all articles
Browse latest Browse all 41949

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>