Files
ladybird/Libraries/LibWeb/DOM
Andreas Kling 0d93e249c3 LibWeb: Add some basic path drawing functionality to the canvas element
This patch adds the following methods to CanvasRenderingContext2D:

- beginPath()
- moveTo(x, y)
- lineTo(x, y)
- closePath()
- stroke()

We also add the lineWidth property. :^)
2020-04-16 21:06:03 +02:00
..
2020-04-06 11:09:01 +02:00
2020-04-05 00:56:16 +02:00
2020-04-05 00:56:16 +02:00