Closed
Bug 382333
Opened 17 years ago
Closed 17 years ago
CTM changes not updating filter invalidation regions
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Unassigned)
References
()
Details
Attachments
(2 files)
5.46 KB,
patch
|
longsonr
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
2.20 KB,
patch
|
longsonr
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
We're not updating the filter invalidation region when the CTM changes, which means they get out of date and we'll start having drawing artifacts where filtered geometry will not be repainted when necessary. As an example, resize the sample URL to a small size and watch various parts disappear.
Attachment #266478 -
Flags: review?(longsonr)
Updated•17 years ago
|
Attachment #266478 -
Flags: review?(longsonr) → review+
Attachment #266478 -
Flags: superreview?(roc)
Attachment #266478 -
Flags: superreview?(roc) → superreview+
Checked in.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Should probably update the region before we use it, not after.
Attachment #266572 -
Flags: review?(longsonr)
Updated•17 years ago
|
Attachment #266572 -
Flags: review?(longsonr) → review+
Attachment #266572 -
Flags: superreview?(roc)
Attachment #266572 -
Flags: superreview?(roc) → superreview+
Checked in.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•