Illustrator (Desktop) Feature Requests
When entering a new feature request, please provide:
- Description
- Why is this valuable to you?
- or
No existing idea results
- ~ No ideas found ~
4725 results found
-
Support for ems in leading field of the type panel
When setting the leading, we have the option of "Auto" or setting a specific value in a static unit like px or pt.
It would be great if a dynamic unit like ems (as implemented in CSS) were available to make leading, and I suppose other type attributes, scalable relative to the font size.
For example, if I have a block of text set to 12pt and 1.5em, the leading would be 1.5x the point size, and therefore 18pt. If I were to alter the font size to 20px, the leading would still be 1.5em and therefore would scale automatically to 30px.
This could also then output to the CSS Properties panel as ems.
When setting the leading, we have the option of "Auto" or setting a specific value in a static unit like px or pt.
It would be great if a dynamic unit like ems (as implemented in CSS) were available to make leading, and I suppose other type attributes, scalable relative to the font size.
For example, if I have a block of text set to 12pt and 1.5em, the leading would be 1.5x the point size, and therefore 18pt. If I were to alter the font size to 20px, the leading would still be 1.5em and therefore would scale automatically…
5 votes -
Default input in Color Picker
Older versions of Illustrator used to default in "Hex" field of the Color Picker, but now the default is in "H" of HSB. This breaks up the workflow when copying a low of colors.
5 votes -
Copy/move artboards with the content
Why have you deleted the function "copy/move artboards with the content" in the last update? It was really gorgeous! Now I have to unlock and make visible all the layers again to create several version of my graphic design, and it is really annoying! I would like the possibility to copy/move one or more artboards with the content, even if it is on locked or hidden layers, and without the content when it is on locked or hidden layers.
Please, consider both functions, the copy/move with content was one of the best updates that you have ever made!!!
5 votesUsers have an option in Illustrator CC (22.1).
Preferences>Selection & Anchor Display>"Move Locked and Hidden Artwork with Artboard"
Please email us on sharewithai@adobe.com if it still does not solve your problem. -
Layer panel options
Is it possible to increase the size of the layer thumbnails more than 100px for 5K screen users? If not, it can be a request I think :) Thank you
5 votes -
Assets Export - Good but could be better
The assets exporter is a good idea but:
1 - As name it takes the top-layer/group name. I have everything sorted in groups and what I need is in the 3rd level, thats the name and the layers I want to export as an assets, but is imposible right now.2- Why it works only dragging from the canvas? It would be SO good if we could drag them from the Layer tab, more handy.
3- Why the asset preview hide if you hide the layer/group? Makes no sense and makes it more confusing.
Those are so common sense things, don't know who takes the decisions about this kind of stuff but come on... Anything I try doesn't work, always fighting with the program about how to do things that should be normal. I still wasting a lot of time with Illustrator to make thing that should be so easy to do.
The assets exporter is a good idea but:
1 - As name it takes the top-layer/group name. I have everything sorted in groups and what I need is in the 3rd level, thats the name and the layers I want to export as an assets, but is imposible right now.2- Why it works only dragging from the canvas? It would be SO good if we could drag them from the Layer tab, more handy.
3- Why the asset preview hide if you hide the layer/group? Makes no sense and makes it more confusing.
Those are so common sense things,…
5 votes -
Unembed links when packaging...
When packaging a file, there is no option to un-embed images.
5 votes -
Add commonly used stroke weights in a document to a dropdown
Sense the stroke weights being used in the document so they can be selected in the drop down menu in Stroke Weights.
So if 0.15 was a common stroke weight it would appear in the drop down menu that now starts at 0.25. It could be cursive or grey to give standout.
Thanks
E5 votes -
Allow to move panels between displays all at once easily
When using multiple displays, if I use Illustrator on one screen and move it to the other, my panels like Character, Paragraph, Layers etc. (small windows) don't move with the program to the next display. Even if the program is closed and opened they don't move to the correct screen that the program is now opened at. Please fix this. It's especially frustrating when using Ps, Ai, InD and all of the panels can’t be consolidated for their respected program at the click of a mouse.
5 votes -
Global Swatches for Imported Files
When opening Illustrator files saved in other programs (Rhino, AutoCAD, etc), the default swatches never show up (probably because it was made in an outside program). It would be an immense timesaver if we could have those swatches (or even a user defined swatch) automatically populate the swatch panel.
5 votes -
Edit multiple selected paths with Pencil tool.
This Illustrator feature has been lost since version CS5:
- Select multiple strokes
- Use Pencil tool to edit selected strokes.
In CS5 Illustrator understood the difference between "User-selected strokes" and "Newly created strokes" allowing users to fine-tune multiple paths with the Pencil tool without losing the selection. This feature has been lost, in ALL subsequent versions of Illustrator. What a loss!!
5 votes -
Dragging from Bridge to Illustrator
Change the standard file-placement behaviour from Bridge to Illustrator so that it places the contents of the AI file (rather than a PDF or a PNG).
Say you've got a local library of picture elements, and you're browsing it in Bridge; you need to bring those elements into a currently open AI file. What do you do?
The obvious thing is to use Bridge like a library navigator, and simply drag the ai file into your composition. However, you can't;What actually happens is you get a PNG file; if you shift-drag you get a PDF file; both are useless.
And if you go online, some smart person will tell you to use symbols libraries, which isn't a huge help.
It would be even better if you could view it directly in the library panel in Illustrator. That would mean syncing your local library directory (and CC files) with CC Libraries.
Change the standard file-placement behaviour from Bridge to Illustrator so that it places the contents of the AI file (rather than a PDF or a PNG).
Say you've got a local library of picture elements, and you're browsing it in Bridge; you need to bring those elements into a currently open AI file. What do you do?
The obvious thing is to use Bridge like a library navigator, and simply drag the ai file into your composition. However, you can't;What actually happens is you get a PNG file; if you shift-drag you get a PDF file; both are useless.
And…
5 votes -
Replace objects with an object / Paste to replace
Example:
I have created a circle with text in it, and grouped it all together, however I have a pattern of Circles, and only want some of the circles in the pattern to look like the one I have created and grouped, so I can click the ones I want to replace, and then with a tool, select the group I've created, and it will replace the ones I've selected. Not too sure if this feature exists, though it would be a beneficial tool to have.5 votes -
SVG export option to export global Color Swatches as CSS Custom Properties
In addition to classes and IDs, CSS custom properties (aka. CSS variables) are a great way to style SVG Content.
Conceptually they are closest to Illustrators global color swatches.I propose to add an Option to SVG Export of Adobe Illustrator to turn named global color swatches into CSS custom properties.
Example:
Original Output:
fill: #456; stroke: #abc;New Output:
fill: var(--medium-grey, #456) ; stroke: var(--dark-grey, #abc);Web applications could use the custom properties, to quickly create color-variations of an illustration.
Example: https://codepen.io/g12n/pen/KQwpJR/
An additional option could be a compatibility mode for the styling options "Inline Style" and "Internal CSS", that adds an additional fallback for browsers, that don't support custom properties at all:
fill: #456; fill: var(--medium-grey, #456);
This fallback should be opt-in, since it increases file size.
Use-Cases:
- Theming of Icon-Sets (like http://www.streamlineicons.com/ux/)
- Branding and Color Variations
- Definition of CMYK and Spot Colors Versions in Print Stylesheets or other applicable Media
- Animating Color Transitions with CSS (example: https://codepen.io/g12n/pen/aEMaNz/)
Additional Resources:
"Styling SVG <use> Content with CSS" by Sara Soueidan
https://tympanus.net/codrops/2015/07/16/styling-svg-use-content-css/"Custom properties" on MDN web docs
https://developer.mozilla.org/en-US/docs/Web/CSS/--*"CSS Custom Properties and Theming" on CSS Tricks
https://css-tricks.com/css-custom-properties-theming/In addition to classes and IDs, CSS custom properties (aka. CSS variables) are a great way to style SVG Content.
Conceptually they are closest to Illustrators global color swatches.I propose to add an Option to SVG Export of Adobe Illustrator to turn named global color swatches into CSS custom properties.
Example:
Original Output:
fill: #456; stroke: #abc;New Output:
fill: var(--medium-grey, #456) ; stroke: var(--dark-grey, #abc);Web applications could use the custom properties, to quickly create color-variations of an illustration.
Example: https://codepen.io/g12n/pen/KQwpJR/
An additional option could be a compatibility mode for the styling options "Inline Style" and "Internal CSS",…
5 votes -
Ability to change resolution when setting pixels as a unit
I use Illustrator for UX design, and thus I use pixels for the dimensions. However, the resolution of most modern screens, in mobile phones, and other devices, is not the default 72 ppi. Thus, when I switch between units, the pixel size does not equal what I get in millimeters. (For usability issues, e g mm based letter height is crucial.)
I know Photoshop is more of a pixel oriented tool, but doing vector graphics and using Illustrator is an advantage in terribly many places. (There is a reason for Sketch being a popular replacement...) Adding a way to customize the units or customizing the pixel resolution would benefit me and my entire team of 15 people, very much.
I use Illustrator for UX design, and thus I use pixels for the dimensions. However, the resolution of most modern screens, in mobile phones, and other devices, is not the default 72 ppi. Thus, when I switch between units, the pixel size does not equal what I get in millimeters. (For usability issues, e g mm based letter height is crucial.)
I know Photoshop is more of a pixel oriented tool, but doing vector graphics and using Illustrator is an advantage in terribly many places. (There is a reason for Sketch being a popular replacement...) Adding a way to customize…
5 votes -
Illustrator Lite Essential version, for 2D graphics only, without 3D
An "Illustrator Lite" that cuts out everything except the essential vector functions, and actually responds quickly, for crafters: no 3D, but with border feature etc. in order to work with digital cutters without expense
So it would be a entry level version of illustrator — concentrating on 2D output to SVG for electronic cutters, plotters and other crafting tools. Similar to Photoshop elements but for those needing to work with vector files.
5 votes -
In Tablet Mode, we need the use of modifier keys like Shift, Alt, and Control. Can't constrain proportions when resizing w/out keyboard!
In Tablet Mode, we need the use of modifier keys like Shift, Alt, and Control. Right now, we can't constrain proportions when resizing w/out the Shift key on a keyboard. If we have a floating toolbar of modifier keys like Shift, that problem would be solved. Even better if a gesture could take the place of holding Shift.
5 votes -
LessTime saving files
Hello,
as designers we come across slow process saving in a heavy illustrated files (too many vectors) when these vectors are shifted a bit or edit a text, the file needs to be saved again and it wastes a lot of time.
The solution here is using the smart technology (adobe sensei) which it will compare the files and saves accordingly -to check if the text has any amendments, and accordingly takes action in the saving process from within- and this tech to be applied on other elements.
5 votes -
Keep object selected with switching from Shaper Tool to Smooth Tool.
It feels redundant to re-select object (line, shape, etc) when switching to or selecting the smooth tool. This is especially disruptive because you can't select the item when using the smooth tool. It doesn't seem to be consistent for other experiences in the program.
5 votesNot sure if I get it.
Are you sure you mean Shaper tool, not Shape Builder tool?
Because Shaper tool does not make a selection of the drawn shapes. Shaper Builder though — does.
How do you switch to the Smooth tool after using the other one?
By default Smooth tool is placed in the same tool slot as the Shaper (not Shape Builder), and once you click-and-hold the tool slot to access hidden Smooth tool — indeed, the selection gets dropped.
Can someone here record a short video of the issue?
-
Option to retract handles or leave in place when converting a curved anchor to a corner anchor
When changing a curved anchor to a corner, the handles retract. Would be nice if the handles did not retract, or if there was an option to choose retract or leave the handles where there are.
5 votes -
Move elements in CC libraries around
I would love to be able to create more sub-folders in libraries and be able to move elements with each folder around to help it become more organized
5 votes
- Don't see your idea?