Sergey Osokin
My feedback
344 results found
-
3 votes
Sergey Osokin
supported this idea
·
-
11 votes
Sergey Osokin
supported this idea
·
-
13 votes
Sergey Osokin
supported this idea
·
-
3 votes
Sergey Osokin
supported this idea
·
An error occurred while saving the comment -
5 votes
Sergey Osokin
supported this idea
·
-
47 votes
Sergey Osokin
supported this idea
·
-
4 votes
Should be fixed in version 30.0
Please test it and comment back if this still happens for you
An error occurred while saving the comment
Sergey Osokin
commented
Adobe Illustrator CC 2026 30.0 (Mac OS). Save As or Export for Screens:, SVG profile 1.1. If you select Fonts > Subsetting: None (Use System Fonts), an export error occurs. And this is despite the fact that there are not even any text objects in the document. But even more strange is that SVG 1.0 profile and Fonts > Subsetting: None (Use System Fonts) exports without errors. If you change Fonts in SVG 1.1 to another option from the drop-down list, then there is no error either.
Sergey Osokin
supported this idea
·
-
3 votes
Sergey Osokin
supported this idea
·
-
5 votes
Sergey Osokin
supported this idea
·
-
5 votes
Sergey Osokin
supported this idea
·
-
64 votes
Sergey Osokin
supported this idea
·
-
7 votes
Sergey Osokin
supported this idea
·
-
3 votes
An error occurred while saving the comment
Sergey Osokin
commented
I confirm the displayName issue. The InDesign community complained about this and it seems to have been fixed for InDesign. Adobe Illustrator CC 2025 on Mac OS has a similar problem.. But where did you get the localizedName from? It's not in the Illustrator Scripting API.
Alternative solution: decodeURI(file.name ) instead of file.DisplayName
Sergey Osokin
supported this idea
·
-
17 votes
Sergey Osokin
supported this idea
·
-
3 votes
Sergey Osokin
supported this idea
·
-
4 votes
Sergey Osokin
shared this idea
·
-
4 votes
Sergey Osokin
shared this idea
·
-
39 votes
Sergey Osokin
supported this idea
·
-
3 votes
Sergey Osokin
supported this idea
·
-
6 votes
Sergey Osokin
supported this idea
·
Mathematically, a gradient is generated by calculating each point based on the left and right colors and the location of that point. The computations are performed by color channels, so parasitic hues appear in the final color of a point. The perceptual gradients in Photoshop and Illustrator use the OKLAB space, which has issues with a parasitic magenta hue in the case of interpolation between white and blue. And here it affects that the transformations between CMYK and OKLAB do not go directly, but probably through RGB, which has a greater effect on the appearance of extra channels in CMYK. The paid GradientBlender script will have the same problem with blue in OKLAB mode. This is a common algorithm problem