css transform, jagged edges in chrome

I’ve been using CSS3 transform to rotate images and textboxes with borders in my website. The problem is that the border look jagged in Chrome, like a (low-resolution) game without Anti-Aliasing. In IE, Opera and FF it looks much better because AA is used (which is still clearly visible but not that bad). I can’t … Read more

Removing transforms in SVG files

I have been struggling with this for a while, and can’t seem to find an answer (that works) anywhere. I have an SVG file which looks like this: <svg xmlns:dc=”http://purl.org/dc/elements/1.1/” … width=”72.9375″ height=”58.21875″ …> … <g … transform=”translate(10.75,-308.96875)” style=”…”> <path inkscape:connector-curvature=”0″ d=”m -10.254587,345.43597 c 0,-1.41732 0.17692,-2.85384 0.5312502,-3.5625 0.70866,-1.41733 2.14518,-2.82259 3.5625,-3.53125 1.41733,-0.70866 2.11392,-0.70867 3.53125,0 1.41732,0.70866 … … Read more