mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Support Links in Exported SVG (#4791)
This commit is contained in:
parent
bd35b682fa
commit
46e43baad1
4 changed files with 56 additions and 7 deletions
5
src/tests/fixtures/elementFixture.ts
vendored
5
src/tests/fixtures/elementFixture.ts
vendored
|
@ -37,3 +37,8 @@ export const diamondFixture: ExcalidrawElement = {
|
|||
...elementBase,
|
||||
type: "diamond",
|
||||
};
|
||||
export const rectangleWithLinkFixture: ExcalidrawElement = {
|
||||
...elementBase,
|
||||
type: "rectangle",
|
||||
link: "excalidraw.com",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue