llafuente / js-2dmath

Fast 2d geometry math: Vector2, Rectangle, Circle, Matrix2x3 (2D transformation), Circle, BoundingBox, Line2, Segment2, Intersections, Distances, Transitions (animation/tween), Noise, Random numbers
96 stars 22 forks source link

4 points matrix tranform in Firefox #5

Open jhelf opened 10 years ago

jhelf commented 10 years ago

Hi,

I'm trying to use this code : http://jsfiddle.net/dFrHS/1/ to make some animations on a project I'm working on. This works great on Safari and Chrome but Firefox seems to compute the matrix differently, if you look at the jsfiddle on firefox you will see how it reacts.

Do you know of any fix to make this work on firefox as well?

Thank you!

Jean

llafuente commented 10 years ago

Hi,

I test it on firefox (linux) and chromium (linux) and the only difference it's the "antialias on" on chromium, the matrix seem to be right (visually at least). can you be a bit more spefic maybe I can help