summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Path.cpp
AgeCommit message (Expand)Author
2020-05-09LibGfx: Add Path::close_all_subpaths()AnotherTest
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-05LibWeb: Add canvas.quadraticCurveTo()AnotherTest
2020-05-05LibGfx: Add Painter::draw_quadratic_bezier_curve()AnotherTest
2020-04-16LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semanticsAndreas Kling