2018-10-11 01:03:07 +00:00
|
|
|
|
<!DOCTYPE html>
|
2018-10-12 12:44:50 +00:00
|
|
|
|
<html lang="fr">
|
2018-10-11 01:03:07 +00:00
|
|
|
|
|
|
|
|
|
<head>
|
2018-10-12 12:44:50 +00:00
|
|
|
|
<title>Canvas - Lucien Cartier-Tilet</title>
|
|
|
|
|
<meta name="author" content="Lucien Cartier-Tilet" />
|
|
|
|
|
<meta name="description" content="Page universitaire de Lucien Cartier-Tilet" />
|
2018-10-11 01:03:07 +00:00
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
2018-10-12 12:44:50 +00:00
|
|
|
|
<meta name="viewport" content="initial-scale=1, user-scalable=yes, maximum-scale=5, width=device-width, height=device-height">
|
2018-10-11 01:03:07 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../css/canvas.css" />
|
|
|
|
|
<script type="text/javascript" src="../js/canvas.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<ul class="navbar">
|
|
|
|
|
<li><a href="../">Home</a></li>
|
2018-10-12 12:44:50 +00:00
|
|
|
|
<li><a href="../square/">Square</a></li>
|
|
|
|
|
<li><a href="../faker/">Faker</a></li>
|
|
|
|
|
<li><a class="active" href="../canvas/">Canvas</a></li>
|
|
|
|
|
<li><a href="../button/">Button</a></li>
|
2018-10-11 01:03:07 +00:00
|
|
|
|
</ul>
|
|
|
|
|
<div id="container">
|
2018-10-12 12:44:50 +00:00
|
|
|
|
<img src="../img/france_ardeche_landscape.jpg" alt="Vue d’Ardèche" id="ardeche" />
|
2018-10-11 01:03:07 +00:00
|
|
|
|
<div class="content">
|
|
|
|
|
<p>Un canvas contenant une image. En passant la souris par dessus l'image on obtient un zoom sur cette dernière.</p>
|
2018-10-12 12:44:50 +00:00
|
|
|
|
<p><a href="https://www.instagram.com/p/BWqLAPSF7Fh/">[source image]</a></p>
|
2018-10-11 01:03:07 +00:00
|
|
|
|
</div>
|
|
|
|
|
<canvas id="canvastp1" width="800" height="600"></canvas>
|
|
|
|
|
<canvas id="loupe" width="80" height="80" display="none"></canvas>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|