Hi.
I'm using QtSVG to render SVGs. The other day I noticed a strange bug in my build. Complex paths are getting distorted in weird ways.
This http://img96.imageshack.us/i/goodb.png/ is what the SVG should look like properly rendered (note that that's a path, not text), and this http://img268.imageshack.us/i/badu.png/ is what I'm actually getting.
This only happens if I use my build. If I use the original build I downloaded, the bug goes away. The first image was rendered by that build.
Does anyone know of anything that cause something like this? The Qt version is 4.5.1 and it was built with VC++ 9.0. I made two builds, one that links the runtime dynamically (all the project files untouched), and another that links it statically (all the project files modified with a script). The bug comes up in both.