|
@@ -55,6 +55,7 @@ export class CircumferenceDrawer extends Drawer {
|
|
|
this.radiusAggregator = this.pointDrawer.drawPoint();
|
|
|
this.radius = this.radiusAggregator.genericObject;
|
|
|
this.createAndDraw(this.center, this.radius);
|
|
|
+ this.clear();
|
|
|
}
|
|
|
}
|
|
|
createAndDraw(center, radius) {
|