Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Illustrator does not support my SVG file that contains SVG Image elements

Community Beginner ,
Feb 21, 2018 Feb 21, 2018

I have made an SVG generator for my application. It generates many path elements and it adds some <image> elements.
Those image elements can have JPG, PNG, SVG or AI extension. I'm storing those image files in the same folder the main SVG is saved.
This way, the image elements point to these files like this:

<image id="Asset-1" xlink:href="asset-1.svg" ...></image>
<image id="Asset-2" xlink:href="asset-2.png" ...></image>
<image id="Asset-3" xlink:href="asset-3.svg" ...></image>

Illustrator seems to have problems to open the .svg images. At first, I thought I was doing something wrong (maybe I do) but I've opened my file with Inkscape and Chrome and it has no problems at all.
Is there a way I can use images with SVG that Illustrator can open without problems? If not, is there a known workaround?
Thanks in advance

5.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 22, 2018 Feb 22, 2018

Illustrator simply does not fully support what can be done with SVGs

Translate
Adobe
Community Expert ,
Feb 21, 2018 Feb 21, 2018

Illustrator has issues with some SVG constructs.

You cannot do something about it inside Illustrator.

You might need to embed the content instead of linking it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 22, 2018 Feb 22, 2018

How could I achieve that? I have also tried this:
<image id="Asset-1" xlink:href="data:image/svg+xml;base64,PD94bWwgd.......></image>

But it does not work

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 22, 2018 Feb 22, 2018

Illustrator simply does not fully support what can be done with SVGs

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 22, 2018 Feb 22, 2018

I was expecting more from Adobe Illustrator. What a disappointment... Thanks for your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 22, 2018 Feb 22, 2018
LATEST

Please support my feature request with your observations:

Fully support the SVG standard – Adobe Illustrator Feedback

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines