Embedding HTML in embedded SVG in HTML?

前端 未结 4 746
情歌与酒
情歌与酒 2021-01-05 04:50

It\'s allowed to embed SVG in HTML...



    
        Hmmm....
             


        
4条回答
  •  执念已碎
    2021-01-05 05:00

    In HTML in SVG in HTML, I found the following example code. It works fine for me.

    
    
    
      
      HTML in SVG in HTML
      
    
    
    
      
        
          
    The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs

    Still, note that support for inline SVG in HTML documents remains "quirky" at best, even today (March 2014).

提交回复
热议问题