X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fdocument.h;h=529e4abb0fca15999f15b97ddf54bef745a1c9f9;hp=52e9295ed55fe47cc3c3903d3f53c4aeb811a283;hb=33d1adb60806e13863aa3b6c5e1dee9836cd3d04;hpb=255065a607d82846c4a8b730000d547b3f080d0c diff --git a/src/document.h b/src/document.h index 52e9295..529e4ab 100644 --- a/src/document.h +++ b/src/document.h @@ -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)