New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 692355 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[SPv2] Implement mask-type attribute on <svg:mask>

Project Member Reported by trchen@chromium.org, Feb 15 2017

Issue description

In 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.

 

Comment 1 by trchen@chromium.org, Feb 27 2017

Status: Fixed (was: Assigned)
A filter-based implementation has been landed.

Sign in to add a comment