Humongous height value for not preventing cutoff

后端 未结 1 2029
灰色年华
灰色年华 2021-01-22 16:25

I am trying to apply a on a but I am having problems with things being clipped, not just the blur but also parts of origina

1条回答
  •  日久生厌
    2021-01-22 16:37

    You have to move the upper border of the filter effect region as well. Default is y=-10%.

    
    
    
      
        
        
        
          
          
        
      
      
        
      
    
    
    
    
      
        
      
    
      
        
      
    
      
        
      
    
    
    
    

    As an aside, using absolute values only works if you set filterUnits="userSpaceOnUse". The same note on the use of y values applies.

    0 讨论(0)
提交回复
热议问题