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

What the heck is going with this SVG?

New Here ,
Nov 26, 2019 Nov 26, 2019

Copy link to clipboard

Copied

I have an SVG file generated by an external program.

It consists fully of rects with coordinates (only >0), but Illustrator makes me think that there are negative ones. I think this is an Illustrator's bug, leaving a link to the Pastebin here. Help me, please.

 

https://pastebin.com/tdyLk6hZ

 

Edit: Also, I have another one which displays fine in Chrome, Edge, Firefox, and IE, but not in Illustrator:

https://pastebin.com/NGqAiPR4

TOPICS
Bug , Import and export

Views

450

Translate

Translate

Report

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
Adobe
Community Expert ,
Nov 27, 2019 Nov 27, 2019

Copy link to clipboard

Copied

Illustrator can't read all possible SVG constructs. You can report this to http://illustrator.uservoice.com

Votes

Translate

Translate

Report

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
Advocate ,
Nov 28, 2019 Nov 28, 2019

Copy link to clipboard

Copied

LATEST

Salut!

Tu ajoute ça au début du svg;

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="384px" height="320px" viewBox= "0 0 384 320" xml:space="preserve">
<rect style="fill:#164352;" x="0" y="0" transform="rotate(0)" width="32" height="16"></rect>
<rect style="fill:#f34616;" x="32" y="0" width="32" height="16"></rect>

*****

*****

<rect style="fill:#adf486;" x="352" y="608" width="32" height="16"></rect>
</svg>

rect.PNG

 

 

Votes

Translate

Translate

Report

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