mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibWeb: Add canvas context2d roundRect
This commit is contained in:
parent
efadee7e6e
commit
b640747116
7 changed files with 231 additions and 4 deletions
15
Tests/LibWeb/Ref/reference/canvas-path-rect-ref.html
Normal file
15
Tests/LibWeb/Ref/reference/canvas-path-rect-ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<!-- To rebase:
|
||||
1. Open canvas-path-rect.html in Ladybird
|
||||
2. Resize the window just above the width of the canvas
|
||||
3. Right click > "Take Full Screenshot"
|
||||
4. Update the image below:
|
||||
-->
|
||||
<img src="./images/canvas-path-rect-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue