Files
ladybird/Tests/LibWeb/Ref/reference/canvas-arcs-and-ellipses-ref.html
MacDue c6899b79b6 LibWeb: Normalize the angle delta in CanvasPath::ellipse()
This fixes both the incorrect arc and ellipse from #22817.
2024-03-24 18:37:44 +01:00

10 lines
138 B
HTML

<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<img src="./images/canvas-arcs-and-ellipses-ref.png">