Closed
Bug 362233
Opened 19 years ago
Closed 19 years ago
Merge w/subregion filter misbehaves
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: malex, Unassigned)
Details
Attachments
(2 files)
|
994 bytes,
image/svg+xml
|
Details | |
|
2.32 KB,
patch
|
tor
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
When applying a merge filter with a subregion, the entire source image of the last mergeNode is copied to target surface instead of just the part within the filter subregion.
In the attached test case, three blurred circles are merged together. The merge filter has a subregion represented by the black square. No part of the circles should be visible outside of this square. However, the entire last circle is visible, even those parts outside of the filter region.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Updated•19 years ago
|
Attachment #246943 -
Flags: review?(tor)
Attachment #246943 -
Flags: review?(tor) → review+
| Reporter | ||
Updated•19 years ago
|
Attachment #246943 -
Flags: superreview?(roc)
Attachment #246943 -
Flags: superreview?(roc) → superreview+
Checked in for Alex.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•