[SPv2] Implement mask-type attribute on <svg:mask> |
|
Issue descriptionIn SPv2 we use SkBlendMode::kDstIn to implement masks. However SVG masks may use other than the alpha channel to specify mask transparency. For non-composited masks, this was easily done by a SkColorFilter. For composited mask, this is not implemented yet. We can either do a filter (less efficient), or add a new GL shader. |
|
►
Sign in to add a comment |
|
Comment 1 by trchen@chromium.org
, Feb 27 2017