Embed SVG in SVG?

前端 未结 6 573
無奈伤痛
無奈伤痛 2020-11-27 11:00

I have an SVG document, and I would like to include an external svg image within it, i.e. something like:



        
      
      
      
6条回答
  •  自闭症患者
    2020-11-27 11:34

    Use the image element and reference your SVG file. For fun, save the following as recursion.svg:

    
      
      
    
    

提交回复
热议问题