Computing CSS matrix3d transforms
franklinta.com
Computing CSS matrix3d transforms
1–6 of 6 posts
Re: Computing CSS matrix3d transforms
#2I was a bit disappointed that a library was used to solve the system of equations instead of going one step further using Cramer's Rule.
Otherwise, this was a fun read!
Re: Computing CSS matrix3d transforms
#3Since no aliasing is applied (at least on Firefox), these transforms endup looking terrible and illegible.
Re: Computing CSS matrix3d transforms
#4Since no aliasing is applied (at least on Firefox), these transforms endup looking terrible and illegible.
A simple workaround is to render at double the size and then scale down in the same transform. Makes it edible in most non-ridiculous transforms.
Re: Computing CSS matrix3d transforms
#5Since no aliasing is applied (at least on Firefox), these transforms endup looking terrible and illegible.
Looks wonderful on Safari on my retina iPad mini :)
Re: Computing CSS matrix3d transforms
#6Nice!