From 9d0ab21d54118af7850ee7708a4a9b275b1260eb Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sun, 27 Oct 2019 16:45:56 -0400 Subject: [PATCH] Update help --- TODO.md | 17 ++--------------- help/paint_blackwhite.html | 7 +++++++ help/paint_custom_colors.html | 9 +++++++++ help/paint_enlarge_area.html | 2 +- help/paint_text.html | 2 +- help/paint_wallpaper.html | 19 ++++++++++++++++++- help/paint_zoom.html | 2 +- 7 files changed, 39 insertions(+), 19 deletions(-) diff --git a/TODO.md b/TODO.md index c408f1f..09b771d 100644 --- a/TODO.md +++ b/TODO.md @@ -8,17 +8,6 @@ * Link-esque things * Popups (I'd probably make the text within the popups selectable) * Related topics (I'd probably make this a heading with links instead of the weird context menu thing) -* Update topics - * "To use black and white instead of color" ("If you change back to color, only new work will be in color." only applies if converting to black and white when switching to black and white mode) - * "To use a picture as the desktop background": - add a third step? It's not quite that easy (at least in the browser) - * "To create custom colors": way too OS-specific - (unless I'm gonna emulate the color selection dialog) - * "To enlarge the size of the viewing area" (`paint_enlarge_area.htm`): - jspaint currently allows you to draw while "Viewing the Bitmap" - * "To zoom in or out of a picture", "To type and format text": - "You can enter text into a picture only in Normal view." - — jspaint handles this case (well, as well as it handles the Normal case) * Add topics * In "Tips and Tricks" (which is just a lame section) * Transparency @@ -80,9 +69,7 @@ might be a pointer events spec interpretation issue, and it could easily be that * Animated GIFs * Transparency ([jnordberg/gif.js issue #5](https://github.com/jnordberg/gif.js/issues/5)) * Animated Transparent APNGs - * APNG Library ([this kickstarter wanted $15,000 to make this](https://www.kickstarter.com/projects/374397522/apngasm-foss-animated-png-tools-and-apng-standardi); - I was able to compile their [C++ implementation](https://github.com/apngasm/apngasm) to JS with [emscripten](https://github.com/kripken/emscripten) though; - I'll publish that at some point) + * APNG Library: [UPNG.js](https://github.com/photopea/UPNG.js/) * Multi-size Icons * Windows ICO ([jBinary can read](https://jdataview.github.io/jBinary.Repo/demo/#ico) and presumably write ICO files) * Mac ICNS @@ -120,7 +107,7 @@ might be a pointer events spec interpretation issue, and it could easily be that * Access to functionality that would normally require a keyboard (with a numpad!) - * Numpad +/-: Increase/Decrease brush size, Double/Half selection size, ... + * Numpad +/-: Increase/Decrease brush size, Double/Halve selection size, ... * Shift (toggle): Proportional, Smear / Trail Selection, "Snap to 8 directions" / "Octosnap"? * Ctrl+Select: Crop tool or "Crop to selection" option diff --git a/help/paint_blackwhite.html b/help/paint_blackwhite.html index 986018f..6dee7e6 100644 --- a/help/paint_blackwhite.html +++ b/help/paint_blackwhite.html @@ -11,9 +11,16 @@
  • On the Image menu, click Attributes.
  • Click Black and white.
  • + + diff --git a/help/paint_custom_colors.html b/help/paint_custom_colors.html index 26cd6cf..a3c6520 100644 --- a/help/paint_custom_colors.html +++ b/help/paint_custom_colors.html @@ -14,5 +14,14 @@
  • Click the color swatch to change the Hue and saturation (Sat), and then move the slider in the color gradient to change the luminescence (Lum).
  • Click Add to Custom Colors, and then click OK.
  • +

    Notes

    + diff --git a/help/paint_enlarge_area.html b/help/paint_enlarge_area.html index 7d00cdc..2ad5e02 100644 --- a/help/paint_enlarge_area.html +++ b/help/paint_enlarge_area.html @@ -12,7 +12,7 @@

    Your picture fills the entire viewing area. You can return to your former view by clicking anywhere in the picture.

    Notes

    diff --git a/help/paint_text.html b/help/paint_text.html index 05cdc5c..b6cd954 100644 --- a/help/paint_text.html +++ b/help/paint_text.html @@ -22,7 +22,7 @@

    Notes

    • You can view the text toolbar by clicking the View menu and then clicking Text Toolbar. If it obscures part of the Paint window, you can drag the toolbar to any location in the window.
    • -
    • You can enter text into a picture only in Normal view.
    • +
    • You can enter text into a picture only in Normal view.
    • You can insert text into the picture by clicking outside the text frame.
    • When the text tool is selected, you can paste text only. You cannot paste graphics.
    • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
    • diff --git a/help/paint_wallpaper.html b/help/paint_wallpaper.html index 9ea0125..b8541cc 100644 --- a/help/paint_wallpaper.html +++ b/help/paint_wallpaper.html @@ -8,7 +8,7 @@

      To use a picture as the desktop background

      -
        + +
          +
        1. On the File menu, click either of the following commands: +
            +
          • Set As Wallpaper (Tiled) covers the screen with repetitions of your picture.
          • +
          • Set As Wallpaper (Centered) places your picture in the center of the screen.
          • +
          +
        2. +
        3. Save the picture.
        4. +
        5. Go into your system settings to choose the wallpaper.
        +

        Notes

        +
          +
        • JS Paint can't directly set your wallpaper, but it can generate a tiled image the size of your desktop.
        • + +
        • The Set As Wallpaper (Centered) option doesn't currently use your desktop size, it just saves a copy of the image. + You need to make sure in your system settings to choose to center the image.
        • +
        diff --git a/help/paint_zoom.html b/help/paint_zoom.html index 3ff84e5..8a54429 100644 --- a/help/paint_zoom.html +++ b/help/paint_zoom.html @@ -11,7 +11,7 @@

        On the View menu, point to Zoom, and then click Normal Size, Large Size, or Custom.

        Note

          -
        • You can enter text into a picture only in Normal view.
        • +
        • You can enter text into a picture only in Normal view.