[Webkit-unassigned] [Bug 16062] SVGMatrix multiply method is wrong way around

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 21:20:40 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=16062





--- Comment #11 from Jeff Schiller <codedread at gmail.com>  2009-11-03 21:20:39 PDT ---
Did this implementation change since Comment #7?  I don't find it to match what
the test case exhibits.  In the test I take two matrices:

1  0 100
0  1   0
0  0   1

and

2  0  0
0  1  0
0  0  1

Multiplying these together gives:

2  0 100
0  1   0
0  0   1

But WebKit gives:

2  0 200
0  1   0
0  0   1

And I can't figure out any matrix operation that would generate that result.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list