Sync quickstart guide after mending l10n/etc. issues

This commit is contained in:
Bill Kendrick 2022-11-12 22:08:23 -08:00
parent b577884c49
commit f8d57b2dbf
10 changed files with 1300 additions and 421 deletions

View file

@ -1,3 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Tux Paint 0.9.29 Quickstart Guide </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
</head>
<body bgcolor="#FFFFFF"
text="#000000"
link="#0000FF"
vlink="#FF0000"
alink="#FF00FF">
<h1>Tux Paint 0.9.29 Quickstart Guide</h1>
@ -12,7 +25,7 @@
<li>Click/tap and drag in the canvas to paint.</li>
</ul>
<h3>⌧Stamps</h3>
<h3>⌧Selos</h3>
<ul>
<li>Choose a stamp on the right.</li>
<li>Some stamps may be mirrored 🪞, and/or flipped ↕, using controls near the bottom right.</li>
@ -32,15 +45,18 @@
</ul>
<h3>⭓Shapes</h3>
<ul>
<li>Choose a shape on the right.</li>
<li>Select whether you want to extend the shape from the center ⧈, or a corner ◰, using controls at the bottom right.</li>
<li>Click/tap to position, and drag to set the size of the shape.</li>
<li>Drag to rotate it, and click/tap again to add it to the drawing.</li>
</ul>
<h3>🄰Text</h3>
<ul>
<li>Choose a font on the right.</li>
<li>Select whether you want the text bold 𝗔 and/or italic 𝘈, using controls near the bottom right.</li>
<li>Change text size using the up 🡃 and down 🡃 arrow buttons at the bottom right.</li>
<li>Change text size using the up 🡁 and down 🡃 arrow buttons at the bottom right.</li>
<li>Choose a color (see "Colors").</li>
<li>Click/tap the canvas to position an insertion cursor.</li>
<li>Enter text via your keyboard or the on-screen keyboard.</li>
@ -67,7 +83,7 @@
<h3>🪣Fill</h3>
<ul>
<li>Choose a fill mode on the right.</li>
<li>Choose a fill mode on the right.</li>
<li>Choose a color (see "Colors").</li>
<li>
Click/tap (and drag, with Brush and Linear modes) to fill an area of the picture with a color. <ul>
@ -87,13 +103,13 @@
<li>Some magic tools allow you to choose their color.</li>
</ul>
<h3>🖓Undo</h3>
<h3>🖓Desfacer</h3>
<ul>
<li>Use to undo the most recent changes (multiple undo available).</li>
<li>Shortcut: [Ctrl]+[Z]</li>
</ul>
<h3>🖒Redo</h3>
<h3>🖒Refacer</h3>
<ul>
<li>Use to redo the most recent undone change (multiple redo available).</li>
<li>Shortcut: [Ctrl]+[R]</li>
@ -178,7 +194,7 @@
<li>
Click/tap the paint palette 🎨 button to create a color by mixing primary colors: red, yellow, and blue, and white (tint), grey (tone), and black (shade). <ul>
<li>Click/tap the green checkbox ✓ to accept.</li>
<li>Color mixing offers its own 🖒Undo and 🖒Redo options.</li>
<li>Color mixing offers its own 🖓Undo and 🖒Redo options.</li>
<li>Click/tap "🗑Clear" to start over with no mixed colors.</li>
<li>Click/tap "⤺Back" to abort and dismiss the color mixer.</li>
</ul>
@ -200,5 +216,9 @@
</ul>
<p>
<em>Last updated: 2022-11-02 </em>
<em>Last updated: 2022-11-12 </em>
</p>
</body>
</html>