remove change image and minor refactoring

This commit is contained in:
JFH
2021-08-13 14:37:55 +02:00
parent 57c43e441f
commit b50fe0aee1
12 changed files with 125 additions and 128 deletions

View File

@@ -258,9 +258,9 @@ export default {
cy: opts.start_y,
id: svgCanvas.getNextId(),
shape: "star",
point: document.getElementById("starNumPoints").value,
point: $id("starNumPoints").value,
r: 0,
radialshift: document.getElementById("radialShift").value,
radialshift: $id("radialShift").value,
r2: 0,
orient: "point",
fill: rgb,
@@ -287,7 +287,7 @@ export default {
cy: opts.start_y,
id: svgCanvas.getNextId(),
shape: "regularPoly",
sides: document.getElementById("polySides").value,
sides: $id("polySides").value,
orient: "x",
edge: 0,
fill: rgb,