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
Note You need to log in before you can comment on or make changes to this bug.