Compare commits
16
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9dceb40a4f | ||
|
|
13cbaebac9 | ||
|
|
c08be69618 | ||
|
|
b42b1a193d | ||
|
|
f6d85bc80f | ||
|
|
0457ac9063 | ||
|
|
964b7b7b74 | ||
|
|
3e69b33a28 | ||
|
|
cc1f502a0f | ||
|
|
eb6ab3f5b0 | ||
|
|
03d46aa62f | ||
|
|
8059518d85 | ||
|
|
d04eef5a37 | ||
|
|
62aa998f9a | ||
|
|
53a49e71a8 | ||
|
|
c94e05970d |
@@ -9,11 +9,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
- name: Set up publish access
|
- name: Set up publish access
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ jobs:
|
|||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
- run: docker build -t excalidraw .
|
- run: docker build -t excalidraw .
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
|
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }}
|
token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
|
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ jobs:
|
|||||||
sentry:
|
sentry:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
- name: Install and build
|
- name: Install and build
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ jobs:
|
|||||||
CI_JOB_NUMBER: 1
|
CI_JOB_NUMBER: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
- name: Install in packages/excalidraw
|
- name: Install in packages/excalidraw
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
- name: "Install Node"
|
- name: "Install Node"
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: "20.x"
|
node-version: "20.x"
|
||||||
- name: "Install Deps"
|
- name: "Install Deps"
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
- name: Install and test
|
- name: Install and test
|
||||||
|
|||||||
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
FROM --platform=${BUILDPLATFORM} node:24 AS build
|
FROM --platform=${BUILDPLATFORM} node:24@sha256:8530f76a96d88820d288761f022e318970dda93d01536919fbc16076b7983e63 AS build
|
||||||
|
|
||||||
WORKDIR /opt/node_app
|
WORKDIR /opt/node_app
|
||||||
|
|
||||||
@@ -7,13 +7,13 @@ COPY . .
|
|||||||
# do not ignore optional dependencies:
|
# do not ignore optional dependencies:
|
||||||
# Error: Cannot find module @rollup/rollup-linux-x64-gnu
|
# Error: Cannot find module @rollup/rollup-linux-x64-gnu
|
||||||
RUN --mount=type=cache,target=/root/.cache/yarn \
|
RUN --mount=type=cache,target=/root/.cache/yarn \
|
||||||
npm_config_target_arch=${TARGETARCH} yarn --network-timeout 600000
|
npm_config_target_arch=${TARGETARCH} yarn --frozen-lockfile --network-timeout 600000
|
||||||
|
|
||||||
ARG NODE_ENV=production
|
ARG NODE_ENV=production
|
||||||
|
|
||||||
RUN npm_config_target_arch=${TARGETARCH} yarn build:app:docker
|
RUN npm_config_target_arch=${TARGETARCH} yarn build:app:docker
|
||||||
|
|
||||||
FROM nginx:1.27-alpine
|
FROM nginx:stable-alpine-slim@sha256:2c605dbeab79a6b2a63340474fe58119d0ef95bdc4b1f41df0aa689659b3d13b
|
||||||
|
|
||||||
COPY --from=build /opt/node_app/excalidraw-app/build /usr/share/nginx/html
|
COPY --from=build /opt/node_app/excalidraw-app/build /usr/share/nginx/html
|
||||||
|
|
||||||
|
|||||||
@@ -337,9 +337,10 @@ export const MAX_DECIMALS_FOR_SVG_EXPORT = 2;
|
|||||||
export const EXPORT_SCALES = [1, 2, 3];
|
export const EXPORT_SCALES = [1, 2, 3];
|
||||||
export const DEFAULT_EXPORT_PADDING = 10; // px
|
export const DEFAULT_EXPORT_PADDING = 10; // px
|
||||||
|
|
||||||
export const DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT = 1440;
|
export const DEFAULT_IMAGE_OPTIONS: AppProps["imageOptions"] = {
|
||||||
|
maxWidthOrHeight: 1440,
|
||||||
export const MAX_ALLOWED_FILE_BYTES = 4 * 1024 * 1024;
|
maxFileSizeBytes: 4 * 1024 * 1024,
|
||||||
|
};
|
||||||
|
|
||||||
export const SVG_NS = "http://www.w3.org/2000/svg";
|
export const SVG_NS = "http://www.w3.org/2000/svg";
|
||||||
export const SVG_DOCUMENT_PREAMBLE = `<?xml version="1.0" standalone="no"?>
|
export const SVG_DOCUMENT_PREAMBLE = `<?xml version="1.0" standalone="no"?>
|
||||||
|
|||||||
@@ -1822,7 +1822,7 @@ exports[`Test Transform > should transform the elements correctly when linear el
|
|||||||
"versionNonce": Any<Number>,
|
"versionNonce": Any<Number>,
|
||||||
"verticalAlign": "middle",
|
"verticalAlign": "middle",
|
||||||
"width": 120,
|
"width": 120,
|
||||||
"x": 187.75450000000004,
|
"x": 187.7545,
|
||||||
"y": 44.5,
|
"y": 44.5,
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -790,27 +790,41 @@ export const getArrowheadPoints = (
|
|||||||
p0 = pointFrom(prevOp.data[4], prevOp.data[5]);
|
p0 = pointFrom(prevOp.data[4], prevOp.data[5]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// B(t) = p0 * (1-t)^3 + 3p1 * t * (1-t)^2 + 3p2 * t^2 * (1-t) + p3 * t^3
|
// We know the last point of the arrow (or the first, if start arrowhead).
|
||||||
const equation = (t: number, idx: number) =>
|
|
||||||
Math.pow(1 - t, 3) * p3[idx] +
|
|
||||||
3 * t * Math.pow(1 - t, 2) * p2[idx] +
|
|
||||||
3 * Math.pow(t, 2) * (1 - t) * p1[idx] +
|
|
||||||
p0[idx] * Math.pow(t, 3);
|
|
||||||
|
|
||||||
// Ee know the last point of the arrow (or the first, if start arrowhead).
|
|
||||||
const [x2, y2] = position === "start" ? p0 : p3;
|
const [x2, y2] = position === "start" ? p0 : p3;
|
||||||
|
|
||||||
// By using cubic bezier equation (B(t)) and the given parameters,
|
// Use the analytic tangent at the Bézier endpoint for a precise arrowhead
|
||||||
// we calculate a point that is closer to the last point.
|
// direction. For a cubic Bézier B(t) with control points p0p3:
|
||||||
// The value 0.3 is chosen arbitrarily and it works best for all
|
// B'(1): (p3 − p2) tangent at the end
|
||||||
// the tested cases.
|
// B'(0): (p1 − p0) for start arrowhead, arrow points away: (p0 − p1)
|
||||||
const [x1, y1] = [equation(0.3, 0), equation(0.3, 1)];
|
let dx: number;
|
||||||
|
let dy: number;
|
||||||
// Find the normalized direction vector based on the
|
if (position === "end") {
|
||||||
// previously calculated points.
|
dx = p3[0] - p2[0];
|
||||||
const distance = Math.hypot(x2 - x1, y2 - y1);
|
dy = p3[1] - p2[1];
|
||||||
const nx = (x2 - x1) / distance;
|
if (Math.hypot(dx, dy) < 1e-6) {
|
||||||
const ny = (y2 - y1) / distance;
|
dx = p3[0] - p1[0];
|
||||||
|
dy = p3[1] - p1[1];
|
||||||
|
}
|
||||||
|
if (Math.hypot(dx, dy) < 1e-6) {
|
||||||
|
dx = p3[0] - p0[0];
|
||||||
|
dy = p3[1] - p0[1];
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
dx = p0[0] - p1[0];
|
||||||
|
dy = p0[1] - p1[1];
|
||||||
|
if (Math.hypot(dx, dy) < 1e-6) {
|
||||||
|
dx = p0[0] - p2[0];
|
||||||
|
dy = p0[1] - p2[1];
|
||||||
|
}
|
||||||
|
if (Math.hypot(dx, dy) < 1e-6) {
|
||||||
|
dx = p0[0] - p3[0];
|
||||||
|
dy = p0[1] - p3[1];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const distance = Math.hypot(dx, dy);
|
||||||
|
const nx = dx / distance;
|
||||||
|
const ny = dy / distance;
|
||||||
|
|
||||||
const size = getArrowheadSize(arrowhead);
|
const size = getArrowheadSize(arrowhead);
|
||||||
|
|
||||||
@@ -880,30 +894,10 @@ export const getArrowheadPoints = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (arrowhead === "diamond" || arrowhead === "diamond_outline") {
|
if (arrowhead === "diamond" || arrowhead === "diamond_outline") {
|
||||||
// point opposite to the arrowhead point
|
// point opposite to the arrowhead point, just mirrored across the (tx, ty)
|
||||||
let ox;
|
// point
|
||||||
let oy;
|
const ox = tx - nx * minSize * 2;
|
||||||
|
const oy = ty - ny * minSize * 2;
|
||||||
if (position === "start") {
|
|
||||||
const [px, py] = element.points.length > 1 ? element.points[1] : [0, 0];
|
|
||||||
|
|
||||||
[ox, oy] = pointRotateRads(
|
|
||||||
pointFrom(tx + minSize * 2, ty),
|
|
||||||
pointFrom(tx, ty),
|
|
||||||
Math.atan2(py - ty, px - tx) as Radians,
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
const [px, py] =
|
|
||||||
element.points.length > 1
|
|
||||||
? element.points[element.points.length - 2]
|
|
||||||
: [0, 0];
|
|
||||||
|
|
||||||
[ox, oy] = pointRotateRads(
|
|
||||||
pointFrom(tx - minSize * 2, ty),
|
|
||||||
pointFrom(tx, ty),
|
|
||||||
Math.atan2(ty - py, tx - px) as Radians,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
return [tx, ty, x3, y3, ox, oy, x4, y4];
|
return [tx, ty, x3, y3, ox, oy, x4, y4];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -790,9 +790,20 @@ export class LinearElementEditor {
|
|||||||
elementsMap,
|
elementsMap,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const [lines, segCurves] = deconstructLinearOrFreeDrawElement(
|
||||||
|
element,
|
||||||
|
elementsMap,
|
||||||
|
);
|
||||||
|
const segmentCount = lines.length + segCurves.length;
|
||||||
|
|
||||||
let index = 0;
|
let index = 0;
|
||||||
const midpoints: (GlobalPoint | null)[] = [];
|
const midpoints: (GlobalPoint | null)[] = [];
|
||||||
while (index < points.length - 1) {
|
while (index < points.length - 1) {
|
||||||
|
if (segmentCount > 0 && index >= segmentCount) {
|
||||||
|
midpoints.push(null);
|
||||||
|
index++;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (
|
if (
|
||||||
LinearElementEditor.isSegmentTooShort(
|
LinearElementEditor.isSegmentTooShort(
|
||||||
element,
|
element,
|
||||||
|
|||||||
+306
-53
@@ -78,6 +78,18 @@ import type {
|
|||||||
import type { Drawable, Options } from "roughjs/bin/core";
|
import type { Drawable, Options } from "roughjs/bin/core";
|
||||||
import type { Point as RoughPoint } from "roughjs/bin/geometry";
|
import type { Point as RoughPoint } from "roughjs/bin/geometry";
|
||||||
|
|
||||||
|
// Controls how handle distance scales with chord length.
|
||||||
|
// At 1.0 handles are exactly h/3 (standard Hermite). Values below 1 make
|
||||||
|
// short segments curvier and long segments more taut (sub-linear scaling).
|
||||||
|
const CP_CHORD_POWER = 1;
|
||||||
|
|
||||||
|
// At curved knots the C2 spline tangent can be tilted away from the
|
||||||
|
// bisector direction, making one side of the knot tight and the other taut.
|
||||||
|
// This factor [0, 1] controls how far the tangent direction is pulled toward
|
||||||
|
// the bisector (the chord-bisector normal) linearly with turn sharpness.
|
||||||
|
// 0 = pure C2 spline; 1 = tangent fully aligned with the bisector.
|
||||||
|
const CP_ANGLE_CORRECTION = 1;
|
||||||
|
|
||||||
export class ShapeCache {
|
export class ShapeCache {
|
||||||
private static rg = new RoughGenerator();
|
private static rg = new RoughGenerator();
|
||||||
private static cache = new WeakMap<
|
private static cache = new WeakMap<
|
||||||
@@ -625,60 +637,144 @@ export const generateLinearCollisionShape = (
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return generator
|
// Generate collision ops using the same bisector-based cubic Bézier
|
||||||
.curve(points as unknown as RoughPoint[], options)
|
// algorithm as generateRoundedSimpleArrowShape so hit-testing matches rendering.
|
||||||
.sets[0].ops.slice(0, element.points.length)
|
const rotateLocal = (lx: number, ly: number): LocalPoint => {
|
||||||
.map((op, i) => {
|
const g = pointRotateRads<GlobalPoint>(
|
||||||
if (i === 0) {
|
pointFrom<GlobalPoint>(element.x + lx, element.y + ly),
|
||||||
const p = pointRotateRads<GlobalPoint>(
|
center,
|
||||||
pointFrom<GlobalPoint>(
|
element.angle,
|
||||||
element.x + op.data[0],
|
);
|
||||||
element.y + op.data[1],
|
return pointFrom<LocalPoint>(g[0] - element.x, g[1] - element.y);
|
||||||
),
|
};
|
||||||
center,
|
|
||||||
element.angle,
|
|
||||||
);
|
|
||||||
|
|
||||||
return {
|
const collisionOps: Array<{
|
||||||
op: "move",
|
op: string;
|
||||||
data: pointFrom<LocalPoint>(p[0] - element.x, p[1] - element.y),
|
data: number[] | LocalPoint;
|
||||||
};
|
}> = [];
|
||||||
}
|
collisionOps.push({
|
||||||
|
op: "move",
|
||||||
|
data: rotateLocal(points[0][0], points[0][1]),
|
||||||
|
});
|
||||||
|
|
||||||
return {
|
if (points.length === 2) {
|
||||||
op: "bcurveTo",
|
collisionOps.push({
|
||||||
data: [
|
op: "lineTo",
|
||||||
pointRotateRads(
|
data: rotateLocal(points[1][0], points[1][1]),
|
||||||
pointFrom<GlobalPoint>(
|
|
||||||
element.x + op.data[0],
|
|
||||||
element.y + op.data[1],
|
|
||||||
),
|
|
||||||
center,
|
|
||||||
element.angle,
|
|
||||||
),
|
|
||||||
pointRotateRads(
|
|
||||||
pointFrom<GlobalPoint>(
|
|
||||||
element.x + op.data[2],
|
|
||||||
element.y + op.data[3],
|
|
||||||
),
|
|
||||||
center,
|
|
||||||
element.angle,
|
|
||||||
),
|
|
||||||
pointRotateRads(
|
|
||||||
pointFrom<GlobalPoint>(
|
|
||||||
element.x + op.data[4],
|
|
||||||
element.y + op.data[5],
|
|
||||||
),
|
|
||||||
center,
|
|
||||||
element.angle,
|
|
||||||
),
|
|
||||||
]
|
|
||||||
.map((p) =>
|
|
||||||
pointFrom<LocalPoint>(p[0] - element.x, p[1] - element.y),
|
|
||||||
)
|
|
||||||
.flat(),
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
// Chord-length C2 spline. Mirrors generateRoundedSimpleArrowShape
|
||||||
|
// exactly so hit-testing matches rendering.
|
||||||
|
const n = points.length - 1;
|
||||||
|
const h = new Float64Array(n);
|
||||||
|
for (let i = 0; i < n; i++) {
|
||||||
|
h[i] = Math.max(
|
||||||
|
1e-10,
|
||||||
|
Math.hypot(
|
||||||
|
points[i + 1][0] - points[i][0],
|
||||||
|
points[i + 1][1] - points[i][1],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const mx = new Float64Array(n + 1);
|
||||||
|
const my = new Float64Array(n + 1);
|
||||||
|
const diag = new Float64Array(n + 1);
|
||||||
|
const rhsX = new Float64Array(n + 1);
|
||||||
|
const rhsY = new Float64Array(n + 1);
|
||||||
|
|
||||||
|
diag[0] = 2;
|
||||||
|
rhsX[0] = (3 * (points[1][0] - points[0][0])) / h[0];
|
||||||
|
rhsY[0] = (3 * (points[1][1] - points[0][1])) / h[0];
|
||||||
|
for (let i = 1; i < n; i++) {
|
||||||
|
diag[i] = 2 * (h[i - 1] + h[i]);
|
||||||
|
rhsX[i] =
|
||||||
|
3 *
|
||||||
|
((h[i] * (points[i][0] - points[i - 1][0])) / h[i - 1] +
|
||||||
|
(h[i - 1] * (points[i + 1][0] - points[i][0])) / h[i]);
|
||||||
|
rhsY[i] =
|
||||||
|
3 *
|
||||||
|
((h[i] * (points[i][1] - points[i - 1][1])) / h[i - 1] +
|
||||||
|
(h[i - 1] * (points[i + 1][1] - points[i][1])) / h[i]);
|
||||||
|
}
|
||||||
|
diag[n] = 2;
|
||||||
|
rhsX[n] = (3 * (points[n][0] - points[n - 1][0])) / h[n - 1];
|
||||||
|
rhsY[n] = (3 * (points[n][1] - points[n - 1][1])) / h[n - 1];
|
||||||
|
|
||||||
|
for (let i = 1; i <= n; i++) {
|
||||||
|
const sub = i < n ? h[i] : 1;
|
||||||
|
const supPrev = i === 1 ? 1 : h[i - 2];
|
||||||
|
const w = sub / diag[i - 1];
|
||||||
|
diag[i] -= w * supPrev;
|
||||||
|
rhsX[i] -= w * rhsX[i - 1];
|
||||||
|
rhsY[i] -= w * rhsY[i - 1];
|
||||||
|
}
|
||||||
|
mx[n] = rhsX[n] / diag[n];
|
||||||
|
my[n] = rhsY[n] / diag[n];
|
||||||
|
for (let i = n - 1; i >= 0; i--) {
|
||||||
|
const sup = i === 0 ? 1 : h[i - 1];
|
||||||
|
mx[i] = (rhsX[i] - sup * mx[i + 1]) / diag[i];
|
||||||
|
my[i] = (rhsY[i] - sup * my[i + 1]) / diag[i];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Normalised tangent directions; handle length scales sub-linearly with chord.
|
||||||
|
const mlen = new Float64Array(n + 1);
|
||||||
|
for (let i = 0; i <= n; i++) {
|
||||||
|
mlen[i] = Math.max(1e-10, Math.hypot(mx[i], my[i]));
|
||||||
|
}
|
||||||
|
|
||||||
|
// At interior knots, blend the C2 tangent direction toward the
|
||||||
|
// bisector direction by a factor proportional to turn sharpness *
|
||||||
|
// CP_ANGLE_CORRECTION
|
||||||
|
for (let k = 1; k < n; k++) {
|
||||||
|
const d1x = (points[k][0] - points[k - 1][0]) / h[k - 1];
|
||||||
|
const d1y = (points[k][1] - points[k - 1][1]) / h[k - 1];
|
||||||
|
const d2x = (points[k + 1][0] - points[k][0]) / h[k];
|
||||||
|
const d2y = (points[k + 1][1] - points[k][1]) / h[k];
|
||||||
|
const dot = d1x * d2x + d1y * d2y;
|
||||||
|
const t = ((1 - dot) / 2) * CP_ANGLE_CORRECTION;
|
||||||
|
if (t < 1e-6) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
const bx = d1x + d2x;
|
||||||
|
const by = d1y + d2y;
|
||||||
|
const blen = Math.hypot(bx, by);
|
||||||
|
if (blen < 1e-10) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
let px = bx / blen;
|
||||||
|
let py = by / blen;
|
||||||
|
const tx = mx[k] / mlen[k];
|
||||||
|
const ty = my[k] / mlen[k];
|
||||||
|
if (tx * px + ty * py < 0) {
|
||||||
|
px = -px;
|
||||||
|
py = -py;
|
||||||
|
}
|
||||||
|
const blendX = tx + t * (px - tx);
|
||||||
|
const blendY = ty + t * (py - ty);
|
||||||
|
const blendLen = Math.max(1e-10, Math.hypot(blendX, blendY));
|
||||||
|
mx[k] = (blendX / blendLen) * mlen[k];
|
||||||
|
my[k] = (blendY / blendLen) * mlen[k];
|
||||||
|
}
|
||||||
|
|
||||||
|
for (let i = 0; i < n; i++) {
|
||||||
|
const cpDist = Math.pow(h[i], CP_CHORD_POWER) / 3;
|
||||||
|
const cp1x = points[i][0] + (mx[i] / mlen[i]) * cpDist;
|
||||||
|
const cp1y = points[i][1] + (my[i] / mlen[i]) * cpDist;
|
||||||
|
const cp2x = points[i + 1][0] - (mx[i + 1] / mlen[i + 1]) * cpDist;
|
||||||
|
const cp2y = points[i + 1][1] - (my[i + 1] / mlen[i + 1]) * cpDist;
|
||||||
|
|
||||||
|
const rcp1 = rotateLocal(cp1x, cp1y);
|
||||||
|
const rcp2 = rotateLocal(cp2x, cp2y);
|
||||||
|
const rend = rotateLocal(points[i + 1][0], points[i + 1][1]);
|
||||||
|
|
||||||
|
collisionOps.push({
|
||||||
|
op: "bcurveTo",
|
||||||
|
data: [rcp1[0], rcp1[1], rcp2[0], rcp2[1], rend[0], rend[1]],
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return collisionOps;
|
||||||
}
|
}
|
||||||
case "freedraw": {
|
case "freedraw": {
|
||||||
if (element.points.length < 2) {
|
if (element.points.length < 2) {
|
||||||
@@ -920,7 +1016,12 @@ const _generateElementShape = (
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
shape = [generator.curve(points as unknown as RoughPoint[], options)];
|
shape = [
|
||||||
|
generator.path(
|
||||||
|
generateRoundedSimpleArrowShape(points),
|
||||||
|
generateRoughOptions(element, true, isDarkMode),
|
||||||
|
),
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
// add lines only in arrow
|
// add lines only in arrow
|
||||||
@@ -1004,10 +1105,162 @@ const _generateElementShape = (
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const generateRoundedSimpleArrowShape = (
|
||||||
|
points: readonly LocalPoint[],
|
||||||
|
): string => {
|
||||||
|
if (points.length < 2) {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
|
if (points.length === 2) {
|
||||||
|
return `M ${points[0][0]} ${points[0][1]} L ${points[1][0]} ${points[1][1]}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Chord-length parameterised C2 natural cubic spline (Thomas's algorithm).
|
||||||
|
//
|
||||||
|
// Unknowns: tangent vectors m[0..n] at each knot (n = number of segments).
|
||||||
|
// Chord lengths h[i] = |K[i+1] − K[i]| act as the parameter intervals so
|
||||||
|
// that tightly-spaced knots don't over-influence distant ones.
|
||||||
|
//
|
||||||
|
// Row 0: 2·m₀ + m₁ = 3·(K₁−K₀)/h₀
|
||||||
|
// Row i: h[i]·mᵢ₋₁ + 2·(h[i−1]+h[i])·mᵢ + h[i−1]·mᵢ₊₁
|
||||||
|
// = 3·(h[i]·(Kᵢ−Kᵢ₋₁)/h[i−1]
|
||||||
|
// + h[i−1]·(Kᵢ₊₁−Kᵢ)/h[i]) 1≤i≤n−1
|
||||||
|
// Row n: mₙ₋₁ + 2·mₙ = 3·(Kₙ−Kₙ₋₁)/h[n−1]
|
||||||
|
//
|
||||||
|
// Bézier control points from Hermite→Bézier identity:
|
||||||
|
// cp1ᵢ = Kᵢ + mᵢ · h[i] / 3
|
||||||
|
// cp2ᵢ = Kᵢ₊₁ − mᵢ₊₁ · h[i] / 3
|
||||||
|
const n = points.length - 1; // number of segments
|
||||||
|
const h = new Float64Array(n);
|
||||||
|
for (let i = 0; i < n; i++) {
|
||||||
|
h[i] = Math.max(
|
||||||
|
1e-10,
|
||||||
|
Math.hypot(
|
||||||
|
points[i + 1][0] - points[i][0],
|
||||||
|
points[i + 1][1] - points[i][1],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const mx = new Float64Array(n + 1);
|
||||||
|
const my = new Float64Array(n + 1);
|
||||||
|
const diag = new Float64Array(n + 1);
|
||||||
|
const rhsX = new Float64Array(n + 1);
|
||||||
|
const rhsY = new Float64Array(n + 1);
|
||||||
|
|
||||||
|
// Row 0 – natural BC (zero second derivative at start)
|
||||||
|
diag[0] = 2;
|
||||||
|
rhsX[0] = (3 * (points[1][0] - points[0][0])) / h[0];
|
||||||
|
rhsY[0] = (3 * (points[1][1] - points[0][1])) / h[0];
|
||||||
|
|
||||||
|
// Interior rows
|
||||||
|
for (let i = 1; i < n; i++) {
|
||||||
|
diag[i] = 2 * (h[i - 1] + h[i]);
|
||||||
|
rhsX[i] =
|
||||||
|
3 *
|
||||||
|
((h[i] * (points[i][0] - points[i - 1][0])) / h[i - 1] +
|
||||||
|
(h[i - 1] * (points[i + 1][0] - points[i][0])) / h[i]);
|
||||||
|
rhsY[i] =
|
||||||
|
3 *
|
||||||
|
((h[i] * (points[i][1] - points[i - 1][1])) / h[i - 1] +
|
||||||
|
(h[i - 1] * (points[i + 1][1] - points[i][1])) / h[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Row n – natural BC (zero second derivative at end)
|
||||||
|
diag[n] = 2;
|
||||||
|
rhsX[n] = (3 * (points[n][0] - points[n - 1][0])) / h[n - 1];
|
||||||
|
rhsY[n] = (3 * (points[n][1] - points[n - 1][1])) / h[n - 1];
|
||||||
|
|
||||||
|
// Forward sweep
|
||||||
|
// sub[i] = h[i] for i=1..n−1, sub[n] = 1
|
||||||
|
// sup[i] = 1 for i=0, h[i−1] for i=1..n−1 (never modified)
|
||||||
|
for (let i = 1; i <= n; i++) {
|
||||||
|
const sub = i < n ? h[i] : 1;
|
||||||
|
const supPrev = i === 1 ? 1 : h[i - 2];
|
||||||
|
const w = sub / diag[i - 1];
|
||||||
|
diag[i] -= w * supPrev;
|
||||||
|
rhsX[i] -= w * rhsX[i - 1];
|
||||||
|
rhsY[i] -= w * rhsY[i - 1];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Back substitution
|
||||||
|
mx[n] = rhsX[n] / diag[n];
|
||||||
|
my[n] = rhsY[n] / diag[n];
|
||||||
|
for (let i = n - 1; i >= 0; i--) {
|
||||||
|
const sup = i === 0 ? 1 : h[i - 1];
|
||||||
|
mx[i] = (rhsX[i] - sup * mx[i + 1]) / diag[i];
|
||||||
|
my[i] = (rhsY[i] - sup * my[i + 1]) / diag[i];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Normalised tangent directions; handle length scales sub-linearly with chord.
|
||||||
|
const mlen = new Float64Array(n + 1);
|
||||||
|
for (let i = 0; i <= n; i++) {
|
||||||
|
mlen[i] = Math.max(1e-10, Math.hypot(mx[i], my[i]));
|
||||||
|
}
|
||||||
|
|
||||||
|
// At interior knots, blend the C2 tangent direction toward the
|
||||||
|
// perpendicular-to-bisector (the perfectly symmetric tangent) by a factor
|
||||||
|
// proportional to turn sharpness × CP_ANGLE_CORRECTION.
|
||||||
|
// Both cp2 (incoming) and cp1 (outgoing) at the knot share the same adjusted
|
||||||
|
// direction, so collinear (aligned) handles are preserved.
|
||||||
|
for (let k = 1; k < n; k++) {
|
||||||
|
const d1x = (points[k][0] - points[k - 1][0]) / h[k - 1];
|
||||||
|
const d1y = (points[k][1] - points[k - 1][1]) / h[k - 1];
|
||||||
|
const d2x = (points[k + 1][0] - points[k][0]) / h[k];
|
||||||
|
const d2y = (points[k + 1][1] - points[k][1]) / h[k];
|
||||||
|
const dot = d1x * d2x + d1y * d2y;
|
||||||
|
// t: 0 = straight, 1 = hairpin
|
||||||
|
const t = ((1 - dot) / 2) * CP_ANGLE_CORRECTION;
|
||||||
|
if (t < 1e-6) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
// Bisector of the two chord directions as the "normal" at the knot.
|
||||||
|
// Its perpendicular is the ideal symmetric tangent direction.
|
||||||
|
const bx = d1x + d2x;
|
||||||
|
const by = d1y + d2y;
|
||||||
|
const blen = Math.hypot(bx, by);
|
||||||
|
if (blen < 1e-10) {
|
||||||
|
continue; // 180° hairpin – bisector undefined, skip
|
||||||
|
}
|
||||||
|
// Blend target: bisector direction (pick sign aligning with current tangent)
|
||||||
|
let px = bx / blen;
|
||||||
|
let py = by / blen;
|
||||||
|
const tx = mx[k] / mlen[k];
|
||||||
|
const ty = my[k] / mlen[k];
|
||||||
|
if (tx * px + ty * py < 0) {
|
||||||
|
px = -px;
|
||||||
|
py = -py;
|
||||||
|
}
|
||||||
|
// Linear blend of unit directions, then renormalize to preserve magnitude.
|
||||||
|
const blendX = tx + t * (px - tx);
|
||||||
|
const blendY = ty + t * (py - ty);
|
||||||
|
const blendLen = Math.max(1e-10, Math.hypot(blendX, blendY));
|
||||||
|
mx[k] = (blendX / blendLen) * mlen[k];
|
||||||
|
my[k] = (blendY / blendLen) * mlen[k];
|
||||||
|
}
|
||||||
|
|
||||||
|
const path: string[] = [`M ${points[0][0]} ${points[0][1]}`];
|
||||||
|
for (let i = 0; i < n; i++) {
|
||||||
|
const cpDist = Math.pow(h[i], CP_CHORD_POWER) / 3;
|
||||||
|
const cp1x = points[i][0] + (mx[i] / mlen[i]) * cpDist;
|
||||||
|
const cp1y = points[i][1] + (my[i] / mlen[i]) * cpDist;
|
||||||
|
const cp2x = points[i + 1][0] - (mx[i + 1] / mlen[i + 1]) * cpDist;
|
||||||
|
const cp2y = points[i + 1][1] - (my[i + 1] / mlen[i + 1]) * cpDist;
|
||||||
|
path.push(
|
||||||
|
`C ${cp1x} ${cp1y} ${cp2x} ${cp2y} ${points[i + 1][0]} ${
|
||||||
|
points[i + 1][1]
|
||||||
|
}`,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return path.join(" ");
|
||||||
|
};
|
||||||
|
|
||||||
const generateElbowArrowShape = (
|
const generateElbowArrowShape = (
|
||||||
points: readonly LocalPoint[],
|
points: readonly LocalPoint[],
|
||||||
radius: number,
|
radius: number,
|
||||||
) => {
|
): string => {
|
||||||
const subpoints = [] as [number, number][];
|
const subpoints = [] as [number, number][];
|
||||||
for (let i = 1; i < points.length - 1; i += 1) {
|
for (let i = 1; i < points.length - 1; i += 1) {
|
||||||
const prev = points[i - 1];
|
const prev = points[i - 1];
|
||||||
|
|||||||
@@ -135,9 +135,9 @@ describe("getElementBounds", () => {
|
|||||||
} as ExcalidrawLinearElement;
|
} as ExcalidrawLinearElement;
|
||||||
|
|
||||||
const [x1, y1, x2, y2] = getElementBounds(element, arrayToMap([element]));
|
const [x1, y1, x2, y2] = getElementBounds(element, arrayToMap([element]));
|
||||||
expect(x1).toEqual(360.9291017525165);
|
expect(x1).toEqual(366.0476290709661);
|
||||||
expect(y1).toEqual(185.24770129343722);
|
expect(y1).toEqual(186.59818534770224);
|
||||||
expect(x2).toEqual(481.4815539037601);
|
expect(x2).toEqual(494.6034220048372);
|
||||||
expect(y2).toEqual(319.8162855827246);
|
expect(y2).toEqual(324.16489799221546);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ describe("check rotated elements can be hit:", () => {
|
|||||||
] as LocalPoint[],
|
] as LocalPoint[],
|
||||||
});
|
});
|
||||||
const hit = hitElementItself({
|
const hit = hitElementItself({
|
||||||
point: pointFrom<GlobalPoint>(88, -68),
|
point: pointFrom<GlobalPoint>(90, -70),
|
||||||
element: window.h.elements[0],
|
element: window.h.elements[0],
|
||||||
threshold: 10,
|
threshold: 10,
|
||||||
elementsMap: window.h.scene.getNonDeletedElementsMap(),
|
elementsMap: window.h.scene.getNonDeletedElementsMap(),
|
||||||
|
|||||||
@@ -434,12 +434,12 @@ describe("Test Linear Elements", () => {
|
|||||||
expect(midPointsWithRoundEdge).toMatchInlineSnapshot(`
|
expect(midPointsWithRoundEdge).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
"54.27552",
|
"51.36383",
|
||||||
"46.16120",
|
"54.86323",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"76.95494",
|
"81.64884",
|
||||||
"44.56052",
|
"43.04575",
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
`);
|
`);
|
||||||
@@ -499,12 +499,12 @@ describe("Test Linear Elements", () => {
|
|||||||
expect(newMidPoints).toMatchInlineSnapshot(`
|
expect(newMidPoints).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
"104.27552",
|
"101.36383",
|
||||||
"66.16120",
|
"74.86323",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"126.95494",
|
"131.64884",
|
||||||
"64.56052",
|
"63.04575",
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
`);
|
`);
|
||||||
@@ -707,14 +707,8 @@ describe("Test Linear Elements", () => {
|
|||||||
// This is the expected midpoint for line with round edge
|
// This is the expected midpoint for line with round edge
|
||||||
// hence hardcoding it so if later some bug is introduced
|
// hence hardcoding it so if later some bug is introduced
|
||||||
// this will fail and we can fix it
|
// this will fail and we can fix it
|
||||||
const firstSegmentMidpoint = pointFrom<GlobalPoint>(
|
const firstSegmentMidpoint = pointFrom<GlobalPoint>(47.30521, 57.2734);
|
||||||
55.9697848965255,
|
const lastSegmentMidpoint = pointFrom<GlobalPoint>(83.70877, 40.46424);
|
||||||
47.442326230998205,
|
|
||||||
);
|
|
||||||
const lastSegmentMidpoint = pointFrom<GlobalPoint>(
|
|
||||||
76.08587175006699,
|
|
||||||
43.294165939653226,
|
|
||||||
);
|
|
||||||
let line: ExcalidrawLinearElement;
|
let line: ExcalidrawLinearElement;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -759,16 +753,16 @@ describe("Test Linear Elements", () => {
|
|||||||
0,
|
0,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"85.96978",
|
"77.30521",
|
||||||
"77.44233",
|
"87.27340",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
70,
|
70,
|
||||||
50,
|
50,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"106.08587",
|
"113.70877",
|
||||||
"73.29417",
|
"70.46424",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
40,
|
40,
|
||||||
@@ -815,12 +809,12 @@ describe("Test Linear Elements", () => {
|
|||||||
expect(newMidPoints).toMatchInlineSnapshot(`
|
expect(newMidPoints).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
"29.28349",
|
"22.32088",
|
||||||
"20.91105",
|
"37.43003",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"78.86048",
|
"81.55727",
|
||||||
"46.12277",
|
"43.21091",
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
`);
|
`);
|
||||||
@@ -904,12 +898,12 @@ describe("Test Linear Elements", () => {
|
|||||||
expect(newMidPoints).toMatchInlineSnapshot(`
|
expect(newMidPoints).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
"54.27552",
|
"51.36383",
|
||||||
"46.16120",
|
"54.86323",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"76.95494",
|
"81.64884",
|
||||||
"44.56052",
|
"43.04575",
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
`);
|
`);
|
||||||
@@ -1071,8 +1065,8 @@ describe("Test Linear Elements", () => {
|
|||||||
);
|
);
|
||||||
expect(position).toMatchInlineSnapshot(`
|
expect(position).toMatchInlineSnapshot(`
|
||||||
{
|
{
|
||||||
"x": "86.17305",
|
"x": "86.53100",
|
||||||
"y": "76.11251",
|
"y": "72.83556",
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
@@ -1191,8 +1185,8 @@ describe("Test Linear Elements", () => {
|
|||||||
20,
|
20,
|
||||||
105,
|
105,
|
||||||
80,
|
80,
|
||||||
"55.45894",
|
"56.68277",
|
||||||
45,
|
"47.27188",
|
||||||
]
|
]
|
||||||
`);
|
`);
|
||||||
|
|
||||||
@@ -1202,7 +1196,7 @@ describe("Test Linear Elements", () => {
|
|||||||
.toMatchInlineSnapshot(`
|
.toMatchInlineSnapshot(`
|
||||||
{
|
{
|
||||||
"height": 130,
|
"height": 130,
|
||||||
"width": "366.11716",
|
"width": "368.53316",
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
|
|
||||||
@@ -1214,7 +1208,7 @@ describe("Test Linear Elements", () => {
|
|||||||
),
|
),
|
||||||
).toMatchInlineSnapshot(`
|
).toMatchInlineSnapshot(`
|
||||||
{
|
{
|
||||||
"x": "271.11716",
|
"x": "273.53316",
|
||||||
"y": 45,
|
"y": 45,
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
@@ -1231,10 +1225,10 @@ describe("Test Linear Elements", () => {
|
|||||||
[
|
[
|
||||||
20,
|
20,
|
||||||
35,
|
35,
|
||||||
"501.11716",
|
"503.53316",
|
||||||
95,
|
"119.02540",
|
||||||
"205.45894",
|
"204.47758",
|
||||||
"52.50000",
|
"77.01270",
|
||||||
]
|
]
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { LaserPointer } from "@excalidraw/laser-pointer";
|
import { LaserPointer } from "@excalidraw/laser-pointer";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
SVG_NS,
|
SVG_NS,
|
||||||
getSvgPathFromStroke,
|
getSvgPathFromStroke,
|
||||||
@@ -8,7 +7,8 @@ import {
|
|||||||
|
|
||||||
import type { LaserPointerOptions } from "@excalidraw/laser-pointer";
|
import type { LaserPointerOptions } from "@excalidraw/laser-pointer";
|
||||||
|
|
||||||
import type { AnimationFrameHandler } from "./animation-frame-handler";
|
import { AnimationController } from "./renderer/animation";
|
||||||
|
|
||||||
import type App from "./components/App";
|
import type App from "./components/App";
|
||||||
import type { AppState } from "./types";
|
import type { AppState } from "./types";
|
||||||
|
|
||||||
@@ -34,15 +34,16 @@ export class AnimatedTrail implements Trail {
|
|||||||
private container?: SVGSVGElement;
|
private container?: SVGSVGElement;
|
||||||
private trailElement: SVGPathElement;
|
private trailElement: SVGPathElement;
|
||||||
private trailAnimation?: SVGAnimateElement;
|
private trailAnimation?: SVGAnimateElement;
|
||||||
|
private key: string;
|
||||||
|
|
||||||
|
private static counter = 0;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private animationFrameHandler: AnimationFrameHandler,
|
|
||||||
protected app: App,
|
protected app: App,
|
||||||
private options: Partial<LaserPointerOptions> &
|
private options: Partial<LaserPointerOptions> &
|
||||||
Partial<AnimatedTrailOptions>,
|
Partial<AnimatedTrailOptions>,
|
||||||
) {
|
) {
|
||||||
this.animationFrameHandler.register(this, this.onFrame.bind(this));
|
this.key = `animated-trail-${AnimatedTrail.counter++}`;
|
||||||
|
|
||||||
this.trailElement = document.createElementNS(SVG_NS, "path");
|
this.trailElement = document.createElementNS(SVG_NS, "path");
|
||||||
if (this.options.animateTrail) {
|
if (this.options.animateTrail) {
|
||||||
this.trailAnimation = document.createElementNS(SVG_NS, "animate");
|
this.trailAnimation = document.createElementNS(SVG_NS, "animate");
|
||||||
@@ -73,6 +74,15 @@ export class AnimatedTrail implements Trail {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private cleanup() {
|
||||||
|
this.pastTrails = [];
|
||||||
|
this.currentTrail = undefined;
|
||||||
|
|
||||||
|
if (this.trailElement.parentNode === this.container) {
|
||||||
|
this.container?.removeChild(this.trailElement);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
start(container?: SVGSVGElement) {
|
start(container?: SVGSVGElement) {
|
||||||
if (container) {
|
if (container) {
|
||||||
this.container = container;
|
this.container = container;
|
||||||
@@ -82,15 +92,23 @@ export class AnimatedTrail implements Trail {
|
|||||||
this.container.appendChild(this.trailElement);
|
this.container.appendChild(this.trailElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.animationFrameHandler.start(this);
|
if (!AnimationController.running(this.key)) {
|
||||||
|
AnimationController.start(this.key, () => {
|
||||||
|
const needsNext = this.onFrame();
|
||||||
|
if (needsNext) {
|
||||||
|
return { keep: true };
|
||||||
|
}
|
||||||
|
|
||||||
|
this.cleanup();
|
||||||
|
|
||||||
|
return null;
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
this.animationFrameHandler.stop(this);
|
AnimationController.cancel(this.key);
|
||||||
|
this.cleanup();
|
||||||
if (this.trailElement.parentNode === this.container) {
|
|
||||||
this.container?.removeChild(this.trailElement);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
startPath(x: number, y: number) {
|
startPath(x: number, y: number) {
|
||||||
@@ -145,21 +163,25 @@ export class AnimatedTrail implements Trail {
|
|||||||
|
|
||||||
if (this.currentTrail) {
|
if (this.currentTrail) {
|
||||||
const currentPath = this.drawTrail(this.currentTrail, this.app.state);
|
const currentPath = this.drawTrail(this.currentTrail, this.app.state);
|
||||||
|
|
||||||
paths.push(currentPath);
|
paths.push(currentPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.pastTrails = this.pastTrails.filter((trail) => {
|
this.pastTrails = this.pastTrails.filter(
|
||||||
return trail.getStrokeOutline().length !== 0;
|
(t) =>
|
||||||
});
|
t.getStrokeOutline(t.options.size / this.app.state.zoom.value)
|
||||||
|
.length !== 0,
|
||||||
|
);
|
||||||
|
|
||||||
if (paths.length === 0) {
|
if (paths.length === 0) {
|
||||||
this.stop();
|
// Clean up the SVG path if there are no trails to render
|
||||||
|
this.trailElement.setAttribute("d", "");
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const svgPaths = paths.join(" ").trim();
|
const svgPaths = paths.join(" ").trim();
|
||||||
|
|
||||||
this.trailElement.setAttribute("d", svgPaths);
|
this.trailElement.setAttribute("d", svgPaths);
|
||||||
|
|
||||||
if (this.trailAnimation) {
|
if (this.trailAnimation) {
|
||||||
this.trailElement.setAttribute(
|
this.trailElement.setAttribute(
|
||||||
"fill",
|
"fill",
|
||||||
@@ -175,6 +197,8 @@ export class AnimatedTrail implements Trail {
|
|||||||
(this.options.fill ?? (() => "black"))(this),
|
(this.options.fill ?? (() => "black"))(this),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private drawTrail(trail: LaserPointer, state: AppState): string {
|
private drawTrail(trail: LaserPointer, state: AppState): string {
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
export type AnimationCallback = (timestamp: number) => void | boolean;
|
|
||||||
|
|
||||||
export type AnimationTarget = {
|
|
||||||
callback: AnimationCallback;
|
|
||||||
stopped: boolean;
|
|
||||||
};
|
|
||||||
|
|
||||||
export class AnimationFrameHandler {
|
|
||||||
private targets = new WeakMap<object, AnimationTarget>();
|
|
||||||
private rafIds = new WeakMap<object, number>();
|
|
||||||
|
|
||||||
register(key: object, callback: AnimationCallback) {
|
|
||||||
this.targets.set(key, { callback, stopped: true });
|
|
||||||
}
|
|
||||||
|
|
||||||
start(key: object) {
|
|
||||||
const target = this.targets.get(key);
|
|
||||||
|
|
||||||
if (!target) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.rafIds.has(key)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
this.targets.set(key, { ...target, stopped: false });
|
|
||||||
this.scheduleFrame(key);
|
|
||||||
}
|
|
||||||
|
|
||||||
stop(key: object) {
|
|
||||||
const target = this.targets.get(key);
|
|
||||||
if (target && !target.stopped) {
|
|
||||||
this.targets.set(key, { ...target, stopped: true });
|
|
||||||
}
|
|
||||||
|
|
||||||
this.cancelFrame(key);
|
|
||||||
}
|
|
||||||
|
|
||||||
private constructFrame(key: object): FrameRequestCallback {
|
|
||||||
return (timestamp: number) => {
|
|
||||||
const target = this.targets.get(key);
|
|
||||||
|
|
||||||
if (!target) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const shouldAbort = this.onFrame(target, timestamp);
|
|
||||||
|
|
||||||
if (!target.stopped && !shouldAbort) {
|
|
||||||
this.scheduleFrame(key);
|
|
||||||
} else {
|
|
||||||
this.cancelFrame(key);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private scheduleFrame(key: object) {
|
|
||||||
const rafId = requestAnimationFrame(this.constructFrame(key));
|
|
||||||
|
|
||||||
this.rafIds.set(key, rafId);
|
|
||||||
}
|
|
||||||
|
|
||||||
private cancelFrame(key: object) {
|
|
||||||
if (this.rafIds.has(key)) {
|
|
||||||
const rafId = this.rafIds.get(key)!;
|
|
||||||
|
|
||||||
cancelAnimationFrame(rafId);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.rafIds.delete(key);
|
|
||||||
}
|
|
||||||
|
|
||||||
private onFrame(target: AnimationTarget, timestamp: number): boolean {
|
|
||||||
const shouldAbort = target.callback(timestamp);
|
|
||||||
|
|
||||||
return shouldAbort ?? false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -28,7 +28,6 @@ import {
|
|||||||
APP_NAME,
|
APP_NAME,
|
||||||
CURSOR_TYPE,
|
CURSOR_TYPE,
|
||||||
DEFAULT_TRANSFORM_HANDLE_SPACING,
|
DEFAULT_TRANSFORM_HANDLE_SPACING,
|
||||||
DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT,
|
|
||||||
DEFAULT_VERTICAL_ALIGN,
|
DEFAULT_VERTICAL_ALIGN,
|
||||||
DRAGGING_THRESHOLD,
|
DRAGGING_THRESHOLD,
|
||||||
ELEMENT_SHIFT_TRANSLATE_AMOUNT,
|
ELEMENT_SHIFT_TRANSLATE_AMOUNT,
|
||||||
@@ -38,7 +37,6 @@ import {
|
|||||||
IMAGE_MIME_TYPES,
|
IMAGE_MIME_TYPES,
|
||||||
IMAGE_RENDER_TIMEOUT,
|
IMAGE_RENDER_TIMEOUT,
|
||||||
LINE_CONFIRM_THRESHOLD,
|
LINE_CONFIRM_THRESHOLD,
|
||||||
MAX_ALLOWED_FILE_BYTES,
|
|
||||||
MIME_TYPES,
|
MIME_TYPES,
|
||||||
MQ_RIGHT_SIDEBAR_MIN_WIDTH,
|
MQ_RIGHT_SIDEBAR_MIN_WIDTH,
|
||||||
POINTER_BUTTON,
|
POINTER_BUTTON,
|
||||||
@@ -345,7 +343,6 @@ import { ActionManager } from "../actions/manager";
|
|||||||
import { actions } from "../actions/register";
|
import { actions } from "../actions/register";
|
||||||
import { getShortcutFromShortcutName } from "../actions/shortcuts";
|
import { getShortcutFromShortcutName } from "../actions/shortcuts";
|
||||||
import { trackEvent } from "../analytics";
|
import { trackEvent } from "../analytics";
|
||||||
import { AnimationFrameHandler } from "../animation-frame-handler";
|
|
||||||
import {
|
import {
|
||||||
getDefaultAppState,
|
getDefaultAppState,
|
||||||
isEraserActive,
|
isEraserActive,
|
||||||
@@ -419,7 +416,7 @@ import {
|
|||||||
setCursorForShape,
|
setCursorForShape,
|
||||||
} from "../cursor";
|
} from "../cursor";
|
||||||
import { ElementCanvasButtons } from "../components/ElementCanvasButtons";
|
import { ElementCanvasButtons } from "../components/ElementCanvasButtons";
|
||||||
import { LaserTrails } from "../laser-trails";
|
import { LaserTrails } from "../laserTrails";
|
||||||
import { withBatchedUpdates, withBatchedUpdatesThrottled } from "../reactUtils";
|
import { withBatchedUpdates, withBatchedUpdatesThrottled } from "../reactUtils";
|
||||||
import { isPointHittingTextAutoResizeHandle } from "../textAutoResizeHandle";
|
import { isPointHittingTextAutoResizeHandle } from "../textAutoResizeHandle";
|
||||||
import { textWysiwyg } from "../wysiwyg/textWysiwyg";
|
import { textWysiwyg } from "../wysiwyg/textWysiwyg";
|
||||||
@@ -705,11 +702,9 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
previousPointerMoveCoords: { x: number; y: number } | null = null;
|
previousPointerMoveCoords: { x: number; y: number } | null = null;
|
||||||
lastViewportPosition = { x: 0, y: 0 };
|
lastViewportPosition = { x: 0, y: 0 };
|
||||||
|
|
||||||
animationFrameHandler = new AnimationFrameHandler();
|
laserTrails = new LaserTrails(this);
|
||||||
|
eraserTrail = new EraserTrail(this);
|
||||||
laserTrails = new LaserTrails(this.animationFrameHandler, this);
|
lassoTrail = new LassoTrail(this);
|
||||||
eraserTrail = new EraserTrail(this.animationFrameHandler, this);
|
|
||||||
lassoTrail = new LassoTrail(this.animationFrameHandler, this);
|
|
||||||
|
|
||||||
onChangeEmitter = new Emitter<
|
onChangeEmitter = new Emitter<
|
||||||
[
|
[
|
||||||
@@ -4617,6 +4612,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (collaborators) {
|
if (collaborators) {
|
||||||
|
this.laserTrails.updateCollabTrails(collaborators);
|
||||||
this.setState({ collaborators });
|
this.setState({ collaborators });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -11721,9 +11717,11 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
|
|
||||||
const existingFileData = this.files[fileId];
|
const existingFileData = this.files[fileId];
|
||||||
if (!existingFileData?.dataURL) {
|
if (!existingFileData?.dataURL) {
|
||||||
|
const { maxWidthOrHeight, maxFileSizeBytes } = this.props.imageOptions;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
imageFile = await resizeImageFile(imageFile, {
|
imageFile = await resizeImageFile(imageFile, {
|
||||||
maxWidthOrHeight: DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT,
|
maxWidthOrHeight,
|
||||||
});
|
});
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
console.error(
|
console.error(
|
||||||
@@ -11732,10 +11730,10 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (imageFile.size > MAX_ALLOWED_FILE_BYTES) {
|
if (imageFile.size > maxFileSizeBytes) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
t("errors.fileTooBig", {
|
t("errors.fileTooBig", {
|
||||||
maxSize: `${Math.trunc(MAX_ALLOWED_FILE_BYTES / 1024 / 1024)}MB`,
|
maxSize: `${Math.trunc(maxFileSizeBytes / 1024 / 1024)}MB`,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { useEffect, useRef } from "react";
|
|||||||
|
|
||||||
import "./SVGLayer.scss";
|
import "./SVGLayer.scss";
|
||||||
|
|
||||||
import type { Trail } from "../animated-trail";
|
import type { Trail } from "../animatedTrail";
|
||||||
|
|
||||||
type SVGLayerProps = {
|
type SVGLayerProps = {
|
||||||
trails: Trail[];
|
trails: Trail[];
|
||||||
|
|||||||
@@ -311,6 +311,48 @@ export const dataURLToString = (dataURL: DataURL) => {
|
|||||||
return base64ToString(dataURL.slice(dataURL.indexOf(",") + 1));
|
return base64ToString(dataURL.slice(dataURL.indexOf(",") + 1));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const getImageFileDimensions = async (file: File) => {
|
||||||
|
const browserURL = typeof window !== "undefined" ? window.URL : undefined;
|
||||||
|
let objectURL: string | null = null;
|
||||||
|
let imageSource: string;
|
||||||
|
|
||||||
|
try {
|
||||||
|
imageSource = browserURL?.createObjectURL
|
||||||
|
? (objectURL = browserURL.createObjectURL(file))
|
||||||
|
: await getDataURL(file);
|
||||||
|
} catch {
|
||||||
|
objectURL = null;
|
||||||
|
imageSource = await getDataURL(file);
|
||||||
|
}
|
||||||
|
|
||||||
|
return new Promise<{ width: number; height: number }>((resolve, reject) => {
|
||||||
|
const image = new Image();
|
||||||
|
|
||||||
|
const cleanup = () => {
|
||||||
|
image.onload = null;
|
||||||
|
image.onerror = null;
|
||||||
|
|
||||||
|
if (objectURL && browserURL?.revokeObjectURL) {
|
||||||
|
browserURL.revokeObjectURL(objectURL);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
image.onload = () => {
|
||||||
|
cleanup();
|
||||||
|
resolve({
|
||||||
|
width: image.naturalWidth || image.width,
|
||||||
|
height: image.naturalHeight || image.height,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
image.onerror = (error) => {
|
||||||
|
cleanup();
|
||||||
|
reject(error);
|
||||||
|
};
|
||||||
|
|
||||||
|
image.src = imageSource;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
export const resizeImageFile = async (
|
export const resizeImageFile = async (
|
||||||
file: File,
|
file: File,
|
||||||
opts: {
|
opts: {
|
||||||
@@ -324,6 +366,20 @@ export const resizeImageFile = async (
|
|||||||
return file;
|
return file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!isSupportedImageFile(file)) {
|
||||||
|
throw new Error("Error: unsupported file type", { cause: "UNSUPPORTED" });
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!opts.outputType || opts.outputType === file.type) {
|
||||||
|
const dimensions = await getImageFileDimensions(file);
|
||||||
|
|
||||||
|
if (
|
||||||
|
Math.max(dimensions.width, dimensions.height) <= opts.maxWidthOrHeight
|
||||||
|
) {
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const [pica, imageBlobReduce] = await Promise.all([
|
const [pica, imageBlobReduce] = await Promise.all([
|
||||||
import("pica").then((res) => res.default),
|
import("pica").then((res) => res.default),
|
||||||
// a wrapper for pica for better API
|
// a wrapper for pica for better API
|
||||||
@@ -347,10 +403,6 @@ export const resizeImageFile = async (
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isSupportedImageFile(file)) {
|
|
||||||
throw new Error("Error: unsupported file type", { cause: "UNSUPPORTED" });
|
|
||||||
}
|
|
||||||
|
|
||||||
return new File(
|
return new File(
|
||||||
[await reduce.toBlob(file, { max: opts.maxWidthOrHeight, alpha: true })],
|
[await reduce.toBlob(file, { max: opts.maxWidthOrHeight, alpha: true })],
|
||||||
file.name,
|
file.name,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { isFiniteNumber, pointFrom } from "@excalidraw/math";
|
import { isFiniteNumber, isValidPoint, pointFrom } from "@excalidraw/math";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
type CombineBrandsIfNeeded,
|
type CombineBrandsIfNeeded,
|
||||||
@@ -98,6 +98,67 @@ type RestoredAppState = Omit<
|
|||||||
|
|
||||||
const MAX_ARROW_PX = 75_000;
|
const MAX_ARROW_PX = 75_000;
|
||||||
|
|
||||||
|
const restoreLinearElementPoints = (
|
||||||
|
points: unknown,
|
||||||
|
width: unknown,
|
||||||
|
height: unknown,
|
||||||
|
): LocalPoint[] => {
|
||||||
|
const restoredPoints = Array.isArray(points)
|
||||||
|
? points.reduce<LocalPoint[]>((acc, point) => {
|
||||||
|
if (isValidPoint(point)) {
|
||||||
|
acc.push(pointFrom<LocalPoint>(point[0], point[1]));
|
||||||
|
}
|
||||||
|
return acc;
|
||||||
|
}, [])
|
||||||
|
: [];
|
||||||
|
|
||||||
|
return restoredPoints.length < 2
|
||||||
|
? [
|
||||||
|
pointFrom<LocalPoint>(0, 0),
|
||||||
|
pointFrom<LocalPoint>(
|
||||||
|
isFiniteNumber(width) ? width : 0,
|
||||||
|
isFiniteNumber(height) ? height : 0,
|
||||||
|
),
|
||||||
|
]
|
||||||
|
: restoredPoints;
|
||||||
|
};
|
||||||
|
|
||||||
|
const restoreFreedrawPoints = (
|
||||||
|
points: unknown,
|
||||||
|
pressures: unknown,
|
||||||
|
): {
|
||||||
|
points: LocalPoint[];
|
||||||
|
pressures: number[];
|
||||||
|
} => {
|
||||||
|
if (!Array.isArray(points)) {
|
||||||
|
return {
|
||||||
|
points: [],
|
||||||
|
pressures: [],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
const pressureValues: readonly unknown[] = Array.isArray(pressures)
|
||||||
|
? pressures
|
||||||
|
: [];
|
||||||
|
const restoredPoints: LocalPoint[] = [];
|
||||||
|
const restoredPressures: number[] = [];
|
||||||
|
|
||||||
|
points.forEach((point, index) => {
|
||||||
|
if (isValidPoint(point)) {
|
||||||
|
restoredPoints.push(pointFrom<LocalPoint>(point[0], point[1]));
|
||||||
|
if (index in pressureValues) {
|
||||||
|
const pressure = pressureValues[index];
|
||||||
|
restoredPressures.push(isFiniteNumber(pressure) ? pressure : 0.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return {
|
||||||
|
points: restoredPoints,
|
||||||
|
pressures: restoredPressures,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
export const AllowedExcalidrawActiveTools: Record<
|
export const AllowedExcalidrawActiveTools: Record<
|
||||||
AppState["activeTool"]["type"],
|
AppState["activeTool"]["type"],
|
||||||
boolean
|
boolean
|
||||||
@@ -414,10 +475,15 @@ export const restoreElement = (
|
|||||||
|
|
||||||
return element;
|
return element;
|
||||||
case "freedraw": {
|
case "freedraw": {
|
||||||
|
const { points, pressures } = restoreFreedrawPoints(
|
||||||
|
element.points,
|
||||||
|
element.pressures,
|
||||||
|
);
|
||||||
|
|
||||||
return restoreElementWithProperties(element, {
|
return restoreElementWithProperties(element, {
|
||||||
points: element.points,
|
points,
|
||||||
simulatePressure: element.simulatePressure,
|
simulatePressure: element.simulatePressure,
|
||||||
pressures: element.pressures,
|
pressures,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
case "image":
|
case "image":
|
||||||
@@ -435,14 +501,20 @@ export const restoreElement = (
|
|||||||
const endArrowhead = normalizeArrowhead(element.endArrowhead);
|
const endArrowhead = normalizeArrowhead(element.endArrowhead);
|
||||||
let x = element.x;
|
let x = element.x;
|
||||||
let y = element.y;
|
let y = element.y;
|
||||||
let points = // migrate old arrow model to new one
|
let points = restoreLinearElementPoints(
|
||||||
!Array.isArray(element.points) || element.points.length < 2
|
element.points,
|
||||||
? [pointFrom(0, 0), pointFrom(element.width, element.height)]
|
element.width,
|
||||||
: element.points;
|
element.height,
|
||||||
|
);
|
||||||
|
|
||||||
if (points[0][0] !== 0 || points[0][1] !== 0) {
|
if (points[0][0] !== 0 || points[0][1] !== 0) {
|
||||||
({ points, x, y } =
|
({ points, x, y } =
|
||||||
LinearElementEditor.getNormalizeElementPointsAndCoords(element));
|
LinearElementEditor.getNormalizeElementPointsAndCoords({
|
||||||
|
...element,
|
||||||
|
points,
|
||||||
|
x: x ?? 0,
|
||||||
|
y: y ?? 0,
|
||||||
|
} as ExcalidrawLinearElement));
|
||||||
}
|
}
|
||||||
|
|
||||||
return restoreElementWithProperties(element, {
|
return restoreElementWithProperties(element, {
|
||||||
@@ -456,7 +528,7 @@ export const restoreElement = (
|
|||||||
y,
|
y,
|
||||||
...(isLineElement(element)
|
...(isLineElement(element)
|
||||||
? {
|
? {
|
||||||
polygon: isValidPolygon(element.points)
|
polygon: isValidPolygon(points)
|
||||||
? element.polygon ?? false
|
? element.polygon ?? false
|
||||||
: false,
|
: false,
|
||||||
}
|
}
|
||||||
@@ -471,22 +543,29 @@ export const restoreElement = (
|
|||||||
: normalizeArrowhead(element.endArrowhead);
|
: normalizeArrowhead(element.endArrowhead);
|
||||||
const x = element.x as number | undefined;
|
const x = element.x as number | undefined;
|
||||||
const y = element.y as number | undefined;
|
const y = element.y as number | undefined;
|
||||||
const points: readonly LocalPoint[] | undefined = // migrate old arrow model to new one
|
const points = restoreLinearElementPoints(
|
||||||
!Array.isArray(element.points) || element.points.length < 2
|
element.points,
|
||||||
? [pointFrom(0, 0), pointFrom(element.width, element.height)]
|
element.width,
|
||||||
: element.points;
|
element.height,
|
||||||
|
);
|
||||||
|
const elementWithRestoredPoints = {
|
||||||
|
...element,
|
||||||
|
points,
|
||||||
|
x: x ?? 0,
|
||||||
|
y: y ?? 0,
|
||||||
|
} as ExcalidrawArrowElement;
|
||||||
|
|
||||||
const base = {
|
const base = {
|
||||||
type: element.type,
|
type: element.type,
|
||||||
startBinding: repairBinding(
|
startBinding: repairBinding(
|
||||||
element as ExcalidrawArrowElement,
|
elementWithRestoredPoints,
|
||||||
element.startBinding,
|
element.startBinding,
|
||||||
targetElementsMap,
|
targetElementsMap,
|
||||||
existingElementsMap,
|
existingElementsMap,
|
||||||
"start",
|
"start",
|
||||||
),
|
),
|
||||||
endBinding: repairBinding(
|
endBinding: repairBinding(
|
||||||
element as ExcalidrawArrowElement,
|
elementWithRestoredPoints,
|
||||||
element.endBinding,
|
element.endBinding,
|
||||||
targetElementsMap,
|
targetElementsMap,
|
||||||
existingElementsMap,
|
existingElementsMap,
|
||||||
|
|||||||
@@ -33,9 +33,7 @@ import type { Bounds } from "@excalidraw/common";
|
|||||||
import type { GlobalPoint, LineSegment } from "@excalidraw/math/types";
|
import type { GlobalPoint, LineSegment } from "@excalidraw/math/types";
|
||||||
import type { ElementsMap, ExcalidrawElement } from "@excalidraw/element/types";
|
import type { ElementsMap, ExcalidrawElement } from "@excalidraw/element/types";
|
||||||
|
|
||||||
import { AnimatedTrail } from "../animated-trail";
|
import { AnimatedTrail } from "../animatedTrail";
|
||||||
|
|
||||||
import type { AnimationFrameHandler } from "../animation-frame-handler";
|
|
||||||
|
|
||||||
import type App from "../components/App";
|
import type App from "../components/App";
|
||||||
|
|
||||||
@@ -43,8 +41,8 @@ export class EraserTrail extends AnimatedTrail {
|
|||||||
private elementsToErase: Set<ExcalidrawElement["id"]> = new Set();
|
private elementsToErase: Set<ExcalidrawElement["id"]> = new Set();
|
||||||
private groupsToErase: Set<ExcalidrawElement["id"]> = new Set();
|
private groupsToErase: Set<ExcalidrawElement["id"]> = new Set();
|
||||||
|
|
||||||
constructor(animationFrameHandler: AnimationFrameHandler, app: App) {
|
constructor(app: App) {
|
||||||
super(animationFrameHandler, app, {
|
super(app, {
|
||||||
streamline: 0.2,
|
streamline: 0.2,
|
||||||
size: 5,
|
size: 5,
|
||||||
keepHead: true,
|
keepHead: true,
|
||||||
|
|||||||
@@ -6,7 +6,11 @@ import React, {
|
|||||||
useState,
|
useState,
|
||||||
} from "react";
|
} from "react";
|
||||||
|
|
||||||
import { DEFAULT_UI_OPTIONS, isShallowEqual } from "@excalidraw/common";
|
import {
|
||||||
|
DEFAULT_IMAGE_OPTIONS,
|
||||||
|
DEFAULT_UI_OPTIONS,
|
||||||
|
isShallowEqual,
|
||||||
|
} from "@excalidraw/common";
|
||||||
|
|
||||||
import App, {
|
import App, {
|
||||||
ExcalidrawAPIContext,
|
ExcalidrawAPIContext,
|
||||||
@@ -98,6 +102,7 @@ const ExcalidrawBase = (props: ExcalidrawProps) => {
|
|||||||
aiEnabled,
|
aiEnabled,
|
||||||
showDeprecatedFonts,
|
showDeprecatedFonts,
|
||||||
renderScrollbars,
|
renderScrollbars,
|
||||||
|
imageOptions,
|
||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
const canvasActions = props.UIOptions?.canvasActions;
|
const canvasActions = props.UIOptions?.canvasActions;
|
||||||
@@ -128,6 +133,13 @@ const ExcalidrawBase = (props: ExcalidrawProps) => {
|
|||||||
UIOptions.canvasActions.toggleTheme = true;
|
UIOptions.canvasActions.toggleTheme = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const normalizedImageOptions: AppProps["imageOptions"] = {
|
||||||
|
maxFileSizeBytes:
|
||||||
|
imageOptions?.maxFileSizeBytes ?? DEFAULT_IMAGE_OPTIONS.maxFileSizeBytes,
|
||||||
|
maxWidthOrHeight:
|
||||||
|
imageOptions?.maxWidthOrHeight ?? DEFAULT_IMAGE_OPTIONS.maxWidthOrHeight,
|
||||||
|
};
|
||||||
|
|
||||||
const setExcalidrawAPI = useContext(ExcalidrawAPISetContext);
|
const setExcalidrawAPI = useContext(ExcalidrawAPISetContext);
|
||||||
|
|
||||||
const onExcalidrawAPIRef = useRef(onExcalidrawAPI);
|
const onExcalidrawAPIRef = useRef(onExcalidrawAPI);
|
||||||
@@ -208,6 +220,7 @@ const ExcalidrawBase = (props: ExcalidrawProps) => {
|
|||||||
aiEnabled={aiEnabled !== false}
|
aiEnabled={aiEnabled !== false}
|
||||||
showDeprecatedFonts={showDeprecatedFonts}
|
showDeprecatedFonts={showDeprecatedFonts}
|
||||||
renderScrollbars={renderScrollbars}
|
renderScrollbars={renderScrollbars}
|
||||||
|
imageOptions={normalizedImageOptions}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</App>
|
</App>
|
||||||
@@ -225,11 +238,13 @@ const areEqual = (prevProps: ExcalidrawProps, nextProps: ExcalidrawProps) => {
|
|||||||
const {
|
const {
|
||||||
initialData: prevInitialData,
|
initialData: prevInitialData,
|
||||||
UIOptions: prevUIOptions = {},
|
UIOptions: prevUIOptions = {},
|
||||||
|
imageOptions: prevImageOptions,
|
||||||
...prev
|
...prev
|
||||||
} = prevProps;
|
} = prevProps;
|
||||||
const {
|
const {
|
||||||
initialData: nextInitialData,
|
initialData: nextInitialData,
|
||||||
UIOptions: nextUIOptions = {},
|
UIOptions: nextUIOptions = {},
|
||||||
|
imageOptions: nextImageOptions,
|
||||||
...next
|
...next
|
||||||
} = nextProps;
|
} = nextProps;
|
||||||
|
|
||||||
@@ -273,7 +288,17 @@ const areEqual = (prevProps: ExcalidrawProps, nextProps: ExcalidrawProps) => {
|
|||||||
return prevUIOptions[key] === nextUIOptions[key];
|
return prevUIOptions[key] === nextUIOptions[key];
|
||||||
});
|
});
|
||||||
|
|
||||||
return isUIOptionsSame && isShallowEqual(prev, next);
|
const isImageOptionsSame =
|
||||||
|
(prevImageOptions?.maxWidthOrHeight ??
|
||||||
|
DEFAULT_IMAGE_OPTIONS.maxWidthOrHeight) ===
|
||||||
|
(nextImageOptions?.maxWidthOrHeight ??
|
||||||
|
DEFAULT_IMAGE_OPTIONS.maxWidthOrHeight) &&
|
||||||
|
(prevImageOptions?.maxFileSizeBytes ??
|
||||||
|
DEFAULT_IMAGE_OPTIONS.maxFileSizeBytes) ===
|
||||||
|
(nextImageOptions?.maxFileSizeBytes ??
|
||||||
|
DEFAULT_IMAGE_OPTIONS.maxFileSizeBytes);
|
||||||
|
|
||||||
|
return isUIOptionsSame && isImageOptionsSame && isShallowEqual(prev, next);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const Excalidraw = React.memo(ExcalidrawBase, areEqual);
|
export const Excalidraw = React.memo(ExcalidrawBase, areEqual);
|
||||||
|
|||||||
@@ -2,27 +2,20 @@ import { DEFAULT_LASER_COLOR, easeOut } from "@excalidraw/common";
|
|||||||
|
|
||||||
import type { LaserPointerOptions } from "@excalidraw/laser-pointer";
|
import type { LaserPointerOptions } from "@excalidraw/laser-pointer";
|
||||||
|
|
||||||
import { AnimatedTrail } from "./animated-trail";
|
import { AnimatedTrail } from "./animatedTrail";
|
||||||
import { getClientColor } from "./clients";
|
import { getClientColor } from "./clients";
|
||||||
|
|
||||||
import type { Trail } from "./animated-trail";
|
import type { Trail } from "./animatedTrail";
|
||||||
import type { AnimationFrameHandler } from "./animation-frame-handler";
|
|
||||||
import type App from "./components/App";
|
import type App from "./components/App";
|
||||||
import type { SocketId } from "./types";
|
import type { SocketId } from "./types";
|
||||||
|
|
||||||
export class LaserTrails implements Trail {
|
export class LaserTrails implements Trail {
|
||||||
public localTrail: AnimatedTrail;
|
public localTrail: AnimatedTrail;
|
||||||
private collabTrails = new Map<SocketId, AnimatedTrail>();
|
private collabTrails = new Map<SocketId, AnimatedTrail>();
|
||||||
|
|
||||||
private container?: SVGSVGElement;
|
private container?: SVGSVGElement;
|
||||||
|
|
||||||
constructor(
|
constructor(private app: App) {
|
||||||
private animationFrameHandler: AnimationFrameHandler,
|
this.localTrail = new AnimatedTrail(app, {
|
||||||
private app: App,
|
|
||||||
) {
|
|
||||||
this.animationFrameHandler.register(this, this.onFrame.bind(this));
|
|
||||||
|
|
||||||
this.localTrail = new AnimatedTrail(animationFrameHandler, app, {
|
|
||||||
...this.getTrailOptions(),
|
...this.getTrailOptions(),
|
||||||
fill: () => DEFAULT_LASER_COLOR,
|
fill: () => DEFAULT_LASER_COLOR,
|
||||||
});
|
});
|
||||||
@@ -63,30 +56,45 @@ export class LaserTrails implements Trail {
|
|||||||
|
|
||||||
start(container: SVGSVGElement) {
|
start(container: SVGSVGElement) {
|
||||||
this.container = container;
|
this.container = container;
|
||||||
|
|
||||||
this.animationFrameHandler.start(this);
|
|
||||||
this.localTrail.start(container);
|
this.localTrail.start(container);
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
this.animationFrameHandler.stop(this);
|
|
||||||
this.localTrail.stop();
|
this.localTrail.stop();
|
||||||
|
this.stopCollabTrails();
|
||||||
|
this.container = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
onFrame() {
|
private stopCollabTrails(collaborators?: App["state"]["collaborators"]) {
|
||||||
this.updateCollabTrails();
|
for (const [key, trail] of this.collabTrails) {
|
||||||
|
const collaborator = collaborators?.get(key);
|
||||||
|
|
||||||
|
if (!collaborator) {
|
||||||
|
trail.stop();
|
||||||
|
this.collabTrails.delete(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private updateCollabTrails() {
|
updateCollabTrails(collaborators: App["state"]["collaborators"]) {
|
||||||
if (!this.container || this.app.state.collaborators.size === 0) {
|
this.stopCollabTrails(collaborators);
|
||||||
|
|
||||||
|
if (!this.container || collaborators.size === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const [key, collaborator] of this.app.state.collaborators.entries()) {
|
for (const [key, collaborator] of collaborators.entries()) {
|
||||||
let trail!: AnimatedTrail;
|
// Current user has their own trail drawn via localTrail
|
||||||
|
if (collaborator.isCurrentUser) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (!this.collabTrails.has(key)) {
|
// IDEA: Use the collaborator pointer coordinates to trace out the
|
||||||
trail = new AnimatedTrail(this.animationFrameHandler, this.app, {
|
// laser pointer trail when 1) the selected collab tool is the laser
|
||||||
|
// pointer and 2) the collab pointer button is in the "down" state.
|
||||||
|
let trail = this.collabTrails.get(key);
|
||||||
|
if (!trail) {
|
||||||
|
trail = new AnimatedTrail(this.app, {
|
||||||
...this.getTrailOptions(),
|
...this.getTrailOptions(),
|
||||||
fill: () =>
|
fill: () =>
|
||||||
collaborator.pointer?.laserColor ||
|
collaborator.pointer?.laserColor ||
|
||||||
@@ -95,36 +103,33 @@ export class LaserTrails implements Trail {
|
|||||||
trail.start(this.container);
|
trail.start(this.container);
|
||||||
|
|
||||||
this.collabTrails.set(key, trail);
|
this.collabTrails.set(key, trail);
|
||||||
} else {
|
|
||||||
trail = this.collabTrails.get(key)!;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (collaborator.pointer && collaborator.pointer.tool === "laser") {
|
if (collaborator.pointer && collaborator.pointer.tool === "laser") {
|
||||||
if (collaborator.button === "down" && !trail.hasCurrentTrail) {
|
const buttonDown = collaborator.button === "down";
|
||||||
|
const buttonUp = collaborator.button === "up";
|
||||||
|
const hasTrail = trail.hasCurrentTrail;
|
||||||
|
|
||||||
|
// Initialize a new trail
|
||||||
|
if (buttonDown && !hasTrail) {
|
||||||
trail.startPath(collaborator.pointer.x, collaborator.pointer.y);
|
trail.startPath(collaborator.pointer.x, collaborator.pointer.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
// Add only original points
|
||||||
collaborator.button === "down" &&
|
const lastPointOriginal = !trail.hasLastPoint(
|
||||||
trail.hasCurrentTrail &&
|
collaborator.pointer.x,
|
||||||
!trail.hasLastPoint(collaborator.pointer.x, collaborator.pointer.y)
|
collaborator.pointer.y,
|
||||||
) {
|
);
|
||||||
|
if (buttonDown && lastPointOriginal) {
|
||||||
trail.addPointToPath(collaborator.pointer.x, collaborator.pointer.y);
|
trail.addPointToPath(collaborator.pointer.x, collaborator.pointer.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (collaborator.button === "up" && trail.hasCurrentTrail) {
|
// End the trail on button up
|
||||||
|
if (buttonUp && hasTrail) {
|
||||||
trail.addPointToPath(collaborator.pointer.x, collaborator.pointer.y);
|
trail.addPointToPath(collaborator.pointer.x, collaborator.pointer.y);
|
||||||
trail.endPath();
|
trail.endPath();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const key of this.collabTrails.keys()) {
|
|
||||||
if (!this.app.state.collaborators.has(key)) {
|
|
||||||
const trail = this.collabTrails.get(key)!;
|
|
||||||
trail.stop();
|
|
||||||
this.collabTrails.delete(key);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -25,9 +25,7 @@ import type {
|
|||||||
NonDeleted,
|
NonDeleted,
|
||||||
} from "@excalidraw/element/types";
|
} from "@excalidraw/element/types";
|
||||||
|
|
||||||
import { type AnimationFrameHandler } from "../animation-frame-handler";
|
import { AnimatedTrail } from "../animatedTrail";
|
||||||
|
|
||||||
import { AnimatedTrail } from "../animated-trail";
|
|
||||||
|
|
||||||
import { getLassoSelectedElementIds } from "./utils";
|
import { getLassoSelectedElementIds } from "./utils";
|
||||||
|
|
||||||
@@ -47,8 +45,8 @@ export class LassoTrail extends AnimatedTrail {
|
|||||||
private canvasTranslate: CanvasTranslate | null = null;
|
private canvasTranslate: CanvasTranslate | null = null;
|
||||||
private keepPreviousSelection: boolean = false;
|
private keepPreviousSelection: boolean = false;
|
||||||
|
|
||||||
constructor(animationFrameHandler: AnimationFrameHandler, app: App) {
|
constructor(app: App) {
|
||||||
super(animationFrameHandler, app, {
|
super(app, {
|
||||||
animateTrail: true,
|
animateTrail: true,
|
||||||
streamline: 0.4,
|
streamline: 0.4,
|
||||||
sizeMapping: (c) => {
|
sizeMapping: (c) => {
|
||||||
|
|||||||
@@ -6,7 +6,10 @@ export type Animation<R extends object> = (params: {
|
|||||||
}) => R | null | undefined;
|
}) => R | null | undefined;
|
||||||
|
|
||||||
export class AnimationController {
|
export class AnimationController {
|
||||||
private static isRunning = false;
|
private static scheduledFrame:
|
||||||
|
| { id: ReturnType<typeof requestAnimationFrame>; type: "raf" }
|
||||||
|
| { id: ReturnType<typeof setTimeout>; type: "timeout" }
|
||||||
|
| null = null;
|
||||||
private static animations = new Map<
|
private static animations = new Map<
|
||||||
string,
|
string,
|
||||||
{
|
{
|
||||||
@@ -17,6 +20,10 @@ export class AnimationController {
|
|||||||
>();
|
>();
|
||||||
|
|
||||||
static start<R extends object>(key: string, animation: Animation<R>) {
|
static start<R extends object>(key: string, animation: Animation<R>) {
|
||||||
|
if (AnimationController.animations.has(key)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const initialState = animation({
|
const initialState = animation({
|
||||||
deltaTime: 0,
|
deltaTime: 0,
|
||||||
state: undefined,
|
state: undefined,
|
||||||
@@ -29,19 +36,54 @@ export class AnimationController {
|
|||||||
state: initialState,
|
state: initialState,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!AnimationController.isRunning) {
|
AnimationController.scheduleNextFrame();
|
||||||
AnimationController.isRunning = true;
|
|
||||||
|
|
||||||
if (isRenderThrottlingEnabled()) {
|
|
||||||
requestAnimationFrame(AnimationController.tick);
|
|
||||||
} else {
|
|
||||||
setTimeout(AnimationController.tick, 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static scheduleNextFrame() {
|
||||||
|
if (AnimationController.scheduledFrame) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isRenderThrottlingEnabled()) {
|
||||||
|
AnimationController.scheduledFrame = {
|
||||||
|
id: requestAnimationFrame(AnimationController.tick),
|
||||||
|
type: "raf",
|
||||||
|
};
|
||||||
|
} else {
|
||||||
|
AnimationController.scheduledFrame = {
|
||||||
|
id: setTimeout(AnimationController.tick, 0),
|
||||||
|
type: "timeout",
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static cancelScheduledFrame() {
|
||||||
|
if (!AnimationController.scheduledFrame) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (AnimationController.scheduledFrame.type === "raf") {
|
||||||
|
cancelAnimationFrame(AnimationController.scheduledFrame.id);
|
||||||
|
} else {
|
||||||
|
clearTimeout(AnimationController.scheduledFrame.id);
|
||||||
|
}
|
||||||
|
|
||||||
|
AnimationController.scheduledFrame = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static cancelScheduledFrameIfIdle() {
|
||||||
|
if (AnimationController.animations.size > 0) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
AnimationController.cancelScheduledFrame();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
private static tick() {
|
private static tick() {
|
||||||
|
AnimationController.scheduledFrame = null;
|
||||||
|
|
||||||
if (AnimationController.animations.size > 0) {
|
if (AnimationController.animations.size > 0) {
|
||||||
for (const [key, animation] of AnimationController.animations) {
|
for (const [key, animation] of AnimationController.animations) {
|
||||||
const now = performance.now();
|
const now = performance.now();
|
||||||
@@ -56,8 +98,7 @@ export class AnimationController {
|
|||||||
if (!state) {
|
if (!state) {
|
||||||
AnimationController.animations.delete(key);
|
AnimationController.animations.delete(key);
|
||||||
|
|
||||||
if (AnimationController.animations.size === 0) {
|
if (AnimationController.cancelScheduledFrameIfIdle()) {
|
||||||
AnimationController.isRunning = false;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -66,11 +107,11 @@ export class AnimationController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isRenderThrottlingEnabled()) {
|
if (AnimationController.cancelScheduledFrameIfIdle()) {
|
||||||
requestAnimationFrame(AnimationController.tick);
|
return;
|
||||||
} else {
|
|
||||||
setTimeout(AnimationController.tick, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AnimationController.scheduleNextFrame();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,5 +121,6 @@ export class AnimationController {
|
|||||||
|
|
||||||
static cancel(key: string) {
|
static cancel(key: string) {
|
||||||
AnimationController.animations.delete(key);
|
AnimationController.animations.delete(key);
|
||||||
|
AnimationController.cancelScheduledFrameIfIdle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,6 +83,26 @@ mockMermaidToExcalidraw({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const normalizeDialogSnapshot = (dialog: Element) => {
|
||||||
|
const dialogClone = dialog.cloneNode(true) as HTMLElement;
|
||||||
|
|
||||||
|
dialogClone
|
||||||
|
.querySelectorAll<HTMLElement>(".ttd-dialog-content")
|
||||||
|
.forEach((element) => {
|
||||||
|
// Radix Tabs injects this during initial mount animation prevention.
|
||||||
|
// Its presence depends on render timing and is unrelated to this test.
|
||||||
|
if (element.style.animationDuration === "0s") {
|
||||||
|
element.style.removeProperty("animation-duration");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!element.getAttribute("style")) {
|
||||||
|
element.removeAttribute("style");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return dialogClone.outerHTML;
|
||||||
|
};
|
||||||
|
|
||||||
describe("Test <MermaidToExcalidraw/>", () => {
|
describe("Test <MermaidToExcalidraw/>", () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await render(
|
await render(
|
||||||
@@ -99,7 +119,7 @@ describe("Test <MermaidToExcalidraw/>", () => {
|
|||||||
it("should open mermaid popup when active tool is mermaid", async () => {
|
it("should open mermaid popup when active tool is mermaid", async () => {
|
||||||
const dialog = document.querySelector(".ttd-dialog")!;
|
const dialog = document.querySelector(".ttd-dialog")!;
|
||||||
await waitFor(() => expect(dialog.querySelector("canvas")).not.toBeNull());
|
await waitFor(() => expect(dialog.querySelector("canvas")).not.toBeNull());
|
||||||
expect(dialog.outerHTML).toMatchSnapshot();
|
expect(normalizeDialogSnapshot(dialog)).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should show error in preview when mermaid library throws error", async () => {
|
it("should show error in preview when mermaid library throws error", async () => {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||||
|
|
||||||
exports[`Test <MermaidToExcalidraw/> > should open mermaid popup when active tool is mermaid 1`] = `"<div class="Modal Dialog ttd-dialog" role="dialog" aria-modal="true" aria-labelledby="dialog-title"><div class="Modal__background"></div><div class="Modal__content" style="--max-width: 1520px;" tabindex="0"><div class="Island"><div class="Dialog__content"><div dir="ltr" data-orientation="horizontal" class="ttd-dialog-tabs-root"><p class="dialog-mermaid-title">Mermaid to Excalidraw</p><div data-state="active" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-:r4:-trigger-mermaid" id="radix-:r4:-content-mermaid" tabindex="0" class="ttd-dialog-content" style=""><div class="ttd-dialog-desc">Currently only <a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank" rel="noreferrer">Flowchart</a>, <a href="https://mermaid.js.org/syntax/sequenceDiagram.html" target="_blank" rel="noreferrer">Sequence</a>, <a href="https://mermaid.js.org/syntax/classDiagram.html" target="_blank" rel="noreferrer">Class</a>, and <a href="https://mermaid.js.org/syntax/entityRelationshipDiagram.html" target="_blank" rel="noreferrer">Entity Relationship</a> Diagrams are supported. The other types will be rendered as image in Excalidraw.</div><div class="ttd-dialog-panels"><div class="ttd-dialog-panel"><div class="ttd-dialog-panel-button-container invisible" style="justify-content: flex-start;"></div></div><div class="ttd-dialog-panel"><div class="ttd-dialog-output-wrapper "><div class="ttd-dialog-output-canvas-container"><div class="ttd-dialog-output-canvas-content"><canvas width="89" height="158" dir="ltr"></canvas></div></div></div><div class="ttd-dialog-panel-button-container" style="justify-content: flex-start;"><button type="button" class="excalidraw-button ttd-dialog-panel-button"><div class="">Insert<span><svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 20 20" class="" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="1.25"><path d="M4.16602 10H15.8327"></path><path d="M12.5 13.3333L15.8333 10"></path><path d="M12.5 6.66666L15.8333 9.99999"></path></g></svg></span></div></button><div class="ttd-dialog-submit-shortcut"><div class="ttd-dialog-submit-shortcut__key">Ctrl</div><div class="ttd-dialog-submit-shortcut__key">Enter</div></div></div></div></div></div></div></div></div></div></div>"`;
|
exports[`Test <MermaidToExcalidraw/> > should open mermaid popup when active tool is mermaid 1`] = `"<div class="Modal Dialog ttd-dialog" role="dialog" aria-modal="true" aria-labelledby="dialog-title"><div class="Modal__background"></div><div class="Modal__content" style="--max-width: 1520px;" tabindex="0"><div class="Island"><div class="Dialog__content"><div dir="ltr" data-orientation="horizontal" class="ttd-dialog-tabs-root"><p class="dialog-mermaid-title">Mermaid to Excalidraw</p><div data-state="active" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-:r4:-trigger-mermaid" id="radix-:r4:-content-mermaid" tabindex="0" class="ttd-dialog-content"><div class="ttd-dialog-desc">Currently only <a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank" rel="noreferrer">Flowchart</a>, <a href="https://mermaid.js.org/syntax/sequenceDiagram.html" target="_blank" rel="noreferrer">Sequence</a>, <a href="https://mermaid.js.org/syntax/classDiagram.html" target="_blank" rel="noreferrer">Class</a>, and <a href="https://mermaid.js.org/syntax/entityRelationshipDiagram.html" target="_blank" rel="noreferrer">Entity Relationship</a> Diagrams are supported. The other types will be rendered as image in Excalidraw.</div><div class="ttd-dialog-panels"><div class="ttd-dialog-panel"><div class="ttd-dialog-panel-button-container invisible" style="justify-content: flex-start;"></div></div><div class="ttd-dialog-panel"><div class="ttd-dialog-output-wrapper "><div class="ttd-dialog-output-canvas-container"><div class="ttd-dialog-output-canvas-content"><canvas width="89" height="158" dir="ltr"></canvas></div></div></div><div class="ttd-dialog-panel-button-container" style="justify-content: flex-start;"><button type="button" class="excalidraw-button ttd-dialog-panel-button"><div class="">Insert<span><svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 20 20" class="" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="1.25"><path d="M4.16602 10H15.8327"></path><path d="M12.5 13.3333L15.8333 10"></path><path d="M12.5 6.66666L15.8333 9.99999"></path></g></svg></span></div></button><div class="ttd-dialog-submit-shortcut"><div class="ttd-dialog-submit-shortcut__key">Ctrl</div><div class="ttd-dialog-submit-shortcut__key">Enter</div></div></div></div></div></div></div></div></div></div></div>"`;
|
||||||
|
|
||||||
exports[`Test <MermaidToExcalidraw/> > should show error in preview when mermaid library throws error 1`] = `
|
exports[`Test <MermaidToExcalidraw/> > should show error in preview when mermaid library throws error 1`] = `
|
||||||
"flowchart TD
|
"flowchart TD
|
||||||
|
|||||||
@@ -0,0 +1,73 @@
|
|||||||
|
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||||
|
|
||||||
|
import { AnimationController } from "../renderer/animation";
|
||||||
|
|
||||||
|
const FIRST_KEY = "animation-test-first";
|
||||||
|
const SECOND_KEY = "animation-test-second";
|
||||||
|
|
||||||
|
describe("AnimationController", () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
vi.useFakeTimers();
|
||||||
|
window.EXCALIDRAW_THROTTLE_RENDER = false;
|
||||||
|
});
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
AnimationController.cancel(FIRST_KEY);
|
||||||
|
AnimationController.cancel(SECOND_KEY);
|
||||||
|
window.EXCALIDRAW_THROTTLE_RENDER = undefined;
|
||||||
|
vi.useRealTimers();
|
||||||
|
});
|
||||||
|
|
||||||
|
it("starts a new animation after the previous last animation was cancelled", async () => {
|
||||||
|
let firstFrames = 0;
|
||||||
|
AnimationController.start(FIRST_KEY, () => {
|
||||||
|
firstFrames++;
|
||||||
|
return { keep: true };
|
||||||
|
});
|
||||||
|
|
||||||
|
expect(firstFrames).toBe(1);
|
||||||
|
|
||||||
|
AnimationController.cancel(FIRST_KEY);
|
||||||
|
await vi.runOnlyPendingTimersAsync();
|
||||||
|
|
||||||
|
let secondFrames = 0;
|
||||||
|
AnimationController.start(SECOND_KEY, () => {
|
||||||
|
secondFrames++;
|
||||||
|
return secondFrames === 1 ? { keep: true } : null;
|
||||||
|
});
|
||||||
|
|
||||||
|
expect(secondFrames).toBe(1);
|
||||||
|
|
||||||
|
await vi.runOnlyPendingTimersAsync();
|
||||||
|
|
||||||
|
expect(secondFrames).toBe(2);
|
||||||
|
expect(AnimationController.running(SECOND_KEY)).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("cancels a frame scheduled during a tick if no animations remain", async () => {
|
||||||
|
let firstFrames = 0;
|
||||||
|
let secondFrames = 0;
|
||||||
|
|
||||||
|
AnimationController.start(FIRST_KEY, ({ state }) => {
|
||||||
|
if (!state) {
|
||||||
|
return { keep: true };
|
||||||
|
}
|
||||||
|
|
||||||
|
firstFrames++;
|
||||||
|
|
||||||
|
AnimationController.start(SECOND_KEY, () => {
|
||||||
|
secondFrames++;
|
||||||
|
return { keep: true };
|
||||||
|
});
|
||||||
|
AnimationController.cancel(SECOND_KEY);
|
||||||
|
|
||||||
|
return null;
|
||||||
|
});
|
||||||
|
|
||||||
|
await vi.runOnlyPendingTimersAsync();
|
||||||
|
|
||||||
|
expect(firstFrames).toBe(1);
|
||||||
|
expect(secondFrames).toBe(1);
|
||||||
|
expect(vi.getTimerCount()).toBe(0);
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -160,6 +160,39 @@ describe("restoreElements", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("should restore only valid freedraw points and keep pressures aligned", () => {
|
||||||
|
const freedrawElement = API.createElement({
|
||||||
|
type: "freedraw",
|
||||||
|
id: "id-freedraw-invalid-points",
|
||||||
|
points: [pointFrom(0, 0), pointFrom(10, 10)],
|
||||||
|
});
|
||||||
|
|
||||||
|
const restoredFreedraw = restore.restoreElements(
|
||||||
|
[
|
||||||
|
{
|
||||||
|
...freedrawElement,
|
||||||
|
simulatePressure: false,
|
||||||
|
points: [
|
||||||
|
pointFrom(0, 0),
|
||||||
|
[Infinity, 10],
|
||||||
|
null,
|
||||||
|
pointFrom(20, 20),
|
||||||
|
[NaN, 30],
|
||||||
|
[40, null],
|
||||||
|
],
|
||||||
|
pressures: [0.1, 0.2, 0.3, 0.4, 0.5, 0.6],
|
||||||
|
} as any,
|
||||||
|
],
|
||||||
|
null,
|
||||||
|
)[0] as ExcalidrawFreeDrawElement;
|
||||||
|
|
||||||
|
expect(restoredFreedraw.points).toEqual([
|
||||||
|
pointFrom(0, 0),
|
||||||
|
pointFrom(20, 20),
|
||||||
|
]);
|
||||||
|
expect(restoredFreedraw.pressures).toEqual([0.1, 0.4]);
|
||||||
|
});
|
||||||
|
|
||||||
it("should restore line and draw elements correctly", () => {
|
it("should restore line and draw elements correctly", () => {
|
||||||
const lineElement = API.createElement({ type: "line", id: "id-line01" });
|
const lineElement = API.createElement({ type: "line", id: "id-line01" });
|
||||||
|
|
||||||
@@ -400,6 +433,52 @@ describe("restoreElements", () => {
|
|||||||
expect(restoredLine.points).toMatchObject(expectedLinePoints);
|
expect(restoredLine.points).toMatchObject(expectedLinePoints);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("should restore only valid linear points", () => {
|
||||||
|
const lineElement: any = API.createElement({
|
||||||
|
type: "line",
|
||||||
|
x: 10,
|
||||||
|
y: 20,
|
||||||
|
width: 100,
|
||||||
|
height: 200,
|
||||||
|
});
|
||||||
|
const arrowElement: any = API.createElement({
|
||||||
|
type: "arrow",
|
||||||
|
width: 100,
|
||||||
|
height: 200,
|
||||||
|
});
|
||||||
|
|
||||||
|
lineElement.points = [
|
||||||
|
[2, 3],
|
||||||
|
null,
|
||||||
|
[Infinity, 4],
|
||||||
|
[5, 7],
|
||||||
|
[NaN, 8],
|
||||||
|
[9, null],
|
||||||
|
];
|
||||||
|
arrowElement.points = [
|
||||||
|
[null, 0],
|
||||||
|
[Infinity, 4],
|
||||||
|
];
|
||||||
|
|
||||||
|
const restoredElements = restore.restoreElements(
|
||||||
|
[lineElement, arrowElement],
|
||||||
|
null,
|
||||||
|
);
|
||||||
|
const restoredLine = restoredElements[0] as ExcalidrawLinearElement;
|
||||||
|
const restoredArrow = restoredElements[1] as ExcalidrawArrowElement;
|
||||||
|
|
||||||
|
expect(restoredLine.points).toEqual([pointFrom(0, 0), pointFrom(3, 4)]);
|
||||||
|
expect(restoredLine.x).toBe(12);
|
||||||
|
expect(restoredLine.y).toBe(23);
|
||||||
|
expect(restoredLine.width).toBe(3);
|
||||||
|
expect(restoredLine.height).toBe(4);
|
||||||
|
|
||||||
|
expect(restoredArrow.points).toEqual([
|
||||||
|
pointFrom(0, 0),
|
||||||
|
pointFrom(100, 200),
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
|
||||||
it("when the number of points of a line is greater or equal 2", () => {
|
it("when the number of points of a line is greater or equal 2", () => {
|
||||||
const lineElement_0 = API.createElement({
|
const lineElement_0 = API.createElement({
|
||||||
type: "line",
|
type: "line",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { randomId, reseed } from "@excalidraw/common";
|
import { MIME_TYPES, randomId, reseed } from "@excalidraw/common";
|
||||||
|
|
||||||
import type { FileId } from "@excalidraw/element/types";
|
import type { FileId } from "@excalidraw/element/types";
|
||||||
|
|
||||||
@@ -17,18 +17,41 @@ import {
|
|||||||
} from "./fixtures/constants";
|
} from "./fixtures/constants";
|
||||||
import { INITIALIZED_IMAGE_PROPS } from "./helpers/constants";
|
import { INITIALIZED_IMAGE_PROPS } from "./helpers/constants";
|
||||||
|
|
||||||
|
import type { ExcalidrawProps } from "../types";
|
||||||
|
|
||||||
const { h } = window;
|
const { h } = window;
|
||||||
|
|
||||||
export const setupImageTest = async (
|
export const setupImageTest = async (
|
||||||
sizes: { width: number; height: number }[],
|
sizes: { width: number; height: number }[],
|
||||||
|
props?: ExcalidrawProps,
|
||||||
) => {
|
) => {
|
||||||
await render(<Excalidraw autoFocus={true} handleKeyboardGlobally={true} />);
|
await render(
|
||||||
|
<Excalidraw autoFocus={true} handleKeyboardGlobally={true} {...props} />,
|
||||||
|
);
|
||||||
|
|
||||||
h.state.height = 1000;
|
h.state.height = 1000;
|
||||||
|
|
||||||
mockMultipleHTMLImageElements(sizes.map((size) => [size.width, size.height]));
|
mockMultipleHTMLImageElements(sizes.map((size) => [size.width, size.height]));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
describe("resizeImageFile", () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
vi.unstubAllGlobals();
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns the original file when it already fits the max dimensions", async () => {
|
||||||
|
mockMultipleHTMLImageElements([[100, 100]]);
|
||||||
|
|
||||||
|
const imageFile = new File([new Uint8Array([1, 2, 3])], "image.png", {
|
||||||
|
type: MIME_TYPES.png,
|
||||||
|
});
|
||||||
|
|
||||||
|
await expect(
|
||||||
|
blobModule.resizeImageFile(imageFile, { maxWidthOrHeight: 200 }),
|
||||||
|
).resolves.toBe(imageFile);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe("image insertion", () => {
|
describe("image insertion", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
vi.clearAllMocks();
|
vi.clearAllMocks();
|
||||||
@@ -112,4 +135,42 @@ describe("image insertion", () => {
|
|||||||
|
|
||||||
await assert();
|
await assert();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("passes host-configured max image dimensions to the resize helper", async () => {
|
||||||
|
await setupImageTest([DEER_IMAGE_DIMENSIONS], {
|
||||||
|
imageOptions: { maxWidthOrHeight: 2048 },
|
||||||
|
});
|
||||||
|
|
||||||
|
await API.drop([
|
||||||
|
{ kind: "file", file: await API.loadFile("./fixtures/deer.png") },
|
||||||
|
]);
|
||||||
|
|
||||||
|
await waitFor(() => {
|
||||||
|
expect(blobModule.resizeImageFile).toHaveBeenCalledWith(
|
||||||
|
expect.any(File),
|
||||||
|
{ maxWidthOrHeight: 2048 },
|
||||||
|
);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
it("enforces host-configured max image file size", async () => {
|
||||||
|
await setupImageTest([DEER_IMAGE_DIMENSIONS], {
|
||||||
|
imageOptions: { maxFileSizeBytes: 1024 * 1024 },
|
||||||
|
});
|
||||||
|
|
||||||
|
await API.drop([
|
||||||
|
{
|
||||||
|
kind: "file",
|
||||||
|
file: new File([new Uint8Array(2 * 1024 * 1024)], "image.png", {
|
||||||
|
type: MIME_TYPES.png,
|
||||||
|
}),
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
|
||||||
|
await waitFor(() => {
|
||||||
|
expect(h.state.errorMessage).toBe(
|
||||||
|
"File is too big. Maximum allowed size is 1MB.",
|
||||||
|
);
|
||||||
|
});
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import { API } from "./helpers/api";
|
|||||||
import { Pointer } from "./helpers/ui";
|
import { Pointer } from "./helpers/ui";
|
||||||
import { act, GlobalTestState, render, waitFor } from "./test-utils";
|
import { act, GlobalTestState, render, waitFor } from "./test-utils";
|
||||||
|
|
||||||
import type { ExcalidrawProps } from "../types";
|
import type { Collaborator, ExcalidrawProps, SocketId } from "../types";
|
||||||
|
|
||||||
describe("laser tool interactions", () => {
|
describe("laser tool interactions", () => {
|
||||||
const h = window.h;
|
const h = window.h;
|
||||||
@@ -128,4 +128,36 @@ describe("laser tool interactions", () => {
|
|||||||
expect(h.state.scrollY).toBe(initialScrollY);
|
expect(h.state.scrollY).toBe(initialScrollY);
|
||||||
expect(GlobalTestState.interactiveCanvas.style.cursor).toContain("");
|
expect(GlobalTestState.interactiveCanvas.style.cursor).toContain("");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("cleans up remote laser trails when the last collaborator leaves", async () => {
|
||||||
|
await render(<Excalidraw />);
|
||||||
|
|
||||||
|
const socketId = "socket-id" as SocketId;
|
||||||
|
const collaborators = new Map<SocketId, Collaborator>([
|
||||||
|
[
|
||||||
|
socketId,
|
||||||
|
{
|
||||||
|
pointer: {
|
||||||
|
x: 10,
|
||||||
|
y: 10,
|
||||||
|
tool: "laser",
|
||||||
|
},
|
||||||
|
button: "down",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
const svgLayer = document.querySelector(".SVGLayer svg")!;
|
||||||
|
|
||||||
|
act(() => {
|
||||||
|
h.app.updateScene({ collaborators });
|
||||||
|
});
|
||||||
|
|
||||||
|
expect(svgLayer.querySelectorAll("path")).toHaveLength(1);
|
||||||
|
|
||||||
|
act(() => {
|
||||||
|
h.app.updateScene({ collaborators: new Map() });
|
||||||
|
});
|
||||||
|
|
||||||
|
expect(svgLayer.querySelectorAll("path")).toHaveLength(0);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -645,6 +645,10 @@ export interface ExcalidrawProps {
|
|||||||
appState: UIAppState,
|
appState: UIAppState,
|
||||||
) => JSX.Element;
|
) => JSX.Element;
|
||||||
UIOptions?: Partial<UIOptions>;
|
UIOptions?: Partial<UIOptions>;
|
||||||
|
/**
|
||||||
|
* dimensions and size constraints for inserted images
|
||||||
|
*/
|
||||||
|
imageOptions?: ImageOptions;
|
||||||
detectScroll?: boolean;
|
detectScroll?: boolean;
|
||||||
handleKeyboardGlobally?: boolean;
|
handleKeyboardGlobally?: boolean;
|
||||||
onLibraryChange?: (libraryItems: LibraryItems) => void | Promise<any>;
|
onLibraryChange?: (libraryItems: LibraryItems) => void | Promise<any>;
|
||||||
@@ -731,6 +735,11 @@ export type ExportOpts = {
|
|||||||
) => JSX.Element;
|
) => JSX.Element;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type ImageOptions = Partial<{
|
||||||
|
maxWidthOrHeight: number;
|
||||||
|
maxFileSizeBytes: number;
|
||||||
|
}>;
|
||||||
|
|
||||||
// NOTE at the moment, if action name corresponds to canvasAction prop, its
|
// NOTE at the moment, if action name corresponds to canvasAction prop, its
|
||||||
// truthiness value will determine whether the action is rendered or not
|
// truthiness value will determine whether the action is rendered or not
|
||||||
// (see manager renderAction). We also override canvasAction values in
|
// (see manager renderAction). We also override canvasAction values in
|
||||||
@@ -772,6 +781,7 @@ export type AppProps = Merge<
|
|||||||
canvasActions: Required<CanvasActions> & { export: ExportOpts };
|
canvasActions: Required<CanvasActions> & { export: ExportOpts };
|
||||||
}
|
}
|
||||||
>;
|
>;
|
||||||
|
imageOptions: Required<ImageOptions>;
|
||||||
detectScroll: boolean;
|
detectScroll: boolean;
|
||||||
handleKeyboardGlobally: boolean;
|
handleKeyboardGlobally: boolean;
|
||||||
isCollaborating: boolean;
|
isCollaborating: boolean;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { degreesToRadians } from "./angle";
|
import { degreesToRadians } from "./angle";
|
||||||
import { PRECISION } from "./utils";
|
import { isFiniteNumber, PRECISION } from "./utils";
|
||||||
import { vectorFromPoint, vectorScale } from "./vector";
|
import { vectorFromPoint, vectorScale } from "./vector";
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
@@ -253,3 +253,12 @@ export const isPointWithinBounds = <P extends GlobalPoint | LocalPoint>(
|
|||||||
q[1] >= Math.min(p[1], r[1])
|
q[1] >= Math.min(p[1], r[1])
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const isValidPoint = (point: unknown): point is LocalPoint => {
|
||||||
|
return (
|
||||||
|
Array.isArray(point) &&
|
||||||
|
point.length === 2 &&
|
||||||
|
isFiniteNumber(point[0]) &&
|
||||||
|
isFiniteNumber(point[1])
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ export const getEllipseShape = <Point extends GlobalPoint | LocalPoint>(
|
|||||||
|
|
||||||
export const getCurvePathOps = (shape: Drawable): Op[] => {
|
export const getCurvePathOps = (shape: Drawable): Op[] => {
|
||||||
// NOTE (mtolmacs): Temporary fix for extremely large elements
|
// NOTE (mtolmacs): Temporary fix for extremely large elements
|
||||||
if (!shape) {
|
if (!shape || shape.sets.length === 0) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -316,26 +316,29 @@ export const getClosedCurveShape = <Point extends GlobalPoint | LocalPoint>(
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const ops = getCurvePathOps(roughShape);
|
// Prefer the fillPath set
|
||||||
|
const fillPathSet = roughShape.sets.find((s) => s.type === "fillPath");
|
||||||
|
const ops = fillPathSet ? fillPathSet.ops : getCurvePathOps(roughShape);
|
||||||
|
|
||||||
const points: Point[] = [];
|
const points: Point[] = [];
|
||||||
let odd = false;
|
let odd = false;
|
||||||
for (const operation of ops) {
|
for (const operation of ops) {
|
||||||
if (operation.op === "move") {
|
if (operation.op === "move") {
|
||||||
odd = !odd;
|
if (fillPathSet) {
|
||||||
if (odd) {
|
// fillPath is always a single run, no odd/even skipping needed
|
||||||
points.push(pointFrom(operation.data[0], operation.data[1]));
|
points.push(pointFrom(operation.data[0], operation.data[1]));
|
||||||
|
} else {
|
||||||
|
odd = !odd;
|
||||||
|
if (odd) {
|
||||||
|
points.push(pointFrom(operation.data[0], operation.data[1]));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else if (operation.op === "bcurveTo") {
|
} else if (operation.op === "bcurveTo") {
|
||||||
if (odd) {
|
if (fillPathSet || odd) {
|
||||||
points.push(pointFrom(operation.data[0], operation.data[1]));
|
points.push(pointFrom(operation.data[0], operation.data[1]));
|
||||||
points.push(pointFrom(operation.data[2], operation.data[3]));
|
points.push(pointFrom(operation.data[2], operation.data[3]));
|
||||||
points.push(pointFrom(operation.data[4], operation.data[5]));
|
points.push(pointFrom(operation.data[4], operation.data[5]));
|
||||||
}
|
}
|
||||||
} else if (operation.op === "lineTo") {
|
|
||||||
if (odd) {
|
|
||||||
points.push(pointFrom(operation.data[0], operation.data[1]));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user