1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

LibWeb: Add CanvasRenderingContext2D.rotate()

This is pretty limited since we don't have wholesale mapping through
the context transform, but we have to start somewhere. :^)
This commit is contained in:
Andreas Kling 2020-06-26 18:26:18 +02:00
parent dc22e59a1a
commit 9d8565cf9a
5 changed files with 21 additions and 0 deletions

View file

@ -28,6 +28,7 @@ span#ua {
<p>Your user agent is: <b><span id="ua"></span></b></p>
<p>Some small test pages:</p>
<ul>
<li><a href="canvas-rotate.html">canvas rotate()</a></li>
<li><a href="margin-collapse-2.html">margin collapsing 2</a></li>
<li><a href="margin-collapse-1.html">margin collapsing 1</a></li>
<li><a href="position-absolute-from-edges.html">position: absolute, offset from edges</a></li>