Closed Bug 1042296 Opened 10 years ago Closed 11 months ago

SVG mix-blend-mode doesn't work when combined with clip-path

Categories

(Core :: SVG, defect, P3)

34 Branch
x86
macOS
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: peterjlai, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(3 files)

Attached image blend-mode-bug.svg
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36

Steps to reproduce:

Open the attached file to view the repro.


Actual results:

When mix-blend-mode is used in conjunction with clip-path, the resulting colors are incorrect.


Expected results:

mix-blend-mode should correctly be applied regardless of whether clip paths are used. (NOTE: the mix-blend-mode experimental flag must be enabled).
Component: Untriaged → SVG
Product: Firefox → Core
Confirmed in 34.0a1 (2014-07-24), Win 7 x64
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: nobody → cku
See Also: → 1279409
See Also: 1279409
The first patch in bug 1279409 can "partially" fix the bug here. There are still another cause.
The painting result(the content of texture) is correct now. But the composition result of "#top_right" one is not right yet. I would suggest find a developer who is familiar with compositor to do further analysis. Deassign from myself.
Assignee: cku → nobody
After study, it's not compositor problem. I printed the layer tree in content and the blend mode of the layer was none.
So I traced back to ProcessDisplayItems. I found that for the wrong case, we create a temp BasicLayerManager and the layer created by nsDisplayBlendMode is contained in this BasicLayerManager. The PaintInactiveLayer result of the temp BasicLayerManager doesn't have the blend effect. The blend operation may be removed in bug 1279409.
Rendering result is not correct when nsDisplayMask contains a nsDisplayBlendMode child.
Why is the blend mode inside the mask? nsIFrame::BuildDisplayListForStackingContext should be creating the blend mode outside the mask.
Assignee: nobody → cku
Blocks: svg-enhance
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee: cku → nobody
Status: ASSIGNED → NEW
Severity: normal → S3

Seems OK now.

Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: