fzaninotto / CodeFlower

Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?
http://www.redotheweb.com/CodeFlower
MIT License
694 stars 321 forks source link

Switched width/height in CodeFlower.js #3

Closed tschmits closed 1 year ago

tschmits commented 11 years 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).