SVG image inside circle

后端 未结 3 1625
星月不相逢
星月不相逢 2020-11-30 11:30

I want to create a circle which contains an image, I already tried using pattern or filter but none of them give me the expected result. Below is t

3条回答
  •  温柔的废话
    2020-11-30 12:02

    Try this,

    use patternUnits="userSpaceOnUse" and to set height="100%" width="100%" of

     
        
          
        
      
    

    Demo

提交回复
热议问题