Closed
Bug 13913
Opened 25 years ago
Closed 25 years ago
Windows and Mac need to impliment nsIRenderingContext::CopyClipRegion
Categories
(Core :: Web Painting, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: pavlov, Assigned: kmcclusk)
Details
I added an nsIRenderingContext::CopyClipRegion which should replace the one call
to GetClipRegion in the view manager. This basically addresses the issue of
using ** for something we should be using a & for. GetClipRegion should give
you a new region, CopyClipRegion will just set your clip region to the current
one. There are stubs on all platforms and I've tested this and it works on
unix.
Updated•25 years ago
|
Assignee: beard → kmcclusk
Comment 1•25 years ago
|
||
Mac is done. Checked in to nsRenderingContextMac.cpp v1.104.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Implemented on WIN32 in the Oct 11, 1999 5:18 PM build.
Marking as fixed
Updated•25 years ago
|
QA Contact: beppe → pavlov
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•25 years ago
|
||
looks good
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•