AI2ASS icon indicating copy to clipboard operation
AI2ASS copied to clipboard

Gradient

Open bebetoalves opened this issue 8 years ago • 2 comments

Is it possible I export the gradient applied in the text? I'm exporting the common way, and the gradient doesn't come either.

Print 1: https://i.imgur.com/kgB26iE.png Print 2: https://i.imgur.com/IQC03vu.png

bebetoalves avatar Oct 02 '17 15:10 bebetoalves

For this case, your 3-stop linear gradient could be trivially produced in directly in ASS using one of the existing gradient automation scripts, like gradient everything. However, it's possible to create gradients in AI that can't be trivially produced with an existing script.

Last I looked at it, Illustrator's JS API was garbage with gradients, which is why AI2ASS doesn't support them directly. There's some technique for slicing lines up by gradient in AI and then exporting the results, but I don't know what that process is.

torque avatar Oct 03 '17 05:10 torque

Hi @bebetoalves , please see this tutorial of line0 on this topic.

SchRita avatar Aug 15 '20 11:08 SchRita