Idan Horowitz
|
00114ab01d
|
LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
This doesnt actually account for several unimplemented attributes
(like ltr/rtl, alignment, etc) yet, so this should be expanded in
the future.
|
2021-04-15 20:22:08 +02:00 |
|
AnotherTest
|
801daf47f0
|
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
Note that this is *extremely* naive, and not very good at being correct.
|
2021-04-15 17:50:16 +02:00 |
|
Idan Horowitz
|
aab99d5945
|
LibWeb: Implement the CanvasRenderingContext2D::rect path method
This method adds a rectangle to the current 2D path.
|
2021-04-14 23:01:23 +02:00 |
|
Andreas Kling
|
d434ae71b3
|
LibWeb: Add CanvasRenderingContext2D.clearRect()
Similar to fillRect, except this API fills with transparent black.
|
2021-03-15 21:20:33 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|