Sergey Osokin
My feedback
350 results found
-
5 votes
Sergey Osokin
supported this idea
·
-
6 votes
Sergey Osokin
supported this idea
·
-
19 votes
Sergey Osokin
supported this idea
·
-
55 votes
Illustrator Beta introduced a new option in Transform Each dialog to do exactly this. We can now choose between Relative (the existing) and new Absolute mode to scale objects in a selection. It allows to specify one or both width and height in the document units. The reference point is respected.
Please try this method and comment back if it does what you wanted it to do.
Sergey Osokin
supported this idea
·
-
7 votes
Sergey Osokin
supported this idea
·
-
8 votes
Sergey Osokin
supported this idea
·
-
79 votesAdded to Backlog · 20 comments · Illustrator (Desktop) Feature Requests » Cloud, Libraries · Admin →
Sergey Osokin
supported this idea
·
-
11 votes
Sergey Osokin
supported this idea
·
-
36 votes
Sergey Osokin
supported this idea
·
-
28 votes
Sergey Osokin
supported this idea
·
-
8 votes
Sergey Osokin
supported this idea
·
-
13 votes
Sergey Osokin
supported this idea
·
-
3 votes
Sergey Osokin
supported this idea
·
-
12 votes
Sergey Osokin
supported this idea
·
-
244 votes
Hi Everyone,
This functionality now is available in our latest release build – 24.1.1 for Win and 24.1 for Mac which is available worldwide now.
You may read about this functionality here: https://helpx.adobe.com/illustrator/using/whats-new/2020-1.html#cut_copy
What’s new in 24.1: https://helpx.adobe.com/illustrator/using/whats-new.html
You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback.
Sergey Osokin
supported this idea
·
-
27 votes
Sergey Osokin
supported this idea
·
-
12 votes
Sergey Osokin
supported this idea
·
-
9 votes
Sergey Osokin
supported this idea
·
-
1 vote
An error occurred while saving the comment -
10 votes
Sergey Osokin
supported this idea
·
You have a problem with selectedFont. In the function okButton.onClick remove the word "var". You should still have selectedFont = fontDropdown.selection.text;
You declare an internal variable of the same name inside the onClick() function using var. And the global variable selectedFont remains set to null.