Questions
Als letztes aktiv
Hi, I am using Illustrator version 27.6.1. I have an .ai file with a single artboard sized 504 wide by 130 pixels high. On this artboard, I have a rectangle drawn at this same size (504 wide by 130 pixels high) with a 4 pt black stroke aligned to the inside, which covers the entire artboard. On top of this rectangle, I have pasted my company logo, which I copied from an .eps file. Earlier today, I went to File | Save As, and chose *.SVGZ (SVG Compressed) as my Save As Type. Doing this with the default options (whatever they were at that time) resulted in a file with the .SVGZ extension that was 17 KB in size with excellent image quality. I imported this .SVGZ file into a third party application I use, and it worked perfectly inside this application. (Basically, I was following the recommended method for importing a logo into this application; the imported logo appears on several diffrent reports within the application). Next, I c
How do you not have the outline of the circle behind the letters? I drew a circle --> copied it --> locked the first layer --> typed on the path of the second layer --> centred it -->set path's baseline to centre. I would appreciate your advice.
Hi all. Does anyone know a way to make this shape, but perfectly? I'm realyl struggling to get the geomtry right by eye. But it occured to me, that maybe there is a formula, or a special process that I don't know about. Thanks team!
They had it in the 3D classic but I don't see it in the current one and I'm having trouble getting my graphic to fit on my 3D shape. The scale artwork tool seems to have disappeared in the new version? Screenshot from the old workspace.
is there any way to save illustrator files directly in adobe bridge? Only file collection is making Ai files transperent.
Some of the earlier discussions are confusing. SoI have an image in a PDF file that is a Raster ImageI want to convert that Raster Image to VectorI want it in a PDF fileIf I open to original PDF file and zoom to 400% I expect pixelated linesIf I open the new PDF file and open to 4))% I expect smooth non pixelated linesI want RGB colorsHow do I do this in Ai or id there a better Adobe program
Is it possible to get this panel as a floating window with option to open and collapse it?
I need to remove the white in the face of the tiger. I have tried clipping path and pathfinder but is there an easier way then to do each object separately over and over.
Hi everyoneFor some time now, I have been experiencing problems with image links.When I open a file with links (previously packaged with all the links in the Links folder), it asks me to relink many of the images. It always asks me to do this, even though I saved it with the correct links. Additionally, it randomly piles up many images in various places on the artboard and duplicates links. I am using Mac Sonoma 14.6 M2 Pro and Adobe Illustrator 28.6. How can I fix this? cause when i have too mucho links it cause me a lot of problems 😕😕
Hi! I use a cnc cutter with illustrator files. My files need to have the traceable lines around the edge only (not on the inside). I have this open heart shape that I did make and expand. Then added a stroke. At that point there is usually the original lines on the inside and I use merge. But not working. When I try to select and delete that inside line, the stroke goes away. Please let me know what I am doing wrong. Thanks so much!! Attaching screen shots and AI file.AI file:https://www.sendspace.com/file/7hrvit
Bonjour,Une fois que j'ai effectué une torsion de ma typo, si je reduis la taille la typo se retorsionne? même en vectorisant !Comment faire pour que ma typo torsionnée ne bouge plus si j'en reduit sa taille?Merci
Buenas noches disculpen estoy aprendiendo a usar AI soy usuaria de Corel el punto es que existe una acción en corel que se llama crear limites se encontraria practicamente en lo que en AI es buscatrazos quisiera saber en Ai como lograria esa accion lo que esa herramienta hace es que me permite tomar varias formas que se esten tocando y hacer un margen practicamente seria mas o menos como unificar pero lo que hace es un duplicado de puros margenes sin tocar el diseño original, si alguien sabe como realizarlo le agradeceria que me compartiera ese conocimiento por favor.
I design large format graphics for the tradeshow indsutry and files are MASSIVE. Right now I am running a 2017 iMac that no longer can update the IOS...with:Processor: 3.5 GHz Quad-Core Intel Core i5Memory: 32 GB 1600 MHz DDR3I also cast to a 2nd monitor just some crappy Samsung...I usually leave my CADs and email etc on that monitor and use my 27" iMac to for my Adobe software. My IOS no longer updates and I am struggling and must make this purchase in the next few days. Do I get an M3 Max or an M3 Pro chip? How will I decide?14-Core CPU / 30-Core GPU / 36GB Unified Memory / 1TB SSD Storage--or--16-Core CPU / 40-Core GPU / 48GB Unified Memory / 1TB SSD Storage
Hi!I work with Illustrator for a while now but I'm still kind of a beginner. So yesterday suddenly a problem accured and I wasn't able to fix it, maybe you can help me.So normally, when I dial an object or text field, the frame gets these little white boxes in the corners with which you can scale the object (when moving the cursor over the corners there will accure a little arrow, I hope you know what I mean). I don't know why, but when I dial an object now, the corners don't change (they stay in the colour of the frame and when moving the cursor over them there will accure the word "anchor"). So with my limited skills I'm suddenly not able to scale any objects or text fields anymore, which makes working impossible.I probably just changed something in the settings, but don't know what or where. I apologize for my bad english and hope you can understand and hopefully help me 🙂Greetings
Hello, I was so exited when I discoverd the Retype-tool, however, I can't get it to work at all. I select the image (or the outlined text if it's in vector), and I click enter and all I get is this: Super bummed, cause it would be so usefull if I could get it to work. Any suggestions?
In Illustrator, my current artboard randomly changes orientation. It's driving me nuts! Has anyone else experienced this? Is this a bug in the program or a setting?
Need Help! I have a square image and I used a circle to make a clipping mask of said image. The circle is now 23". I now want to take 20" circle on top and use the pathfinder option to subtract it leaving me with a 3" 'border. I did this sucessfully last week. For some reason today, its not working. When I select the subtract option, it is placing the original square back. What am I doing wrong here?
Hi, I wanted to make this jello-shaped illustration. I finished up with lines, but when I clicked on 'fill', it looked like 2nd image. I tried Pathfinder as well, but didn't work as well. What should I do to fill up the empty part?
Hello everyone:I have a problem installing Adobe Illustrator error code 145 for Mac Sonoma but I already buy Adobe, how can I solve it? how can I update? I am waiting for your help me thank you.
Hello, I'm confused with the blend tool here -- I want to create the lines with the same direction (straight from right to left) but the whole blend shoud be curved. Like it this picture on the left. I tried blend with Replace spine, I applied the Free transform - but it's not right (picture on the right) Can you advise, please?
Hi,I need to get linear gradient individual stop-color offset using extendscript.I try like thisvar doc = app.activeDocument; var selectedItems = doc.selection; var getShape = selectedItems[0]; var getGrad = getShape.fillColor.gradient; alert(getGrad.gradientStops.length);The above alert returns 5 but when i export SVG using extendscript it returns 11 spot color with offset.<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0" y1="45.3543" x2="269.2914" y2="45.3543"> <stop offset="0" style="stop-color:#DADBDC"/> <stop offset="0.0685" style="stop-color:#BABBBE"/> <stop offset="0.1716" style="stop-color:#909294"/> <stop offset="0.222" style="stop-color:#808285"/> <stop offset="0.4173" style="stop-color:#E9E9EA"/> <stop offset="0.6182" style="stop-color:#B6B8BA"/> <stop offset="0.7777" style="stop-color:#939598"/> <stop offset="0.8156" style="stop-color:#A4A6A9"/> <stop offset="0.8969" style="stop-color:#C5C7C9"/> &
Hello Community,Can someone help me? I have art thats gradient full color. I want to save it as cmyk, vector and 300DPI but small file size to send to a priniting company. When I try it says file exceeds 25mb Thank you
How can I creat this text effect in Illustrator without having to use the Rotate tool dozens of times on each word? Any suggestions much appreciated.
I am experiencing extreme lagging issues when using Adobe Illustrator 2022 Version 26.4.1.It was happening before the update as well, with multiple previous versions of Adobe Illustrator. Therefore, the issue is not exclusively new to version 26.4.1. I thought the update would help, but it didn't. I am unable to do any work since the lag is just insufferable. I do not use Adobe Illustrator every day, but when I do, the issue persists. When I open Illustrator it works fine, but as I start working on the file it starts lagging. This happens on a large file, but also on a very small file like a simple Material Design 24px by 24px icon with only one shape in it. Even opening or closing a Panel, and moving it from one side to the other makes Illustrator lag, even clicking on the top menu bar, or just selecting a simple shape.What I have tried so far has not worked: Restart Adobe IllustratorRestart the computerClose everything except for IllustratorUpdate IllustratorUpdate macOSDow
Hi,I've been wanting to experiment with those features but strangely i can't seem to find those features under Stylize, i click on Adobe Help and i can use it that way, but that seems to be too much of a hassle every time, it says the features are under Effect > Stylize but under Stylize i only get Glowing Edges, which is completely different.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.