Image elements in an SVG don't appear when the SVG is used in a page.

后端 未结 1 602
小蘑菇
小蘑菇 2020-12-07 05:28

I\'ve created an SVG image which layers together and animates several conventional PNG images. If I look at the image directly in a browser, things

相关标签:
1条回答
  • 2020-12-07 06:20

    In order to protect your privacy SVG must be complete in a single file when used in an image context.

    If you want to have images within the SVG you'll need to encode them as data URIs.

    0 讨论(0)
提交回复
热议问题