Skip to content

Commit 728ba39

Browse files
committed
Changed circles to be a little smaller size.
1 parent 867c63a commit 728ba39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/renderCircle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function createCircle(r) {
3939
setAttributes(circle, {
4040
cx: r.cx,
4141
cy: r.cy,
42-
r:30
42+
r:15
4343
});
4444

4545
return circle;

0 commit comments

Comments
 (0)