Invalid SVG format.

  • Thread starter LuisSan
  • 6 comments
  • 4,433 views
7
Mexico
Mexico
luisandoval6
I've tried to upload a fender decal, which has strokes and gradients, but when i try to upload it just appears the follow message

b7cu1u.png


I watched a video about how to fix the gradients on GT Sport (), and yeah, maybe it works, but i dont know why Im getting this problem. This is how im saving the file (just like the person on the video says):

6igpzl.png


I tried with SVG 1.0 and SVG 1.1 and variations with Style Attributes and Presentation Attributes but the problem is still. It also has just 2.06KB size. Someone knows what am I doing wrong?
 
Can you upload the file? I (the person from that video) will have a look tomorrow.

I might have to watch it again just to see if it is still relevant :/
 
Thank you for answering. Here are the files on .svg and .ai.
 

Attachments

  • Fender Decal.zip
    40.2 KB · Views: 25
The file has a reference to an embedded image... that's why it is not passing through.

Code:
<image style="overflow:visible;" width="286.6" height="146.8" xlink:href="BCEA271E.png"  transform="matrix(1 0 0 1 5.979 4.7794)"/>

There is no SVG gradient in this file.
 
The file has a reference to an embedded image... that's why it is not passing through.

Code:
<image style="overflow:visible;" width="286.6" height="146.8" xlink:href="BCEA271E.png"  transform="matrix(1 0 0 1 5.979 4.7794)"/>

There is no SVG gradient in this file.

I just made the gradient there on illustrator and saved it. I don't really know why it doesn't appear like a gradient. Do you know how could I solve the problem?
 
How did you make the gradient? Judging by its shape, I can safely say you didn't use the gradient tool.
Inner shadow filter or something?
 
How did you make the gradient? Judging by its shape, I can safely say you didn't use the gradient tool.
Inner shadow filter or something?

Nope. I clicked there, on the red circle. Just to make the stroke a gradient instead of solid color. Is that wrong?

2vkn7yq.jpg
 
Back