WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
24649
Mutable methods on TransformationMatrix should not return a reference to this
https://bugs.webkit.org/show_bug.cgi?id=24649
Summary
Mutable methods on TransformationMatrix should not return a reference to this
Simon Fraser (smfr)
Reported
2009-03-17 11:04:26 PDT
TransformationMatrix has methods like TransformationMatrix& multiply(TransformationMatrix&); This is confusing at the call-site, because it could imply that the method is immutable, when it's not. This is actually causing a bug in DOMSVGMatrix, which gets this all wrong.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug