mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix coords
This commit is contained in:
parent
596e64ca5a
commit
b783b822d6
1 changed files with 10 additions and 52 deletions
|
@ -2,17 +2,14 @@ export default {
|
||||||
elements: [
|
elements: [
|
||||||
{
|
{
|
||||||
type: "rectangle",
|
type: "rectangle",
|
||||||
x: 1000,
|
x: 10,
|
||||||
|
y: 10,
|
||||||
strokeWidth: "2",
|
strokeWidth: "2",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
type: "ellipse",
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
type: "diamond",
|
type: "diamond",
|
||||||
x: 200,
|
x: 120,
|
||||||
|
y: 20,
|
||||||
backgroundColor: "#fff3bf",
|
backgroundColor: "#fff3bf",
|
||||||
strokeWidth: "2",
|
strokeWidth: "2",
|
||||||
label: {
|
label: {
|
||||||
|
@ -23,52 +20,13 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "arrow",
|
type: "arrow",
|
||||||
x: 200,
|
x: 100,
|
||||||
y: -50,
|
y: 200,
|
||||||
label: { text: "HELLO EXCALIDRAW", strokeColor: "#1c7ed6", fontSize: 26 },
|
label: { text: "HELLO WORLD!!" },
|
||||||
},
|
start: { type: "rectangle" },
|
||||||
{
|
end: { type: "ellipse" },
|
||||||
type: "rectangle",
|
|
||||||
version: 141,
|
|
||||||
versionNonce: 361174001,
|
|
||||||
isDeleted: false,
|
|
||||||
id: "oDVXy8D6rom3H1-LLH2-f",
|
|
||||||
fillStyle: "hachure",
|
|
||||||
strokeWidth: 1,
|
|
||||||
strokeStyle: "solid",
|
|
||||||
roughness: 1,
|
|
||||||
opacity: 100,
|
|
||||||
angle: 0,
|
|
||||||
x: 100.50390625,
|
|
||||||
y: 93.67578125,
|
|
||||||
strokeColor: "#000000",
|
|
||||||
backgroundColor: "transparent",
|
|
||||||
width: 186.47265625,
|
|
||||||
height: 141.9765625,
|
|
||||||
seed: 1968410350,
|
|
||||||
groupIds: [],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "-xMIs_0jIFqvpx-R9UnaG",
|
|
||||||
type: "ellipse",
|
|
||||||
x: 300.5703125,
|
|
||||||
y: 190.69140625,
|
|
||||||
width: 198.21875,
|
|
||||||
height: 129.51171875,
|
|
||||||
angle: 0,
|
|
||||||
strokeColor: "#000000",
|
|
||||||
backgroundColor: "transparent",
|
|
||||||
fillStyle: "hachure",
|
|
||||||
strokeWidth: 1,
|
|
||||||
strokeStyle: "solid",
|
|
||||||
roughness: 1,
|
|
||||||
opacity: 100,
|
|
||||||
groupIds: [],
|
|
||||||
seed: 957947807,
|
|
||||||
version: 47,
|
|
||||||
versionNonce: 1128618623,
|
|
||||||
isDeleted: false,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
fileId: "rocket",
|
fileId: "rocket",
|
||||||
type: "image",
|
type: "image",
|
||||||
|
|
Loading…
Add table
Reference in a new issue