Closed
Bug 291636
Opened 20 years ago
Closed 19 years ago
Remove unused rotation from nsTransform2D
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: engel, Assigned: engel)
References
Details
(Keywords: memory-footprint)
Attachments
(1 file)
14.16 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Currently, |nsTransform2D| describes a general 2D transformation. However, the
rotation/skew part of the matrix is never used (it is even impossible to set it
via the interface of |nsTransform2D|).
These matrix elements should be removed.
Assignee | ||
Comment 1•20 years ago
|
||
(this patch depends on patch for Bug 290885)
Assignee | ||
Updated•20 years ago
|
Attachment #181664 -
Flags: review?(roc)
Comment on attachment 181664 [details] [diff] [review]
Remove unused matrix elements m01, m10
I don't think we're going to check this in for 1.8. We'll save it for 1.9.
Attachment #181664 -
Flags: superreview+
Attachment #181664 -
Flags: review?(roc)
Attachment #181664 -
Flags: review+
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•