Closed
Bug 731959
Opened 13 years ago
Closed 13 years ago
Display list support for the 'clip' property in SVG means referring to "AbsPos clip" is misleading
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
14.10 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
In bug 614732 to use display lists for SVG, I'll be using a display list item for to implement the 'clip' property in SVG. The difference between the 'clip' property in HTML and in SVG is that in HTML the element needs to be absolutely positioned for the property to have any effect, but in SVG the value of the 'position' property makes no difference. Currently a bunch of the functions that relates to 'clip' property clipping uses "AbsPosClip" in their names, but once they start to be used for SVG that becomes misleading. I propose changing their names to use "ClipPropClip".
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 601922 [details] [diff] [review]
patch
r=me
Attachment #601922 -
Flags: review?(bzbarsky) → review+
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•