Previous debug message was provoking error in crationg of second Circumference c1: c0:=Circumference(A,B); c1:=Circumference(B,A); Only one "//D console.trace()" added
@@ -34,6 +34,7 @@ export class Component {
// @calledby app/core/drawers/stage.js: _clickTap(e): tool.draw.bind(tool)(e);
draw (e) {
+ console.log("app/core/models/components/component.js!draw(e)");
this.drawer.draw(e); // app/components/<geom obj/drawers/<geom obj>-drawer.js
}