changeset 169:8c0000e42aa0

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Aug 2018 16:34:47 +0300
parents 1166505afd5f
children 38f53b3a372b
files mpui.js
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Wed Aug 22 16:00:50 2018 +0300
+++ b/mpui.js	Wed Aug 22 16:34:47 2018 +0300
@@ -130,10 +130,14 @@
     "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+
     "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
     "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc.</li>"+
+    "</ul>"+
+    "<p><b>Existing problems:</b></p>"+
+    "<ul>"+
     "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+
     "<li>PNG/JPEG import/export does not work.</li>"+
-    "<li> .. and there may be bugs.</li>"+
-    "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
+    "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+
+    "<li>The preview window seems to be buggy for multicolor bitmaps.</li>"+
+    "<li>There may be other bugs .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
     "</ul>"+
     "<p>You can also view <a href=\"https://tnsp.org/hg/forks/multipaint-js/\">Mercurial repository for this project</a>.</p>";