ladybird/Userland/Libraries/LibWeb/HTML/Canvas
Andreas Kling a3cc03f180 LibGfx+LibWeb: Add new Path class with Skia backend, use for 2D canvas
This thing is essentially a wrapper around an SkPath, although we do
some indirection via a PathImpl class to keep the door open for
alternative rasterizer/path backends in the future.

We also update the 2D canvas code, since that was the only code that
used Painter+DeprecatedPath, and this allows us to just drop that
code instead of temporarily supporting it until the next commit.
2024-08-20 09:30:05 +02:00
..
CanvasCompositing.h
CanvasCompositing.idl LibWeb: Use FIXME extended attribute where possible 2024-05-19 17:35:25 +02:00
CanvasDrawImage.cpp
CanvasDrawImage.h
CanvasDrawImage.idl
CanvasDrawPath.h
CanvasDrawPath.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
CanvasFillStrokeStyles.h LibWeb/CSS: Make CSS Parser::create() infallible 2024-07-26 17:29:20 +02:00
CanvasFillStrokeStyles.idl
CanvasFilters.idl LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D 2024-08-19 09:04:50 +02:00
CanvasImageData.h
CanvasImageData.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
CanvasImageSmoothing.h
CanvasImageSmoothing.idl
CanvasPath.cpp
CanvasPath.h LibGfx+LibWeb: Add new Path class with Skia backend, use for 2D canvas 2024-08-20 09:30:05 +02:00
CanvasPath.idl
CanvasPathDrawingStyles.h LibWeb: Initial support for dashed lines in Canvas 2024-06-25 09:47:17 +02:00
CanvasPathDrawingStyles.idl LibWeb: Initial support for dashed lines in Canvas 2024-06-25 09:47:17 +02:00
CanvasRect.h
CanvasRect.idl
CanvasShadowStyles.idl LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D 2024-08-19 09:04:50 +02:00
CanvasState.cpp
CanvasState.h LibGfx+LibWeb: Add new Path class with Skia backend, use for 2D canvas 2024-08-20 09:30:05 +02:00
CanvasState.idl
CanvasText.h
CanvasText.idl
CanvasTextDrawingStyles.h LibWeb: Check CanvasTextDrawingStyles.font assignment is valid 2024-07-23 18:00:12 +02:00
CanvasTextDrawingStyles.idl LibWeb: Use FIXME extended attribute where possible 2024-05-19 17:35:25 +02:00
CanvasTransform.h LibGfx: Introduce a new Gfx::Painter with a Skia backend 2024-08-20 09:30:05 +02:00
CanvasTransform.idl
CanvasUserInterface.idl LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D 2024-08-19 09:04:50 +02:00