qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Website broken #36

Closed e-jigsaw closed 9 years ago

e-jigsaw commented 9 years ago

2015-04-21 1 28 12

Google Chrome 42.0.2311.90

qrohlf commented 9 years ago

Thanks for letting me know! What OS are you using? That section of the pages uses css3 columns, which are sometimes weird across platforms. On Mon, Apr 20, 2015 at 9:29 AM jigsaw notifications@github.com wrote:

[image: 2015-04-21 1 28 12] https://cloud.githubusercontent.com/assets/557961/7234925/c0a3f88c-e7c5-11e4-9f50-758a08b8b702.png

Google Chrome 42.0.2311.90

— Reply to this email directly or view it on GitHub https://github.com/qrohlf/trianglify/issues/36.

e-jigsaw commented 9 years ago

OSX 10.9.5

qrohlf commented 9 years ago

Looks like the gpu-rendered canvas elements were completely ignoring the CSS3 multi-column layout, in a totally bizarre yet typical example of why CSS sucks. Fixed by switching to floats.

Relevant: http://research.microsoft.com/en-us/people/mickens/ToWashItAllAway.pdf

e-jigsaw commented 9 years ago

:clap: