SVG transforms now less broken
[ipdf/code.git] / src / document.h
index 52e9295..529e4ab 100644 (file)
@@ -14,10 +14,11 @@ namespace IPDF
        struct SVGMatrix
        {
                Real a; // width
-               Real b; // skew y by x
                Real c; // skew x by y
-               Real d; // height
                Real e; // translate x
+               
+               Real b; // skew y by x
+               Real d; // height
                Real f; // translate y
        };
        // SVG matrix transforms (x,y) <- (a x' + c y' + e, b x' + d y' + f)

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