summaryrefslogtreecommitdiff
path: root/source/fitz/geometry.c
AgeCommit message (Collapse)Author
2013-09-30Bug 694526: Spot non-invertable matrices and bale before strokingRobin Watts
The bug fix added in the previous commit fails to work in this case (hang-9527.pdf) because the matrix is not invertible and hence the clipping rectangle ends up infinite. Spot this case here and return early.
2013-06-20Rearrange source files.Tor Andersson