feat: Support Links in Exported SVG (#4791)
This commit is contained in:
Vendored
+5
@@ -37,3 +37,8 @@ export const diamondFixture: ExcalidrawElement = {
|
||||
...elementBase,
|
||||
type: "diamond",
|
||||
};
|
||||
export const rectangleWithLinkFixture: ExcalidrawElement = {
|
||||
...elementBase,
|
||||
type: "rectangle",
|
||||
link: "excalidraw.com",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user