summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Path.h
AgeCommit message (Expand)Author
2020-05-08LibGfx: Revert #2154 and properly handle simple polygonsAnotherTest
2020-05-08LibGfx: Handle filling complex shapes betterAnotherTest
2020-05-06LibGfx: Implement filling pathsAnotherTest
2020-05-05LibGfx: Add Painter::draw_quadratic_bezier_curve()AnotherTest
2020-04-16LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semanticsAndreas Kling