How to style SVG element?

前端 未结 4 800
半阙折子戏
半阙折子戏 2021-02-02 05:58

I have some SVG elements grouped together in a element. I just want to style that element to show grouping of elements. Like I want

4条回答
  •  悲哀的现实
    2021-02-02 06:15

    You actually cannot draw Container Elements

    But you can use a "foreignObject" with a "SVG" inside it to simulate what you need.

    http://jsfiddle.net/VBmbP/4/

    
          
            
              
                   
            
              
          
        
    

提交回复
热议问题