Search found 2 matches

by infix-logic
2010-11-21T19:57:47-07:00
Forum: Bugs
Topic: SVG Order of Transformations Regression
Replies: 2
Views: 6045

Re: SVG Order of Transformations Regression

Thanks for the quick reply. I'm not sure I understand your response.

I've tested the images in Firefox 3.6.12 and it returns the desired image for translate-scale.svg while scale-translate.svg is blank (the same results as you get, which is good). This is the results I expect.

translate-scale ...
by infix-logic
2010-11-21T02:47:23-07:00
Forum: Bugs
Topic: SVG Order of Transformations Regression
Replies: 2
Views: 6045

SVG Order of Transformations Regression

Sometime between ImageMagick versions 6.6.1-0 2010-04-18 and 6.6.5-0 2010-11-21 the order that SVG transformations are handled in has changed.

I have two SVG files:

scale-translate.svg

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org ...