Closed tschmits closed 1 year ago
I believe that in CodeFlower.js
21: .size([h, w]);
should be:
21: .size([w, h]);
The effects of the switch is not visible on http://redotheweb.com/CodeFlower/ as all svg dimensions are square (w=h).
I believe that in CodeFlower.js
21: .size([h, w]);
should be:
21: .size([w, h]);
The effects of the switch is not visible on http://redotheweb.com/CodeFlower/ as all svg dimensions are square (w=h).