logging

Sunday, February 19, 2017

Francois Morellet 'tirets' in SVG

The french artist François Morellet made a number of paintings called 'Tirets' or 'Dashes' with parallel lines at various angles.

Reconstructed these using SVG (Scalable Vector Graphics).Idea is to be able to run this full screen with the controls optional on mouse over.

Challenge #1 is full screen SVG, can be accomplished using CSS:

<style>
html, body { margin:0; padding:0; overflow:hidden }
svg { position:fixed; top:0; left:0; height:100%; width:100%; z-index: -1 }
</style>





No comments:

Post a Comment

Slimme meter uitlezen met Raspberry Pi Zero

De slimme meter heeft een seriele poort, hierop kan een serieel naar USB kabel (bijvoorbeeld deze Cedel P1 naar USB woe=rden aangesloten. O...