Andreas Kling
a37c29e353
LibWeb: Add <canvas> element and start fleshing out CRC2D
...
This patch adds HTMLCanvasElement along with a LayoutCanvas object.
The DOM and layout parts are very similar to <img> elements.
The <canvas> element holds a Gfx::Bitmap which is sized according to
the "width" and "height" attributes on the element.
Calling .getContext("2d") on a <canvas> element gives you a context
object that draws into the underlying Gfx::Bitmap of the <canvas>.
The context weakly points to the <canvas> which allows it to outlive
the canvas element if needed.
This is really quite cool. :^)
2020-03-19 19:07:56 +01:00
..
2020-03-19 19:07:56 +01:00
2020-03-19 19:07:56 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-16 14:37:19 +01:00
2020-03-14 13:25:40 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-19 19:07:56 +01:00
2020-03-07 10:32:51 +01:00
2020-03-18 20:20:35 +01:00
2020-03-18 20:20:35 +01:00
2020-03-18 20:20:35 +01:00
2020-03-18 20:20:35 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 11:17:18 +01:00
2020-03-07 11:17:18 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-19 19:07:56 +01:00
2020-03-19 19:07:56 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-14 13:25:38 +01:00
2020-03-14 13:25:38 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-18 17:13:22 +01:00
2020-03-18 17:13:22 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00