1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 14:55:08 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Canvas
MacDue 4f2770a745 LibWeb: Apply canvas transform while building paths
The transform can change between path building operations (and before
the path is filled or stroked). This fixes the sun ray backgroun on
the https://www.kevs3d.co.uk/dev/html5logo/ canvas demo.
2023-06-17 06:38:32 +02:00
..
CanvasDrawImage.cpp LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
CanvasDrawImage.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
CanvasDrawImage.idl LibWeb: Extract CanvasDrawImage class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasDrawPath.h LibWeb: Add initial implementation of CRC2D.clip() 2023-04-09 18:42:45 +02:00
CanvasDrawPath.idl LibWeb: Add initial implementation of CRC2D.clip() 2023-04-09 18:42:45 +02:00
CanvasFillStrokeStyles.h LibWeb: Make factory methods of HTML::CanvasGradient fallible 2023-02-18 00:52:47 +01:00
CanvasFillStrokeStyles.idl LibWeb: Implement CanvasRenderingContext2D.createPattern() 2023-02-03 20:36:21 +01:00
CanvasImageData.h LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
CanvasImageData.idl LibWeb: Extract CanvasImageData class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasImageSmoothing.h LibWeb: Implement CRC2D.imageSmoothingEnabled 2023-03-29 22:48:04 +02:00
CanvasImageSmoothing.idl LibWeb: Implement CRC2D.imageSmoothingEnabled 2023-03-29 22:48:04 +02:00
CanvasPath.cpp LibWeb: Apply canvas transform while building paths 2023-06-17 06:38:32 +02:00
CanvasPath.h LibWeb: Apply canvas transform while building paths 2023-06-17 06:38:32 +02:00
CanvasPath.idl
CanvasPathClipper.cpp LibWeb+LibGfx: Allow filling with a paint style and opacity 2023-06-11 16:15:56 +02:00
CanvasPathClipper.h LibWeb: Add simple canvas path clipper 2023-04-09 18:42:45 +02:00
CanvasPathDrawingStyles.h LibWeb: Extract CanvasPathDrawingStyles class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasPathDrawingStyles.idl LibWeb: Extract CanvasPathDrawingStyles class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasRect.h LibWeb: Extract CanvasRect class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasRect.idl LibWeb: Extract CanvasRect class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasState.cpp LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2023-03-02 11:49:13 +01:00
CanvasState.h LibWeb: Add initial implementation of CRC2D.clip() 2023-04-09 18:42:45 +02:00
CanvasState.idl LibWeb: Extract CanvasState class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasText.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CanvasText.idl LibWeb: Extract CanvasText class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasTransform.h LibWeb: Extract CanvasTransform class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasTransform.idl LibWeb: Extract CanvasTransform class from CRC2D 2022-08-14 11:30:40 +02:00