summaryrefslogtreecommitdiff
path: root/source/fitz/draw-blend.c
AgeCommit message (Collapse)Author
2015-03-26Avoid division by 0 in blend calls.Robin Watts
If b is out of range (-ve), then this can let s == 0 and we can get failures.
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
Update buffer and filter processors. Filter both colors and stroke states. Move OCG hiding logic into interpreter.
2013-06-20Rearrange source files.Tor Andersson