feat: polyfill CanvasRenderingContext2D.roundRect (#6673)

This commit is contained in:
David Luzar 2023-06-13 16:34:24 +02:00 committed by GitHub
parent 3bd5d87cac
commit 1747e93957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 357 additions and 0 deletions

View file

@ -56,6 +56,7 @@ import {
getLinkHandleFromCoords,
} from "../element/Hyperlink";
import { isLinearElement } from "../element/typeChecks";
import "./roundRect.polyfill";
export const DEFAULT_SPACING = 2;