summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use 65535 not 1 for alpha in pdf14 group pushfill-stroke3Michael Vrhel2020-01-101-1/+1
* Undo earlier commit.Michael Vrhel2020-01-101-4/+1
* Fix pattern pdf14 drawing paramsMichael Vrhel2020-01-101-1/+4
* In pdfwrite fill/stroke should set both op and OPMichael Vrhel2020-01-101-0/+1
* Fix missing shift in offset to global alpha plane for deep colorMichael Vrhel2020-01-101-2/+2
* Make sure to set tag type for stroke and fillMichael Vrhel2020-01-101-0/+7
* Handle overprint PS case where stroke is using "fill" colorMichael Vrhel2020-01-101-3/+29
* Fix fill_overprint vs stroke_overprint issue in pdfwriteMichael Vrhel2020-01-101-17/+13
* gs_setoverprint should set both stroke and fill overprintMichael Vrhel2020-01-102-2/+6
* Simplify group backdrop selection. Fix knockouts within knockoutsMichael Vrhel2020-01-103-182/+220
* If base group is knockout and isolated make fill-stroke group isolatedMichael Vrhel2020-01-101-1/+5
* PDF14 device must implement gxdso_overprint_activeMichael Vrhel2020-01-101-0/+2
* Avoid division by zero when source alpha was zeroMichael Vrhel2020-01-101-31/+33
* When knockout group pushed in strokefill allow alpha=0Michael Vrhel2020-01-101-32/+28
* Fix screw up in VS solution file.Michael Vrhel2020-01-101-4/+4
* Fix clist_fill_stroke_path fixes tests_private/comparefiles/Bug692688.pdfRay Johnston2020-01-101-14/+2
* Make sure shading fill sets overprint stateMichael Vrhel2020-01-101-0/+5
* Fix fill stroke state update in pdf14 deviceMichael Vrhel2020-01-102-6/+3
* Make sure pdf14 fs state is initialized and synced with pgs colorsMichael Vrhel2020-01-1010-31/+26
* Fix logic on retain_any_comps computationMichael Vrhel2020-01-102-4/+8
* Make sure is_fill_color is set.Michael Vrhel2020-01-102-0/+2
* Make sure fill stroke information gets set in pdf14 deviceMichael Vrhel2020-01-103-3/+16
* Avoid fill or stroke if alpha is zero in fill stroke operation.Michael Vrhel2020-01-101-42/+30
* Fix fill stroke transparency with type 2 patterns through clistMichael Vrhel2020-01-103-24/+187
* Shading patterns cant use overprint modeMichael Vrhel2020-01-101-0/+3
* Fix fill_stroke SegFault caused by stroke pattern being ejected from cacheRay Johnston2020-01-107-23/+99
* Fix problem with setup_trans being undone by grestoreRay Johnston2020-01-101-3/+3
* Make sure effective opm makes it to blend methodMichael Vrhel2020-01-102-6/+24
* Fix mistake in moving overprint to pdf14 fill_rectMichael Vrhel2020-01-101-4/+4
* Fix problem with setup_trans being undone by grestoreRay Johnston2020-01-101-73/+8
* Move overprint implementation to fill_rect in pdf14Michael Vrhel2020-01-101-20/+24
* Fix softmask case when outside rectMichael Vrhel2020-01-103-6/+13
* Fix problem with setup_trans being undone by grestoreRay Johnston2020-01-101-4/+71
* Fix clist stroke fill color load failuresMichael Vrhel2020-01-101-2/+5
* A bit of error checking and fix fill stroke in gspaint.cMichael Vrhel2020-01-103-35/+45
* Change approach to overprint updatesMichael Vrhel2020-01-1022-206/+231
* Make sure shading color change resets the overprintMichael Vrhel2020-01-101-0/+3
* Add overprint begin_image to set the op stateMichael Vrhel2020-01-101-6/+21
* Add a way to set the op device state (fill or stroke) through the compositorMichael Vrhel2020-01-106-26/+69
* Don't rely on opdev->is_fill_color unless doing a fillMichael Vrhel2020-01-101-4/+4
* Make sure we handle text fill and stroke with opMichael Vrhel2020-01-103-13/+28
* Make sure to update stroke and fill with gstate restoreMichael Vrhel2020-01-101-4/+15
* Make sure the is_fill_color is properly set for the op deviceMichael Vrhel2020-01-101-4/+40
* Fix pdfwrite to work off of strokeconstantalpha and fillconstantalphaMichael Vrhel2020-01-103-53/+34
* Make sure if pdfwrite breaks up B operation that we swap the colorsMichael Vrhel2020-01-101-1/+4
* Simplify stroke fill color setup to work with patternsMichael Vrhel2020-01-101-16/+4
* clist_fill_stroke_path needs to make sure the bands check FILL and STROKE stateRay Johnston2020-01-102-4/+4
* Fix misplaced fill_stroke proc in pdfwriteMichael Vrhel2020-01-101-0/+1
* When stroke is a pattern avoid color swap second time in fill_strokeMichael Vrhel2020-01-101-1/+2
* With poly_fill set color type for clist to devn_not_tile_fillMichael Vrhel2020-01-101-1/+1