Update the circle style after setRadius calls

This commit is contained in:
Frederic Junod
2019-06-25 10:42:05 +02:00
parent 0d6368d4ec
commit 9aa11d2e11
3 changed files with 58 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ class CircleStyle extends RegularShape {
*/
setRadius(radius) {
this.radius_ = radius;
this.render();
}
}