Only slightly totally broken SVG transformations
authorSam Moore <[email protected]>
Tue, 12 Aug 2014 10:29:59 +0000 (18:29 +0800)
committerSam Moore <[email protected]>
Tue, 12 Aug 2014 10:29:59 +0000 (18:29 +0800)
commit255065a607d82846c4a8b730000d547b3f080d0c
treee11654d797291ab1cd04d6dd085633aaccd978d2
parent4166b2c124b0bc652e9f8e5245488cdd2b86ebf0
Only slightly totally broken SVG transformations

Argh

The matrices are ((a c e) (b d f) (0 0 1))

*Not* ((a b c) (d e f) (0 0 1))

I guess it's better than the Rect bounds crap.
But still broken.
src/document.cpp
src/document.h
src/main.cpp
src/svg-tests/lines.svg [new file with mode: 0644]
src/svg-tests/paths.svg [new file with mode: 0644]
src/svg-tests/text.svg [new file with mode: 0644]
src/svg-tests/transforms.svg [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au