summaryrefslogtreecommitdiff
path: root/src/cairo-stroke-dash-private.h
Commit message (Collapse)AuthorAgeFilesLines
* stroke: Rely on the tessellator to remove self-intersectionsChris Wilson2011-08-131-0/+70
As handling joins/caps between line segments shorter than half_line_width is tricky. Rather than also fixing the bug in traps, remove that code. The plan is to avoiding hitting the traps code, short-circuiting several steps along the fast rectangular paths. Fixes line-width-overlap. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>