Open davidaurelio opened 11 years ago
The svg renderer should use <clipPath> instead of <mask> if the mask is simple (i.e. does not contain any transparencies).
<clipPath>
<mask>
<clipPath> is much faster than <mask> and allows for much better frame rates, especially on mobile devices.
The svg renderer should use
<clipPath>
instead of<mask>
if the mask is simple (i.e. does not contain any transparencies).<clipPath>
is much faster than<mask>
and allows for much better frame rates, especially on mobile devices.