illustrator-scripting-guide icon indicating copy to clipboard operation
illustrator-scripting-guide copied to clipboard

Results 14 illustrator-scripting-guide issues
Sort by recently updated
recently updated
newest added

I do not see any Javascript documentation for exporting the file in WebP format. Can you please add the documentation?

Update an object reference typo in the "Combining path point types" example.

The asset object is not documented (and can't find it anywhere). You can get the list of a activeDocuments assets like this ```javascript var docRef = app.activeDocument; var docWidth =...

![Screenshot 2022-07-14 at 14 20 13](https://user-images.githubusercontent.com/7668271/178982685-57337091-7579-4d2e-b4c3-9cf71ffab576.png)

Hi @zlovatt, A developer pointed out an error on https://ai-scripting.docsforadobe.dev/jsobjref/ExportOptionsTIFF.html?highlight=izwcompression > The name of the property is lZWCompression and must be written with a lower case "L" - and not...

In https://github.com/docsforadobe/illustrator-scripting-guide/blob/master/docs/jsobjref/GrayColor.rst `The tint of the gray. Range: 0.0 to 100.0, where 0.0 is black and 100.0 is white.` In Illustrator, white equals 0% in grayscale and vice versa.

This doc was based on "Illustrator JavaScript Scripting Reference 2017" and could benefit from being updated to reflect the intermediate years' of updates. Re: #2