Skip to content

Illustrator (Desktop) Bugs

When reporting a bug, please provide a detailed description with the following:

  1. Details of your operating system
  2. The version of Adobe Illustrator (desktop) 
  3. The steps you were taking when you experienced the issues
  4. Your expected result and the actual result
  5. Upload your Illustrator file or a video (screen recording or gif, this helps us most to reproduce the issue and resolve it)

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

1201 results found

  1. SVG import bug: patterns import incorrectly

    This pattern (from the MDN page) imports visually incorrectly (see screenshot):

    <svg viewBox="0 0 230 100" xmlns="http://www.w3.org/2000/svg">
    <defs>
    <pattern id="star" viewBox="0,0,10,10" width="10%" height="10%">
    <polygon points="0,0 2,5 0,10 5,8 10,10 8,5 10,0 5,2" />
    </pattern>
    </defs>
    <circle cx="50" cy="50" r="50" fill="url(#star)" />
    <circle
    cx="180"
    cy="50"
    r="40"
    fill="none"
    stroke-width="20"
    stroke="url(#star)" />
    </svg>

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. SVG import bug: SVG parser is (incorrectly) dependent on <defs> order

    The SVG spec recommends but does not require <defs> appear at the top of the document (before elements that use them).

    This SVG, from the MDN patterns page, imports visually to Illustrator (albeit incorrectly):

    <svg viewBox="0 0 230 100" xmlns="http://www.w3.org/2000/svg">
    <defs>
    <pattern id="star" viewBox="0,0,10,10" width="10%" height="10%">
    <polygon points="0,0 2,5 0,10 5,8 10,10 8,5 10,0 5,2" />
    </pattern>
    </defs>
    <circle cx="50" cy="50" r="50" fill="url(#star)" />
    <circle
    cx="180"
    cy="50"
    r="40"
    fill="none"
    stroke-width="20"
    stroke="url(#star)" />
    </svg>

    If I reorder the <defs> to the bottom, which is still valid SVG, it does not import anything visual at all:

    <svg viewBox="0 0 230 100" xmlns="http://www.w3.org/2000/svg">

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. My files are not saving

    Whenever I save a file it says it was saved on my desktop, but when I go to find it later its not there, like it didnt save or never even existed. I was recently working on a few files and I saved them all, but when I opened the app again only five opened, more then 70% of my work was lost and I dont know why.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. SVG import bug: fails to import shadows exported from Figma (using filters)

    Examples (all of these should render drop shadows or inner shadows, but import as plain circles without shadows):

    Drop shadows:

    <svg width="294" height="305" viewBox="0 0 294 305" fill="none" xmlns="http://www.w3.org/2000/svg">
    <g filter="url(#filter0_d_0_3)">
    <circle cx="127.021" cy="127.021" r="127.021" fill="#FF7575" fill-opacity="0.6"/>
    </g>
    <defs>
    <filter id="filter0_d_0_3" x="0" y="0" width="293.126" height="304.293" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
    <feFlood flood-opacity="0" result="BackgroundImageFix"/>
    <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
    <feOffset dx="27.9167" dy="39.0834"/>
    <feGaussianBlur stdDeviation="5.58335"/>
    <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25
    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. SVG import bug: <use> element does not work

    Example:

    <svg width="355" height="355" viewBox="0 0 355 355" fill="none" xmlns="http://www.w3.org/2000/svg">
    <use href="#mypath" x="100" y="100"/>
    <circle id="mypath" cx="127.021" cy="127.021" r="127.021" fill="#FF7575" fill-opacity="0.5"/>
    </svg>

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. SVG import bug: object with multiple fill overrides in style attribute (including P3) import with no color

    Example:

    <svg width="91" height="91" viewBox="0 0 91 91" fill="none" xmlns="http://www.w3.org/2000/svg">
    <circle cx="45.5" cy="45.5" r="45.5" fill="#FF7575" style="fill:#FF7575;fill:color(display-p3 1.0000 0.4572 0.4572);fill-opacity:1;"/>
    </svg>
    

    (Figma exports SVGs from any files with P3 color profile like this)

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Exporting PDFs makes a single file instead of many for each artboard

    I am experiencing an issue exporting PDFS under export for screens. I have 2 artboards which I have named, but when I export it only exports 1 artwork and names the PDF the actual file name instead of the artboard name. Other file types, png, jpg, etc seem to be working but not PDFs.

    Running illustrator 30.1

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Saving a PDF with All Printer’s Marks only works twice

    Hello,
    I'm using version 30.0 on a PC.

    I need to save my files for printing as PDFs with crop marks. When I check the "All Printer’s Marks" option and save as a PDF, it works the first time, but the second time, and always on the third, I get an error message. This error message says, "This document was saved successfully, but an error occurred after saving. Close and then reopen the document."
    I then have to close Illustrator and reopen everything, giving me two opportunities to save new PDF documents with print marks. Then, on the third document,…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Files not saved properly with incorrect display

    Since we started working with Adobe Illustrator 30, we have encountered various files, both saved as ai and pdf, that display a different and incorrect image in the preview. As a result, our printing software also opens and processes these incorrectly, resulting in incorrect printing.
    When we reopen and resave the file, it is fine.
    For the time being, we have gone back to Adobe Illustrator 29, because we can no longer rely on our print file in this way.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. I can't save anything in Illustrator in SVG format

    I tested save any object in Illustrator in format SVG, but after many minutes Illustrator shows a window saying it can't save because of the mistake problem. I tested in the last version and the previous version, I cant save in SVG, I need this...

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. "Open" window loads blank and duplicates

    Operating System:
    macOS 15 Tahoe – MacBook Pro M1 Pro, 32 GB RAM (Apple Silicon)

    Illustrator Version:
    Adobe Illustrator 30.0 (desktop)

    Issue Description

    When I try to open files using File > Open… or the shortcut Cmd + O, the “Open” dialog window does not appear immediately. Sometimes it takes several seconds, and other times it takes minutes before it shows up.

    Because of the delay, if I press Cmd+O again or click File > Open repeatedly, Illustrator eventually opens multiple overlapping blank windows. These windows appear with a dark/empty content area and no file information loaded.
    They also…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    The team has identified an issue for a small subset of users who are on the Windows operating system and also have their network traffic routed through a proxy.

    A temporary solution to this issue is the following:

    1. Open up PowerShell
    2. Copy and paste the following commands:
    cd "C:\Program Files\Adobe\Adobe Illustrator 2026"$env:WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS = "--use-system-proxy-resolver"& '.\Illustrator.exe'
  12. Smart Objects not updating correctly due to Optimized Save Illustrator 30

    I have been running into an issue since updating to Illustrator 30. After a fair amount of observation, I believe it is coming from this enhancement as listed in the Illustrator 30 release notes: "Save complex edits in your artwork faster, as Illustrator now only saves the changes you make, not the entire document each time".

    Since the update to Illustrator 30, when I edit and save relatively complex vector smart objects that are embedded or linked in Photoshop, the objects have begun to appear incorrectly in Photoshop (I'm also using the latest version of Photoshop, up to date on…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. v30.0 (Mac) 保存時に文字の入力ソースを切り替えられない

    Mac OS Tahoe (26.1)/Illustrator v30.0

    ドキュメント保存時に文字の入力ソース(日本語↔ENなど)を切り替えられない。
    一瞬切り替わるが戻ってしまう。

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. BUG: Settings for number of decimals in SVG exports resets after restarting Illustrator

    Illustrator isn’t saving the number of decimals that has been changed in the "Save as..." and "Export as..." dialog boxes. When quitting Illustrator, the value resets to 1, which isn’t an ideal default setting.

    Steps to reproduce:

    1. Create a new file in Illustrator.
    2. Open "Export as..."
    3. Select "SVG (SVG)" as the file format.
    4. Change the number of decimals to a value other than 1.
    5. Click OK to export the file.
    6. Quit and reopen Illustrator.
    7. When you open the Export dialog again, the value for Number of Decimals is reset to 1.

    Expected behavior:

    The last used value for the number…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. "Use Artboards" unchecked and still exporting artboards for SVG files

    For PNG files, artboard is exported on first save, then saves correctly on the second attempt for whatever reason. Not so lucky with SVG. Having to manually export each one, open in a new window, crop the artboard, repeat...

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. A temporary file is generated every time you save 保存する度にテンポラリーファイルが生成されて

    保存する度にテンポラリーファイルも同時に生成されて、都度削除するのが面倒なのでなんとかして欲しい。(Ver.29.8.2)

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Exported EMF file gets corrupted

    Illustrator (desktop version) version
    Windows 11 Pro 24H2 Illustrator 2025 Ver. 29.8.2

    1. Export EMF file
    2. Open the exported EMF file

    Expected result: the file opens

    Actual result: a message appears stating the file is corrupted when attempting to open it.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Not Getting "Overwrite notification" when exporting using "File/Export/Export as..."

    This only started happening recently and I'm not sure what to do to fix it. Whenever I export a file using the "Export as..." feature, I'll navigate to the location where it was previously exported and click the "Export" button. I used to get an overwrite notification asking if I wished to do so and I'd just click yes or no. Now, for some reason, that notification isn't triggering and Adobe Illustrator is just overwriting. I tried using Windows Explorer to copy and paste a file to the same location, and Windows "does" give the standard notification to confirm overwrite.…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Se borro todo

    Estuve trabajando bastante tiempo con archivo recuperado porque ya se había trabado el sistema pero logre recuperarlo, y ahora voy a entrar a ese archivo que tenia guardado y todo, y no tiene NADA osea mi laburo de meses desapareció de la nada.
    Que hago???????

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Anti-Aliasing Method in PNG Options Resets to Type Optimized

    The Preview in PNG Options is fixed (previously reported here: http://illustrator.uservoice.com/forums/601447/suggestions/48119207), but the anti-aliasing method is not sticky anymore. It stays on Type Optimized between exports.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?