Test/node_modules/canvas-roundrect-polyfill
2026-04-09 22:54:00 +07:00
..
LICENSE Initial commit 2026-04-09 22:54:00 +07:00
package.json Initial commit 2026-04-09 22:54:00 +07:00
README.md Initial commit 2026-04-09 22:54:00 +07:00
roundRect.js Initial commit 2026-04-09 22:54:00 +07:00

roundRect

CanvasRenderingContext2D.roundRect() and Path2D.roundRect() polyfills

Implements the .roundRect() method of the CanvasPath mixin as introduced by https://github.com/whatwg/html/pull/6765

Currently passes all related WPT tests.