Age | Commit message (Expand) | Author |
---|---|---|
2022-03-19 | LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds" | Andreas Kling |
2022-03-19 | LibGfx: Transcribe "Xiaolin Wu's line algorithm" more accurately | Andreas Kling |
2022-03-18 | LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners | MacDue |
2021-09-18 | LibGfx: Implement cubic bezier curves by splitting them to subcurves | Ali Mohammad Pur |
2021-09-18 | LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths | Ali Mohammad Pur |
2021-09-18 | LibGfx: Start a very basic anti-aliased Painter implementation | Ali Mohammad Pur |