mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: polyfill CanvasRenderingContext2D.roundRect
(#6673)
This commit is contained in:
parent
3bd5d87cac
commit
1747e93957
2 changed files with 357 additions and 0 deletions
|
@ -56,6 +56,7 @@ import {
|
|||
getLinkHandleFromCoords,
|
||||
} from "../element/Hyperlink";
|
||||
import { isLinearElement } from "../element/typeChecks";
|
||||
import "./roundRect.polyfill";
|
||||
|
||||
export const DEFAULT_SPACING = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue