summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke-boxes.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-29path-stroke-boxes: Fix degenerate end-caps for anti-clockwise pathsChris Wilson1-32/+28
2012-04-21stroke(boxes): Convert the dash step back into device units before incrementingChris Wilson1-1/+1
2012-04-19Split cairo-box-privates into struct+inlinesChris Wilson1-1/+1
2012-04-18stroke(boxes): Apply user scale factors to dash segmentsChris Wilson1-4/+7
2012-04-08stroke: Fix misuse of half_line_x for vertical caps on dashesChris Wilson1-4/+4
2012-03-19stroke: Adapt rectilinear stroker to handle separable non-unity scalingChris Wilson1-60/+65
2011-09-29stroke: Use the tessellator to resolve overlapping strokesChris Wilson1-1/+4
2011-09-12Introduce a new compositor architectureChris Wilson1-24/+66
2011-08-13stroke: Rely on the tessellator to remove self-intersectionsChris Wilson1-0/+658