Svg with image inside is not showing in safari

后端 未结 5 1291
太阳男子
太阳男子 2021-02-05 20:33

Inside my website, I am embeding a few svgs. They all seem to work just fine in Chrome, Firefox, IE(9+) and in Safari. Howvere as soon as there is image included in the svg, saf

5条回答
  •  悲哀的现实
    2021-02-05 20:52

    It seems that answer from this question works: What could make Safari skip clip-path AND mask with SVG?. See instructions in link from answer.

    You have to recreate your clip path to make it visible. And tag is not pushed after tag.

    Here is the little changed code (link to my image inserted so you will have to change it):

    
    
    
    
    
        
            
            
        
    
        
            
        
    
    
    
    
    
    
        
    
    
    

提交回复
热议问题