From dac9aaada9660b2332aaa75f5531cb6b95095e77 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 7 Feb 2014 17:30:34 +0330 Subject: [PATCH] Fixed chrome - Note --- README.md | 2 +- Web/index.html | 2 ++ changelog.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ba20d..bea70b1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Changelog * Added "About" * No load-time for Mobile * Added preloader for images - +* Fixed low lineWidth for sketches rendering invisible in Chrome License ======= diff --git a/Web/index.html b/Web/index.html index 18b95f2..525f339 100644 --- a/Web/index.html +++ b/Web/index.html @@ -142,6 +142,8 @@
+
+ Note: You must disable pop-up blocker to save your sketch. diff --git a/changelog.html b/changelog.html index bf765ba..5e1a15c 100644 --- a/changelog.html +++ b/changelog.html @@ -8,6 +8,7 @@
  • Added "About"
  • No Load-time for mobile
  • Added preloader for images
  • +
  • Fixed low lineWidth for sketches rendering invisible in Chrome