From d67ead4ebbe27dc66d89927ff3ab91662fabdae4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 3 Feb 2015 13:25:23 -0500 Subject: fix tests --- public/assets/test/surface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/test/surface.html') diff --git a/public/assets/test/surface.html b/public/assets/test/surface.html index 85e3a7b..02be479 100644 --- a/public/assets/test/surface.html +++ b/public/assets/test/surface.html @@ -1,7 +1,7 @@ - + -- cgit v1.2.3-70-g09d2 From 7da20303ba24f40366e94586b45efd2f04734338 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 3 Feb 2015 13:45:31 -0500 Subject: hidpi canvas polyfill --- bower.json | 3 ++- public/assets/test/bg.html | 1 + public/assets/test/intersect.html | 5 +++-- public/assets/test/intersect2.html | 7 ++++--- public/assets/test/intersect3.html | 7 ++++--- public/assets/test/surface.html | 5 +++-- 6 files changed, 17 insertions(+), 11 deletions(-) (limited to 'public/assets/test/surface.html') diff --git a/bower.json b/bower.json index 5f35d6c..c78310d 100644 --- a/bower.json +++ b/bower.json @@ -9,6 +9,7 @@ "fiber": "", "jquery-jsonview": "1.2.0", "prefixfree": "", - "marked": "0.3.2" + "marked": "0.3.2", + "hidpi-canvas": "~1.0.9" } } diff --git a/public/assets/test/bg.html b/public/assets/test/bg.html index fecf811..65dd5d9 100644 --- a/public/assets/test/bg.html +++ b/public/assets/test/bg.html @@ -5,6 +5,7 @@
+ diff --git a/public/assets/test/intersect.html b/public/assets/test/intersect.html index 4e5b0bb..92f1d5d 100644 --- a/public/assets/test/intersect.html +++ b/public/assets/test/intersect.html @@ -2,6 +2,7 @@
+ @@ -10,11 +11,11 @@ + @@ -30,12 +31,12 @@ body,html{margin:0;padding:0;} + @@ -30,12 +31,12 @@ body,html{margin:0;padding:0;} + @@ -9,11 +10,11 @@ - + diff --git a/views/controls/editor/color-control.ejs b/views/controls/editor/color-control.ejs index c035e24..bcc955d 100644 --- a/views/controls/editor/color-control.ejs +++ b/views/controls/editor/color-control.ejs @@ -1,4 +1,4 @@ -
+

Edit Room Colors

diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs index a58eca1..011644b 100644 --- a/views/partials/scripts.ejs +++ b/views/partials/scripts.ejs @@ -5,6 +5,7 @@ + -- cgit v1.2.3-70-g09d2