SVG Texture Tiled Plane
Im trying to tile a plane in SVG, but unfortunatley i cant use css3 perspective as its buggy in safari. I tried skewX with a fixed perspective tile. It kind of works, but i think the maths is wrong? Has anyone experience with maths of tiling a plane in CSS?