Search found 2 matches
- 2011-09-01T17:42:45-07:00
- Forum: Bugs
- Topic: Lost patternTransform during SVG conversion.
- Replies: 4
- Views: 8805
Re: Lost patternTransform during SVG conversion.
That did it. For some reason I didn't have librsvg2-dev installed (only the -bin package). When that was installed I grabbed the newest source version (6.7.2-1), ran configure with the --with-rsvg option then compiled and installed. Works smoothly now.
- 2011-09-01T14:22:22-07:00
- Forum: Bugs
- Topic: Lost patternTransform during SVG conversion.
- Replies: 4
- Views: 8805
Lost patternTransform during SVG conversion.
I'm running into a bit of trouble when converting SVG files with defined patterns that have a rotated transform. The minimal test case is: ?xml version="1.0" ?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'> <svg height="200.0" version="1.1" width ...