corrade-http-templates – Diff between revs 2 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 13
Line 1... Line -...
1   -  
2 <!DOCTYPE html> 1 <!DOCTYPE html>
3 <html lang="en"> 2 <html lang="en">
4 <head> 3 <head>
5 <title>Wizardry and Steamworks - Real Time Avatar Tracking using Corrade in SecondLife.</title> 4 <title>Wizardry and Steamworks - Real Time Avatar Tracking using Corrade in SecondLife.</title>
6 <meta charset="utf-8"> 5 <meta charset="utf-8">
7 <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> 6 <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
8 <link rel="stylesheet" href="css/fonts.css?v=1.0"> -  
9 <link rel="stylesheet" href="css/style.css?v=1.0"> 7 <link rel="stylesheet" href="css/style.css?v=1.0">
10 </head> 8 </head>
Line 11... Line 9...
11   9  
12 <body> 10 <body>
Line 573... Line 571...
573 ctx.quadraticCurveTo(x, y, x+r, y); 571 ctx.quadraticCurveTo(x, y, x+r, y);
574 ctx.closePath(); 572 ctx.closePath();
575 ctx.fill(); 573 ctx.fill();
576 ctx.stroke(); 574 ctx.stroke();
577 } 575 }
-   576  
578 /*************************************************************************/ 577 /*************************************************************************/
579 /* Copyright (C) 2015 Wizardry and Steamworks - License: GNU GPLv3 */ 578 /* Copyright (C) 2015 Wizardry and Steamworks - License: GNU GPLv3 */
580 /*************************************************************************/ 579 /*************************************************************************/
581 function wasMapValueToRange(value, xMin, xMax, yMin, yMax) { 580 function wasMapValueToRange(value, xMin, xMax, yMin, yMax) {
582 return yMin + ( 581 return yMin + (