We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b983de commit 8e6afc7Copy full SHA for 8e6afc7
js/secrets.js
@@ -6,6 +6,7 @@ var two = new Two({
6
7
var rows = Math.floor(two.height / 100);
8
var cols = Math.floor(two.width / 100);
9
+var rows = Math.floor(two.height / 150);
10
var radius = Math.floor(Math.max(two.width, two.height) / Math.max(rows, cols)) / 2;
11
var shapes = makeFlowers();
12
var container = two.makeGroup(getBackground());
0 commit comments