- From: /#!/JoePea <trusktr@gmail.com>
- Date: Fri, 1 Jan 2016 22:18:21 -0800
- To: public-fx@w3.org
Received on Saturday, 2 January 2016 06:19:29 UTC
I'm working on polyfills for the Geomtry Interfaces at github.com/trusktr/dommetry. In my implementation, the `matrix.rotate(45).a` shows the same result as the Firefox implementation in the console: `0.7071067811865475`. However, the result of `matrix.rotateSelf(45).a` differs between my implementation and Firefox. Mine shows `0.7071067811865475` and Firefox shows ` 0.7071067690849304`. Any idea why this is? Is this expected? Or might there be a bug somewhere? */#!/*JoePea
Received on Saturday, 2 January 2016 06:19:29 UTC