AdminEgor Chistyakov
(Admin, Adobe Illustrator)
My feedback
7124 results found
-
3 votes
The team has retracted the change they made to allow point type to behave like an object and snap by glyph bounds, like an area type would, and the pivot is now get placed at the type’s point again.
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
2 votesNeed More Info · 3 comments · Illustrator (Desktop) Beta Bugs » File Save, Import and Export · Admin →
An error occurred while saving the comment An error occurred while saving the comment Renee, please share a test file with the text object within, the one you can confirm the bug is happening.
-
3 votes
The issue is reported to be fixed in the latest Pre-release build 29.4.130.
The provided script should now work without any error dialog, as before.
Please also see the recommended way to achieve locking of embedded art in modified script, in a comment within.
An error occurred while saving the comment The team suggests this method to embed and lock an image:
var doc = app.activeDocument;
var scriptFile = new File($.fileName);
var scriptFolder = scriptFile.path;
var filePath = new File(scriptFolder + “/Golf Ball.png”);
// Place the image
var placedItem = doc.placedItems.add();
placedItem.file = filePath;
// Center the image
var docBounds = doc.artboards[0].artboardRect;
var centerX = (docBounds[0] + docBounds[2]) / 2;
var centerY = (docBounds[1] + docBounds[3]) / 2;
placedItem.position = [centerX - placedItem.width / 2, centerY + placedItem.height / 2];
// Embed the image
placedItem.name = “Golf Ball Texture”; // Name the placed item
placedItem.embed();
// Lock selection
for (var i = doc.selection.length; i > 0; --i)
{
doc.selection[i - 1].locked = true;
}
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
supported this idea
·
-
1 vote
An error occurred while saving the comment Alas, the old forums’ link is dead.
It’d require a proper description to investigate it :( -
1 vote
I am closing the ticket due to lack of response.
Please get in touch with us at sharewithai@adobe.com or any of the other support channels – helpx.adobe.com/support.html . Please give a reference to this post so that we can identify you.Thanks
Anish Kumar
Illustrator TeamAn error occurred while saving the comment It seems like it doesn’t happen with the specified parameters anymore...
However, the very related report, Offset path small values results in skewed lines, http://illustrator.uservoice.com/forums/601447/suggestions/39425959, is still a problem. -
1 vote
An error occurred while saving the comment Please specify full specs of your computer. This is most likely a hardware-related problem and the tea would need to know these details to investigate it.
-
2 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
supported this idea
·
-
1 vote
An error occurred while saving the comment Roshan, is it an image or a live graph?
If it’s an image, please try to enable the bounding box back, with View > Show Bounding Box command (or press Ctrl + Shift+ B — this is what probably toggled it in the first place).
If it’s a graph — well, no luck, it’s a know problem, and you can upvote it here: http://illustrator.uservoice.com/forums/601447/suggestions/33236971
In either way — please comment back. -
4 votes
An error occurred while saving the comment Plus you might wanna be interested in this request as well:
Allow to exclude handles from being snapped to grid
http://illustrator.uservoice.com/forums/333657/suggestions/49616768
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
5 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
4 votes
An error occurred while saving the comment A related request:
Disable geometry size limit for corner widgets
http://illustrator.uservoice.com/forums/333657/suggestions/49616714An error occurred while saving the comment A related request:
Don’t hide Repeat controls for small or zoomed out objects
http://illustrator.uservoice.com/forums/333657/suggestions/48775451
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
supported this idea
·
An error occurred while saving the comment Doug, you can, View > Hide Corner Widget, but manually only :(
-
1 vote
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
4 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
1 vote
An error occurred while saving the comment Strange. I check this (on Windows 11 though) and it behaves as usual for me...
-
3 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
supported this idea
·
-
3 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
3 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
7 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
3 votes
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
shared this idea
·
-
5 votes
An error occurred while saving the comment A smaller request to have a dedicated one to create Swatch Info object using a hotkey: http://illustrator.uservoice.com/forums/333657/suggestions/49612313
AdminEgor Chistyakov
(Admin, Adobe Illustrator)
supported this idea
·
A similar report with no data provided: http://illustrator.uservoice.com/forums/601447/suggestions/49128776