Skip to content
  • Alexander Larsson's avatar
    Fix clipping issue with clip masks · c0084e21
    Alexander Larsson authored
    When the clip mask is completely inside the drawable clip region we
    don't change the clip at all. However, we did set region_tag_applied,
    so when the drawable clip was removed we removed the original clip mask.
    This is no good, so we fix that by returning early in this case.
    
    Fixes issue reported in bug #592752.
    c0084e21