Merge remote-tracking branch 'origin/release' into danieljgeiger-mathjax

This commit is contained in:
Daniel J. Geiger
2023-04-20 18:52:45 -05:00
93 changed files with 3292 additions and 958 deletions
+4 -1
View File
@@ -248,7 +248,10 @@ export class API {
type,
startArrowhead: null,
endArrowhead: null,
points: rest.points ?? [],
points: rest.points ?? [
[0, 0],
[100, 100],
],
});
break;
case "image":