Hey all,
If I have an object that is currently transformed using a transformation matrix, and I want to remove the matrix, instead changing the co-ordinates of each point to be transformed is there some way to do that?
The reason for this is that I made an image for Wikipedia ( http://commons.wikimedia.org/wiki/Image:ClosedCylinderResonance.svg ) and it displays differently on their (and Firefox's) svg renderer than in Inkscape, specifically the sin waves appear thinner at the peaks than in the middle. I've worked out that this is due to the fact that they were stretched using a transformation matrix, and Firefox and Wikipedia apply that stretch to the strokes as well.
Of course I could just redo the sine waves, but since my "Plot equation" effect isn't working it would be a hassle.
Thanks Xavier