1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-30 18:19:04 +02:00

reordering

This commit is contained in:
Pomax
2020-08-12 22:27:57 -07:00
parent 6498341566
commit 60f24a5d1f
20 changed files with 661 additions and 380 deletions

View File

@@ -152,7 +152,7 @@ class GraphicsElement extends CustomElement {
const height = this.getAttribute(`height`, 200);
this.code = `
import { GraphicsAPI, Bezier, Vector } from "${MODULE_PATH}/api/graphics-api.js";
import { GraphicsAPI, Bezier, Vector, Matrix } from "${MODULE_PATH}/api/graphics-api.js";
${globalCode}