SVG gradient using CSS

前端 未结 6 1276
粉色の甜心
粉色の甜心 2020-11-29 19:58

I\'m trying to get a gradient applied to an SVG rect element.

Currently, I\'m using the fill attribute. In my CSS file:

rec         


        
6条回答
  •  心在旅途
    2020-11-29 20:25

    Here is how to set a linearGradient on a target element:

    
    
        
            
            
        
    
    

提交回复
热议问题