Site web des 48h des arts https://48h.arts.ens.fr
Find a file
Daru13 e51a59b738 Implement a more performant drawing method.
Instead of drawing opaque triangle contours on an empty canvas and
iterating overt its pixels to invert the opacity, use the
globalCompositeOperation property of the canvas to fill the canvas with
white, and draw "transparent" triangle contours.
2019-04-23 02:20:15 +02:00
css Fix a font weight in the CSS. 2019-04-22 17:00:34 +02:00
fonts Remove now useless files (fonts and images). 2019-04-18 11:37:39 +02:00
img Decrease the size of several images. 2019-04-22 16:56:35 +02:00
js Implement a more performant drawing method. 2019-04-23 02:20:15 +02:00
index.html Commented away useless CSS and script imports. 2019-04-23 01:59:28 +02:00