summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Path.cpp
AgeCommit message (Expand)Author
2020-10-10LibGfx: Add ability to get a bounding box from a PathMatthew Olsson
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Abstract common operations of graphical SVG elementsMatthew Olsson
2020-07-26LibGfx: Add elliptical curves to PathMatthew Olsson
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