diff options
author | Andreas Kling <kling@serenityos.org> | 2020-04-16 21:06:03 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-16 21:06:03 +0200 |
commit | 0d93e249c3b9a0cdfc8d182e94b40fb8b8015f9f (patch) | |
tree | 0af75501ec6f354361c9ab2f66ba12cb31f6b246 /Base/res/themes | |
parent | 60c2e41079c94ed30c53f8c1ba167d24247aa875 (diff) | |
download | serenity-0d93e249c3b9a0cdfc8d182e94b40fb8b8015f9f.zip |
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. :^)
Diffstat (limited to 'Base/res/themes')
0 files changed, 0 insertions, 0 deletions