Idan Horowitz
|
0a580ef891
|
LibWeb: Request repaint on canvas path finalizaiton via fill/stroke
Since these were not requesting a repaint the drawn path was not being
rendered until a repaint was forced in some other way (window resize).
|
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 |
|
asynts
|
adbb8d62d1
|
Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
|
2021-01-16 11:54:35 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|