summaryrefslogtreecommitdiffstats
path: root/tests/manual/triangulator
Commit message (Collapse)AuthorAgeFilesLines
* Add manual test for the QtGui triangulatorLaszlo Agocs2017-01-244-0/+609
Have a widget-based application that uses qTriangulate for fills and QTriangulatingStroker (and optionally the dash stroke processor) for strokes. The resulting triangle (strip) set is visualized on a simple QPainter canvas, offering the ability to zoom in and examine how the triangulator behaves on a number of example shapes. It is also possible to step through and only have the first N set of triangles drawn. Change-Id: I3a27d86d4ea13a63dd4be0fe81dd4b5ed6e4fa75 Reviewed-by: Andy Nichols <andy.nichols@qt.io>