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