Sync docs after enumeration & accessibility note
This commit is contained in:
parent
153671b7c4
commit
b63b070325
13 changed files with 1668 additions and 1433 deletions
|
|
@ -8,42 +8,42 @@
|
|||
|
||||
mayo 29, 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|----------------------------------------------------|
|
||||
| * About Tux Paint |
|
||||
| * Using Tux Paint |
|
||||
| * Launching Tux Paint |
|
||||
| * Title Screen |
|
||||
| * Main Screen |
|
||||
| * Available Tools |
|
||||
| * Drawing Tools |
|
||||
| * "Paint" Tool (Brush) |
|
||||
| * "Stamp" Tool (Rubber Stamps) |
|
||||
| * "Lines" Tool |
|
||||
| * "Shapes" Tool |
|
||||
| * "Text" and "Label" Tools |
|
||||
| * "Fill" Tool |
|
||||
| * "Magic" Tool (Special Effects) |
|
||||
| * "Eraser" Tool |
|
||||
| * Other Controls |
|
||||
| * "Undo" and "Redo" Commands |
|
||||
| * "New" Command |
|
||||
| * "Open" Command |
|
||||
| * "Save" Command |
|
||||
| * "Print" Command |
|
||||
| * "Slides" Command (under "Open") |
|
||||
| * "Quit" Command |
|
||||
| * Sound Muting |
|
||||
| * Loading Other Pictures into Tux Paint |
|
||||
| * Further Reading |
|
||||
| * How to Get Help |
|
||||
| * How to Participate |
|
||||
+----------------------------------------------------+
|
||||
+------------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|------------------------------------------------------|
|
||||
|I. About Tux Paint |
|
||||
|II. Using Tux Paint |
|
||||
| A. Launching Tux Paint |
|
||||
| B. Title Screen |
|
||||
| C. Main Screen |
|
||||
| D. Available Tools |
|
||||
| 1. Drawing Tools |
|
||||
| a. "Paint" Tool (Brush) |
|
||||
| b. "Stamp" Tool (Rubber Stamps) |
|
||||
| c. "Lines" Tool |
|
||||
| d. "Shapes" Tool |
|
||||
| e. "Text" and "Label" Tools |
|
||||
| f. "Fill" Tool |
|
||||
| g. "Magic" Tool (Special Effects) |
|
||||
| h. "Eraser" Tool |
|
||||
| 2. Other Controls |
|
||||
| a. "Undo" and "Redo" Commands |
|
||||
| b. "New" Command |
|
||||
| c. "Open" Command |
|
||||
| d. "Save" Command |
|
||||
| e. "Print" Command |
|
||||
| f. "Slides" Command (under "Open") |
|
||||
| g. "Quit" Command |
|
||||
| h. Sound Muting |
|
||||
|III. Loading Other Pictures into Tux Paint |
|
||||
|IV. Further Reading |
|
||||
|V. How to Get Help |
|
||||
|VI. How to Participate |
|
||||
+------------------------------------------------------+
|
||||
|
||||
About Tux Paint
|
||||
I. About Tux Paint
|
||||
|
||||
What Is "Tux Paint"?
|
||||
A. What Is "Tux Paint"?
|
||||
|
||||
Tux Paint is a free drawing program designed for young children (kids ages
|
||||
3 and up). It has a simple, easy-to-use interface, fun sound effects, and
|
||||
|
|
@ -51,7 +51,7 @@ What Is "Tux Paint"?
|
|||
program. It provides a blank canvas and a variety of drawing tools to help
|
||||
your child be creative.
|
||||
|
||||
Objectives
|
||||
B. Objectives
|
||||
|
||||
Easy and Fun
|
||||
Tux Paint is meant to be a simple drawing program for young
|
||||
|
|
@ -83,7 +83,14 @@ Objectives
|
|||
selecting it from a collection of thumbnails. Access to other
|
||||
files on the computer is restricted.
|
||||
|
||||
License
|
||||
Accessibility
|
||||
Tux Paint offers a number of accessibility options, including
|
||||
increasing the size of control buttons, changing the UI font,
|
||||
options to control the cursor (mouse pointer) using the keyboard
|
||||
or other input devices (joystick, gamepad, etc.), an on-screen
|
||||
keyboard, and "stick" mouse clicks.
|
||||
|
||||
C. License
|
||||
|
||||
Tux Paint is an Open Source project, Free Software released under the GNU
|
||||
General Public License (GPL). It is free, and the 'source code' behind the
|
||||
|
|
@ -92,7 +99,7 @@ License
|
|||
|
||||
See COPYING.txt for the full text of the GPL license.
|
||||
|
||||
What's New in Tux Paint version 0.9.31?
|
||||
D. What's New in Tux Paint version 0.9.31?
|
||||
|
||||
Fuzzy Erasers
|
||||
Fuzzy-edged round erasers have been added to the Eraser tool
|
||||
|
|
@ -119,11 +126,11 @@ What's New in Tux Paint version 0.9.31?
|
|||
|
||||
See CHANGES.txt for the complete list of changes.
|
||||
|
||||
Using Tux Paint
|
||||
II. Using Tux Paint
|
||||
|
||||
Launching Tux Paint
|
||||
A. Launching Tux Paint
|
||||
|
||||
Linux/Unix Users
|
||||
1. Linux/Unix Users
|
||||
|
||||
Tux Paint should have placed a launcher icon in your KDE and/or GNOME
|
||||
menus, under 'Graphics.'
|
||||
|
|
@ -135,7 +142,7 @@ Launching Tux Paint
|
|||
|
||||
If any errors occur, they will be displayed on the terminal (to STDERR).
|
||||
|
||||
Windows Users
|
||||
2. Windows Users
|
||||
|
||||
[Tux Paint Icon]
|
||||
Tux Paint
|
||||
|
|
@ -159,13 +166,13 @@ Launching Tux Paint
|
|||
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever
|
||||
you extracted the contents of the ZIP file.
|
||||
|
||||
macOS Users
|
||||
3. macOS Users
|
||||
|
||||
Simply double-click the "Tux Paint" icon.
|
||||
|
||||
[Title screen]
|
||||
|
||||
Title Screen
|
||||
B. Title Screen
|
||||
|
||||
When Tux Paint first loads, a title/credits screen will appear.
|
||||
|
||||
|
|
@ -173,7 +180,7 @@ Title Screen
|
|||
window to continue. (Or, after about 5 seconds, the title screen will go
|
||||
away automatically.)
|
||||
|
||||
Main Screen
|
||||
C. Main Screen
|
||||
|
||||
The main screen is divided into the following sections:
|
||||
|
||||
|
|
@ -280,11 +287,11 @@ Main Screen
|
|||
At the very bottom of the screen, Tux, the Linux Penguin, provides
|
||||
tips and other information while you use Tux Paint.
|
||||
|
||||
Available Tools
|
||||
D. Available Tools
|
||||
|
||||
Drawing Tools
|
||||
1. Drawing Tools
|
||||
|
||||
"Paint" Tool (Brush)
|
||||
a. "Paint" Tool (Brush)
|
||||
|
||||
The Paint Brush tool lets you draw freehand, using various brushes
|
||||
(chosen in the Selector on the right) and colors (chosen in the
|
||||
|
|
@ -330,7 +337,7 @@ Available Tools
|
|||
display the brush spacing controls. See the "Options"
|
||||
documentation.
|
||||
|
||||
"Stamp" Tool (Rubber Stamps)
|
||||
b."Stamp" Tool (Rubber Stamps)
|
||||
|
||||
The Stamp tool is like a set of rubber stamps or stickers. It lets
|
||||
you paste pre-drawn or photographic images (like a picture of a
|
||||
|
|
@ -395,7 +402,7 @@ Available Tools
|
|||
penguin) allow you to re-play the sound effects and
|
||||
descriptive sounds for the currently-selected stamp.
|
||||
|
||||
"Lines" Tool
|
||||
c."Lines" Tool
|
||||
|
||||
This tool lets you draw straight lines using the various brushes
|
||||
and colors you normally use with the Paint Brush.
|
||||
|
|
@ -420,7 +427,7 @@ Available Tools
|
|||
Brush spacing may be adjusted. See the brush spacing section of
|
||||
the "Paint" tool, above, to learn more.
|
||||
|
||||
"Shapes" Tool
|
||||
d."Shapes" Tool
|
||||
|
||||
This tool lets you draw some simple filled, and un-filled shapes.
|
||||
|
||||
|
|
@ -480,7 +487,7 @@ Available Tools
|
|||
⚙ See the "Options" documentation to learn about the
|
||||
"simple shapes" ("simpleshapes") option.
|
||||
|
||||
"Text" and "Label" Tools
|
||||
e."Text" and "Label" Tools
|
||||
|
||||
Choose a font (from the 'Letters' available on the right) and a
|
||||
color (from the color palette near the bottom). You may also apply
|
||||
|
|
@ -581,7 +588,7 @@ Available Tools
|
|||
⚙ See the "Options" and "Extending Tux Paint"
|
||||
documentation for more information.
|
||||
|
||||
"Fill" Tool
|
||||
f."Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing
|
||||
with a color of your choice. Three fill options are offered:
|
||||
|
|
@ -601,7 +608,7 @@ Available Tools
|
|||
the 'Solid' method of filling. 'Shaped' fill was introduced in Tux
|
||||
Paint 0.9.29.
|
||||
|
||||
"Magic" Tool (Special Effects)
|
||||
g."Magic" Tool (Special Effects)
|
||||
|
||||
The Magic tool is actually a set of special tools. Select one of
|
||||
the 'magic' effects from the selector on the right. Then,
|
||||
|
|
@ -646,7 +653,7 @@ Available Tools
|
|||
See the instructions for each Magic tool (in the 'magic-docs'
|
||||
folder).
|
||||
|
||||
"Eraser" Tool
|
||||
h."Eraser" Tool
|
||||
|
||||
This tool is similar to the Paint Brush. Wherever you click (or
|
||||
click and drag), the picture will be erased. (This may be white,
|
||||
|
|
@ -667,9 +674,9 @@ Available Tools
|
|||
or when using an interactive magic tool). Release the mouse to
|
||||
return to your currently-selected tool.
|
||||
|
||||
Other Controls
|
||||
2. Other Controls
|
||||
|
||||
"Undo" and "Redo" Commands
|
||||
a."Undo" and "Redo" Commands
|
||||
|
||||
Clicking the "Undo" button will undo (revert) the last drawing
|
||||
action. You can even undo more than once!
|
||||
|
|
@ -686,7 +693,7 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [R] on the keyboard to
|
||||
Redo.
|
||||
|
||||
"New" Command
|
||||
b."New" Command
|
||||
|
||||
Clicking the 'New' button will start a new drawing. A dialog will
|
||||
appear where you may choose to start a new picture using a solid
|
||||
|
|
@ -759,7 +766,7 @@ Available Tools
|
|||
dialog (below the Starters and Templates), via the "newcolorslast"
|
||||
option.
|
||||
|
||||
"Open" Command
|
||||
c."Open" Command
|
||||
|
||||
This shows you a list of all of the pictures you've saved. If
|
||||
there are more than can fit on the screen, use the up and down
|
||||
|
|
@ -818,7 +825,7 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [O] on the keyboard to
|
||||
bring up the 'Open' dialog.
|
||||
|
||||
"Save" Command
|
||||
d."Save" Command
|
||||
|
||||
This saves your current picture.
|
||||
|
||||
|
|
@ -839,7 +846,7 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [S] on the keyboard to
|
||||
save.
|
||||
|
||||
"Print" Command
|
||||
e."Print" Command
|
||||
|
||||
Click this button and your picture will be printed!
|
||||
|
||||
|
|
@ -939,7 +946,7 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
"Slides" Command (under "Open")
|
||||
f."Slides" Command (under "Open")
|
||||
|
||||
The 'Slides' button is available in the 'Open' dialog. It can be
|
||||
used to play a simple animation within Tux Paint, or a slideshow
|
||||
|
|
@ -1013,7 +1020,7 @@ Available Tools
|
|||
Click 'Back' in the slideshow image selection screen to return to
|
||||
the 'Open' dialog.
|
||||
|
||||
"Quit" Command
|
||||
g."Quit" Command
|
||||
|
||||
Clicking the 'Quit' button, closing the Tux Paint window, or
|
||||
pushing the [Escape] key will quit Tux Paint.
|
||||
|
|
@ -1041,7 +1048,7 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
Sound Muting
|
||||
h.Sound Muting
|
||||
|
||||
There is no on-screen control button at this time, but by using
|
||||
the [Alt] + [S] keyboard sequence, sound effects can be disabled
|
||||
|
|
@ -1054,7 +1061,9 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
Loading Other Pictures into Tux Paint
|
||||
III. Loading Other Pictures into Tux Paint
|
||||
|
||||
A. Overview
|
||||
|
||||
Tux Paint's 'Open' dialog only displays pictures you created with Tux
|
||||
Paint. So what do you do if you want to load some other drawinng or even a
|
||||
|
|
@ -1085,84 +1094,85 @@ Available Tools
|
|||
from Tux Paint's 'Open' dialog can be used to copy them to a location
|
||||
that's easier and safer to access.
|
||||
|
||||
Using the import script, "tuxpaint-import"
|
||||
B. Using the import script, "tuxpaint-import"
|
||||
|
||||
Linux and Unix users can use the "tuxpaint-import" shell script which
|
||||
gets installed when you install Tux Paint. It uses some NetPBM tools to
|
||||
convert the image ("anytopnm"), resize it so that it will fit in Tux
|
||||
Paint's canvas ("pnmscale"), and convert it to a PNG ("pnmtopng").
|
||||
Linux and Unix users can use the "tuxpaint-import" shell script which gets
|
||||
installed when you install Tux Paint. It uses some NetPBM tools to convert
|
||||
the image ("anytopnm"), resize it so that it will fit in Tux Paint's
|
||||
canvas ("pnmscale"), and convert it to a PNG ("pnmtopng").
|
||||
|
||||
It also uses the "date" command to get the current time and date, which
|
||||
is the file-naming convention Tux Paint uses for saved files. (Remember,
|
||||
you are never asked for a 'filename' when you go to save or open
|
||||
pictures!)
|
||||
It also uses the "date" command to get the current time and date, which is
|
||||
the file-naming convention Tux Paint uses for saved files. (Remember, you
|
||||
are never asked for a 'filename' when you go to save or open pictures!)
|
||||
|
||||
To use this script, simply run it from a command-line prompt, and
|
||||
provide it the name(s) of the file(s) you wish to convert.
|
||||
To use this script, simply run it from a command-line prompt, and provide
|
||||
it the name(s) of the file(s) you wish to convert.
|
||||
|
||||
They will be converted and placed in your Tux Paint "saved" directory.
|
||||
They will be converted and placed in your Tux Paint "saved" directory.
|
||||
|
||||
💡 Note: If you're doing this for a different user (e.g., your child)
|
||||
you'll need to make sure to run the command under their account.)
|
||||
💡 Note: If you're doing this for a different user (e.g., your child)
|
||||
you'll need to make sure to run the command under their account.)
|
||||
|
||||
Example:
|
||||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20211231012359.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
The following two lines are output from the program while it's working.
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run. The
|
||||
following two lines are output from the program while it's working.
|
||||
|
||||
Now you can load Tux Paint, and a version of that original picture will
|
||||
be available under the 'Open' dialog. Just double-click its icon!
|
||||
Now you can load Tux Paint, and a version of that original picture will be
|
||||
available under the 'Open' dialog. Just double-click its icon!
|
||||
|
||||
Importing Pictures Manually
|
||||
C. Importing Pictures Manually
|
||||
|
||||
Windows, macOS, and Haiku users who wish to import arbitrary images into
|
||||
Tux Paint must do so via a manual process.
|
||||
Windows, macOS, and Haiku users who wish to import arbitrary images into
|
||||
Tux Paint must do so via a manual process.
|
||||
|
||||
Load a graphics program that is capable of both loading your picture and
|
||||
saving a PNG format file. (See the documentation file "PNG.html" for a
|
||||
list of suggested software, and other references.)
|
||||
Load a graphics program that is capable of both loading your picture and
|
||||
saving a PNG format file. (See the documentation file "PNG.html" for a
|
||||
list of suggested software, and other references.)
|
||||
|
||||
When Tux Paint loads an image that's not the same size as its drawing
|
||||
canvas, it scales (and sometimes smears the edges of) the image so that
|
||||
it fits within the canvas.
|
||||
When Tux Paint loads an image that's not the same size as its drawing
|
||||
canvas, it scales (and sometimes smears the edges of) the image so that it
|
||||
fits within the canvas.
|
||||
|
||||
To avoid having the image stretched or smeared, you can resize it to Tux
|
||||
Paint's canvas size. This size depends on the size of the Tux Paint
|
||||
window, or resolution at which Tux Paint is run, if in fullscreen.
|
||||
(Note: The default resolution is 800x600.) See "Calculating Image
|
||||
Dimensions", below.
|
||||
To avoid having the image stretched or smeared, you can resize it to Tux
|
||||
Paint's canvas size. This size depends on the size of the Tux Paint
|
||||
window, or resolution at which Tux Paint is run, if in fullscreen. (Note:
|
||||
The default resolution is 800x600.) See "Calculating Image Dimensions",
|
||||
below.
|
||||
|
||||
Save the picture in PNG format. It is highly recommended that you name
|
||||
the filename using the current date and time, since that's the
|
||||
convention Tux Paint uses:
|
||||
1. Naming the File
|
||||
|
||||
YYYYMMDDhhmmss.png
|
||||
Save the picture in PNG format. It is highly recommended that you name the
|
||||
filename using the current date and time, since that's the convention Tux
|
||||
Paint uses:
|
||||
|
||||
* YYYY = Year
|
||||
* MM = Month (two digits, "01"-"12")
|
||||
* DD = Day of month (two digits, "01"-"31")
|
||||
* HH = Hour (two digits, in 24-hour format, "00"-"23")
|
||||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
YYYYMMDDhhmmss.png
|
||||
|
||||
Example: "20210731110500.png", for July 31, 2021 at 11:05am.
|
||||
* YYYY = Year
|
||||
* MM = Month (two digits, "01"-"12")
|
||||
* DD = Day of month (two digits, "01"-"31")
|
||||
* HH = Hour (two digits, in 24-hour format, "00"-"23")
|
||||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
Example: "20210731110500.png", for July 31, 2021 at 11:05am.
|
||||
|
||||
Calculating Image Dimensions
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
||||
This part of the documentation needs to be rewritten, since the new
|
||||
"buttonsize" option was added. For now, try drawing and saving an
|
||||
image within Tux Paint, then determine what size (pixel width and
|
||||
height) it came out to, and try to match that when scaling the
|
||||
picture(s) you're importing into Tux Paint.
|
||||
2. Calculating Image Dimensions
|
||||
|
||||
Further Reading
|
||||
This part of the documentation needs to be rewritten, since the new
|
||||
"buttonsize" option was added. For now, try drawing and saving an image
|
||||
within Tux Paint, then determine what size (pixel width and height) it
|
||||
came out to, and try to match that when scaling the picture(s) you're
|
||||
importing into Tux Paint.
|
||||
|
||||
IV.Further Reading
|
||||
|
||||
Other documentation included with Tux Paint (found in the "docs"
|
||||
folder/directory) includes:
|
||||
|
|
@ -1207,7 +1217,7 @@ Importing Pictures Manually
|
|||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
How to Get Help
|
||||
V.How to Get Help
|
||||
|
||||
If you need help, there are numerous ways to interact with Tux Paint
|
||||
developers and other users:
|
||||
|
|
@ -1219,7 +1229,7 @@ Importing Pictures Manually
|
|||
To learn more, visit the "Contact" page of the official Tux Paint website:
|
||||
https://tuxpaint.org/contact/
|
||||
|
||||
How to Participate
|
||||
VI.How to Participate
|
||||
|
||||
Tux Paint is a volunteer-driven project, and we're happy to accept your
|
||||
help in a variety of ways:
|
||||
|
|
@ -1233,7 +1243,7 @@ Importing Pictures Manually
|
|||
To learn more, visit the "Help Us" page of the official Tux Paint website:
|
||||
https://tuxpaint.org/help/
|
||||
|
||||
Follow the Tux Paint project on social media
|
||||
VII.Follow the Tux Paint project on social media
|
||||
|
||||
Tux Paint maintains a presence on a variety of social media networks,
|
||||
where we post updates and artwork.
|
||||
|
|
@ -1244,7 +1254,7 @@ Importing Pictures Manually
|
|||
* Follow Tux Paint on Tumblr
|
||||
* Follow @TuxPaintTweets on Twitter
|
||||
|
||||
Trademark notices
|
||||
VIII. Trademark notices
|
||||
|
||||
* "Linux" is a registered trademark of Linus Torvalds.
|
||||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
|
|
|
|||
|
|
@ -118,20 +118,20 @@
|
|||
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="#about">About Tux Paint</a></li> <li><a href="#using">Using Tux Paint</a> <ul>
|
||||
<li><a href="#using_loading">Launching Tux Paint</a></li> <li><a href="#using_title">Title Screen</a></li> <li><a href="#using_main">Main Screen</a></li> <li><a href="#using_tools">Available Tools</a> <ul>
|
||||
<li><a href="#using_tools_drawing">Drawing Tools</a> <ul>
|
||||
<li><a href="#using_tools_drawing_paint">"Paint" Tool (Brush)</a></li> <li><a href="#using_tools_drawing_stamp">"Stamp" Tool (Rubber Stamps)</a></li> <li><a href="#using_tools_drawing_lines">"Lines" Tool</a></li> <li><a href="#using_tools_drawing_shapes">"Shapes" Tool</a></li> <li><a href="#using_tools_drawing_text_and_label">"Text" and "Label" Tools</a></li> <li><a href="#using_tools_drawing_fill">"Fill" Tool</a></li> <li><a href="#using_tools_drawing_magic">"Magic" Tool (Special Effects)</a></li> <li><a href="#using_tools_drawing_eraser">"Eraser" Tool</a></li> </ul>
|
||||
<ol type="I">
|
||||
<li><a href="#about">About Tux Paint</a></li> <li><a href="#using">Using Tux Paint</a> <ol type="A">
|
||||
<li><a href="#using_loading">Launching Tux Paint</a></li> <li><a href="#using_title">Title Screen</a></li> <li><a href="#using_main">Main Screen</a></li> <li><a href="#using_tools">Available Tools</a> <ol type="1">
|
||||
<li><a href="#using_tools_drawing">Drawing Tools</a> <ol type="a">
|
||||
<li><a href="#using_tools_drawing_paint">"Paint" Tool (Brush)</a></li> <li><a href="#using_tools_drawing_stamp">"Stamp" Tool (Rubber Stamps)</a></li> <li><a href="#using_tools_drawing_lines">"Lines" Tool</a></li> <li><a href="#using_tools_drawing_shapes">"Shapes" Tool</a></li> <li><a href="#using_tools_drawing_text_and_label">"Text" and "Label" Tools</a></li> <li><a href="#using_tools_drawing_fill">"Fill" Tool</a></li> <li><a href="#using_tools_drawing_magic">"Magic" Tool (Special Effects)</a></li> <li><a href="#using_tools_drawing_eraser">"Eraser" Tool</a></li> </ol>
|
||||
</li>
|
||||
<li><a href="#using_tools_other">Other Controls</a> <ul>
|
||||
<li><a href="#using_tools_other_undo_and_redo">"Undo" and "Redo" Commands</a></li> <li><a href="#using_tools_other_new">"New" Command</a></li> <li><a href="#using_tools_other_open">"Open" Command</a></li> <li><a href="#using_tools_other_save">"Save" Command</a></li> <li><a href="#using_tools_other_print">"Print" Command</a></li> <li><a href="#using_tools_other_open_slides">"Slides" Command (under "Open")</a></li> <li><a href="#using_tools_other_quit">"Quit" Command</a></li> <li><a href="#using_tools_other_sound_muting">Sound Muting</a></li> </ul>
|
||||
<li><a href="#using_tools_other">Other Controls</a> <ol type="a">
|
||||
<li><a href="#using_tools_other_undo_and_redo">"Undo" and "Redo" Commands</a></li> <li><a href="#using_tools_other_new">"New" Command</a></li> <li><a href="#using_tools_other_open">"Open" Command</a></li> <li><a href="#using_tools_other_save">"Save" Command</a></li> <li><a href="#using_tools_other_print">"Print" Command</a></li> <li><a href="#using_tools_other_open_slides">"Slides" Command (under "Open")</a></li> <li><a href="#using_tools_other_quit">"Quit" Command</a></li> <li><a href="#using_tools_other_sound_muting">Sound Muting</a></li> </ol>
|
||||
</li>
|
||||
</ul>
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="#loading_into">Loading Other Pictures into Tux Paint</a></li> <li><a href="#further">Further Reading</a></li> <li><a href="#help">How to Get Help</a></li> <li><a href="#participate">How to Participate</a></li> </ul>
|
||||
<li><a href="#loading_into">Loading Other Pictures into Tux Paint</a></li> <li><a href="#further">Further Reading</a></li> <li><a href="#help">How to Get Help</a></li> <li><a href="#participate">How to Participate</a></li> </ol>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -141,13 +141,13 @@
|
|||
<section class="outer">
|
||||
<header>
|
||||
<h1 id="about">
|
||||
About Tux Paint </h1>
|
||||
I. About Tux Paint </h1>
|
||||
</header>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
What Is "Tux Paint"? </h2>
|
||||
A. What Is "Tux Paint"? </h2>
|
||||
<header>
|
||||
|
||||
<p>
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
Objectives </h2>
|
||||
B. Objectives </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
|
|
@ -196,13 +196,22 @@
|
|||
<dd>
|
||||
There is no direct access to the computer's underlying intricacies. The current image is kept when the program quits, and reappears when it is restarted. Saving images requires no need to create filenames or use the keyboard. Opening an image is done by selecting it from a collection of thumbnails. Access to other files on the computer is restricted. </dd>
|
||||
</div>
|
||||
|
||||
<div class="keeptogether">
|
||||
<dt>
|
||||
<strong>Accessibility</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Tux Paint offers a number of accessibility options, including increasing the size of control buttons, changing the UI font, options to control the cursor (mouse pointer) using the keyboard or other input devices (joystick, gamepad, etc.), an on-screen keyboard, and "stick" mouse clicks. </dd>
|
||||
</div>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
License </h2>
|
||||
C. License </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -215,7 +224,7 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
What's New in Tux Paint version 0.9.31? </h2>
|
||||
D. What's New in Tux Paint version 0.9.31? </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
|
|
@ -245,19 +254,19 @@
|
|||
<section class="outer">
|
||||
<header>
|
||||
<h1 id="using">
|
||||
Using Tux Paint </h1>
|
||||
II. Using Tux Paint </h1>
|
||||
</header>
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<h2 id="using_loading">
|
||||
Launching Tux Paint </h2>
|
||||
A. Launching Tux Paint </h2>
|
||||
</header>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h3>
|
||||
Linux/Unix Users </h3>
|
||||
1. Linux/Unix Users </h3>
|
||||
<header>
|
||||
|
||||
<p>
|
||||
|
|
@ -279,7 +288,7 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h3>
|
||||
Windows Users </h3>
|
||||
2. Windows Users </h3>
|
||||
</header>
|
||||
|
||||
<table border="0"
|
||||
|
|
@ -315,7 +324,7 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h3>
|
||||
macOS Users </h3>
|
||||
3. macOS Users </h3>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -332,7 +341,7 @@
|
|||
alt="[Title screen]">
|
||||
</div>
|
||||
<h2 id="using_title">
|
||||
Title Screen </h2>
|
||||
B. Title Screen </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -348,7 +357,7 @@
|
|||
<div class="keeptogether">
|
||||
<header>
|
||||
<h2 id="using_main">
|
||||
Main Screen </h2>
|
||||
C. Main Screen </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -516,19 +525,19 @@
|
|||
<section>
|
||||
<header>
|
||||
<h2 id="using_tools">
|
||||
Available Tools </h2>
|
||||
D. Available Tools </h2>
|
||||
</header>
|
||||
|
||||
<!-- Using: Tools: Drawing -->
|
||||
<section>
|
||||
<header>
|
||||
<h3 id="using_tools_drawing">
|
||||
Drawing Tools </h3>
|
||||
1. Drawing Tools </h3>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt id="using_tools_drawing_paint">
|
||||
<strong>"Paint" Tool (Brush)</strong>
|
||||
<strong>a. "Paint" Tool (Brush)</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -580,7 +589,7 @@
|
|||
</blockquote>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_stamp">
|
||||
<strong>"Stamp" Tool (Rubber Stamps)</strong>
|
||||
<strong>b."Stamp" Tool (Rubber Stamps)</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -683,7 +692,7 @@
|
|||
</dd>
|
||||
|
||||
<dt id="using_tools_drawing_lines">
|
||||
<strong>"Lines" Tool</strong>
|
||||
<strong>c."Lines" Tool</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -715,7 +724,7 @@
|
|||
</div>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_shapes">
|
||||
<strong>"Shapes" Tool</strong>
|
||||
<strong>d."Shapes" Tool</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -797,7 +806,7 @@
|
|||
</div>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_text_and_label">
|
||||
<strong>"Text" and "Label" Tools</strong>
|
||||
<strong>e."Text" and "Label" Tools</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -889,7 +898,7 @@
|
|||
</dl>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_fill">
|
||||
<strong>"Fill" Tool</strong>
|
||||
<strong>f."Fill" Tool</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -912,7 +921,7 @@
|
|||
<span title="Version variation">📜</span> <strong>Note:</strong> Prior to Tux Paint 0.9.24, "Fill" was a Magic tool (see below). Prior to Tux Paint 0.9.26, the "Fill" tool only offered the 'Solid' method of filling. 'Shaped' fill was introduced in Tux Paint 0.9.29. </p>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_magic">
|
||||
<strong>"Magic" Tool (Special Effects)</strong>
|
||||
<strong>g."Magic" Tool (Special Effects)</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -965,7 +974,7 @@
|
|||
See the <a href="../magic-docs/html/index.html">instructions for each Magic tool</a> (in the 'magic-docs' folder). </p>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_eraser">
|
||||
<strong>"Eraser" Tool</strong>
|
||||
<strong>h."Eraser" Tool</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -998,12 +1007,12 @@
|
|||
<section>
|
||||
<header>
|
||||
<h3 id="using_tools_other">
|
||||
Other Controls </h3>
|
||||
2. Other Controls </h3>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt id="using_tools_other_undo_and_redo">
|
||||
<strong>"Undo" and "Redo" Commands</strong>
|
||||
<strong>a."Undo" and "Redo" Commands</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1034,7 +1043,7 @@
|
|||
<span title="Keyboard shortcut">⌨</span> <strong>Note:</strong> You can also press <b><code>[Control / ⌘]</code></b> + <code><b>[R]</b></code> on the keyboard to Redo. </p>
|
||||
</dd>
|
||||
<dt id="using_tools_other_new">
|
||||
<strong>"New" Command</strong>
|
||||
<strong>b."New" Command</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1099,7 +1108,7 @@
|
|||
|
||||
</dd>
|
||||
<dt id="using_tools_other_open">
|
||||
<strong>"Open" Command</strong>
|
||||
<strong>c."Open" Command</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1217,7 +1226,7 @@
|
|||
<span title="Keyboard shortcut">⌨</span> <strong>Note:</strong> You can also press <b><code>[Control / ⌘]</code></b> + <code><b>[O]</b></code> on the keyboard to bring up the 'Open' dialog. </p>
|
||||
</dd>
|
||||
<dt id="using_tools_other_save">
|
||||
<strong>"Save" Command</strong>
|
||||
<strong>d."Save" Command</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1252,7 +1261,7 @@
|
|||
<span title="Keyboard shortcut">⌨</span> <strong>Note:</strong> You can also press <b><code>[Control / ⌘]</code></b> + <code><b>[S]</b></code> on the keyboard to save. </p>
|
||||
</dd>
|
||||
<dt id="using_tools_other_print">
|
||||
<strong>"Print" Command</strong>
|
||||
<strong>e."Print" Command</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1370,7 +1379,7 @@
|
|||
</dl>
|
||||
</dd>
|
||||
<dt id="using_tools_other_open_slides">
|
||||
<strong>"Slides" Command (under "Open")</strong>
|
||||
<strong>f."Slides" Command (under "Open")</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1462,7 +1471,7 @@
|
|||
Click 'Back' in the slideshow image selection screen to return to the 'Open' dialog. </p>
|
||||
</dd>
|
||||
<dt id="using_tools_other_quit">
|
||||
<strong>"Quit" Command</strong>
|
||||
<strong>g."Quit" Command</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1496,7 +1505,7 @@
|
|||
<span title="Configuration option">⚙</span> See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
</dd>
|
||||
<dt id="using_tools_other_sound_muting">
|
||||
<strong>Sound Muting</strong>
|
||||
<strong>h.Sound Muting</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -1522,52 +1531,61 @@
|
|||
<section class="outer indent">
|
||||
<header>
|
||||
<h1 id="loading_into">
|
||||
Loading Other Pictures into Tux Paint </h1>
|
||||
III. Loading Other Pictures into Tux Paint </h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint's 'Open' dialog only displays pictures you created with Tux Paint. So what do you do if you want to load some other drawinng or even a photograph into Tux Paint, so you can edit or draw on it? </p>
|
||||
<section class="inner">
|
||||
<header>
|
||||
<h2>
|
||||
A. Overview </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
You can simply convert the picture to the format Tux Paint uses — PNG (Portable Network Graphic) — and place it in Tux Paint's "<code>saved</code>" directory/folder. Here is where to find it (by default): </p>
|
||||
<p>
|
||||
Tux Paint's 'Open' dialog only displays pictures you created with Tux Paint. So what do you do if you want to load some other drawinng or even a photograph into Tux Paint, so you can edit or draw on it? </p>
|
||||
|
||||
<p>
|
||||
You can simply convert the picture to the format Tux Paint uses — PNG (Portable Network Graphic) — and place it in Tux Paint's "<code>saved</code>" directory/folder. Here is where to find it (by default): </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Windows 10, 8, 7, Vista</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside the user's "<code>AppData</code>" folder, e.g.: "<code>C:\Users\<em>username</em>\AppData\Roaming\TuxPaint\saved\</code>". </dd>
|
||||
|
||||
<dt>
|
||||
<strong>Windows 2000, XP</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside the user's "<code>Application Data</code>" folder, e.g.: "<code>C:\Documents and Settings\<em>username</em>\Application Data\TuxPaint\saved\</code>". </dd>
|
||||
|
||||
<dt>
|
||||
<strong>macOS</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside the user's "<code>Library</code>" folder, e.g.: "<code>/Users/<em>username</em>/Library/Application Support/Tux Paint/saved/</code>". </dd>
|
||||
|
||||
<dt>
|
||||
<strong>Linux/Unix</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside a hidden "<code>.tuxpaint</code>" directory, in the user's home directory ("<code>$HOME</code>"), e.g. "<code>/home/<em>username</em>/.tuxpaint/saved/</code>". </dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> It is also from this folder that you can copy or open pictures drawn in Tux Paint using <em>other</em> applications, though the 'Export' option from Tux Paint's 'Open' dialog can be used to copy them to a location that's easier and safer to access. </p>
|
||||
</section>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Windows 10, 8, 7, Vista</strong>
|
||||
</dt>
|
||||
<section class="inner">
|
||||
<header>
|
||||
<h2>
|
||||
B. Using the import script, "<code>tuxpaint-import</code>" </h2>
|
||||
</header>
|
||||
|
||||
<dd>
|
||||
Inside the user's "<code>AppData</code>" folder, e.g.: "<code>C:\Users\<em>username</em>\AppData\Roaming\TuxPaint\saved\</code>". </dd>
|
||||
|
||||
<dt>
|
||||
<strong>Windows 2000, XP</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside the user's "<code>Application Data</code>" folder, e.g.: "<code>C:\Documents and Settings\<em>username</em>\Application Data\TuxPaint\saved\</code>". </dd>
|
||||
|
||||
<dt>
|
||||
<strong>macOS</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside the user's "<code>Library</code>" folder, e.g.: "<code>/Users/<em>username</em>/Library/Application Support/Tux Paint/saved/</code>". </dd>
|
||||
|
||||
<dt>
|
||||
<strong>Linux/Unix</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Inside a hidden "<code>.tuxpaint</code>" directory, in the user's home directory ("<code>$HOME</code>"), e.g. "<code>/home/<em>username</em>/.tuxpaint/saved/</code>". </dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> It is also from this folder that you can copy or open pictures drawn in Tux Paint using <em>other</em> applications, though the 'Export' option from Tux Paint's 'Open' dialog can be used to copy them to a location that's easier and safer to access. </p>
|
||||
|
||||
<h2>
|
||||
Using the import script, "<code>tuxpaint-import</code>" </h2>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
Linux and Unix users can use the "<code>tuxpaint-import</code>" shell script which gets installed when you install Tux Paint. It uses some NetPBM tools to convert the image ("<code>anytopnm</code>"), resize it so that it will fit in Tux Paint's canvas ("<code>pnmscale</code>"), and convert it to a PNG ("<code>pnmtopng</code>"). </p>
|
||||
|
||||
|
|
@ -1597,12 +1615,14 @@
|
|||
|
||||
<p>
|
||||
Now you can load Tux Paint, and a version of that original picture will be available under the 'Open' dialog. Just double-click its icon! </p>
|
||||
</blockquote>
|
||||
</section>
|
||||
|
||||
<h2>
|
||||
Importing Pictures Manually </h2>
|
||||
<section class="inner">
|
||||
<header>
|
||||
<h2>
|
||||
C. Importing Pictures Manually </h2>
|
||||
</header>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
Windows, macOS, and Haiku users who wish to import arbitrary images into Tux Paint must do so via a manual process. </p>
|
||||
|
||||
|
|
@ -1615,41 +1635,50 @@
|
|||
<p>
|
||||
To avoid having the image stretched or smeared, you can resize it to Tux Paint's canvas size. This size depends on the size of the Tux Paint window, or resolution at which Tux Paint is run, if in fullscreen. (<strong>Note:</strong> The default resolution is 800x600.) See "Calculating Image Dimensions", below. </p>
|
||||
|
||||
<p>
|
||||
Save the picture in PNG format. It is <strong>highly</strong> recommended that you name the filename using the current date and time, since that's the convention Tux Paint uses: </p>
|
||||
<section class="inner">
|
||||
<header>
|
||||
<h3>
|
||||
1. Naming the File </h3>
|
||||
</header>
|
||||
|
||||
<blockquote>
|
||||
<code><strong>YYYYMMDDhhmmss</strong>.png</code>
|
||||
</blockquote>
|
||||
<p>
|
||||
Save the picture in PNG format. It is <strong>highly</strong> recommended that you name the filename using the current date and time, since that's the convention Tux Paint uses: </p>
|
||||
|
||||
<blockquote>
|
||||
<code><strong>YYYYMMDDhhmmss</strong>.png</code>
|
||||
</blockquote>
|
||||
|
||||
<ul>
|
||||
<li><code>YYYY</code> = Year</li>
|
||||
<li><code>MM</code> = Month (two digits, "01"-"12")</li>
|
||||
<li><code>DD</code> = Day of month (two digits, "01"-"31")</li>
|
||||
<li><code>HH</code> = Hour (two digits, in 24-hour format, "00"-"23")</li>
|
||||
<li><code>mm</code> = Minute (two digits, "00"-"59")</li>
|
||||
<li><code>ss</code> = Seconds (two digits, "00"-"59")</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210731110500.png</code>", for July 31, 2021 at 11:05am. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
</section>
|
||||
|
||||
<ul>
|
||||
<li><code>YYYY</code> = Year</li>
|
||||
<li><code>MM</code> = Month (two digits, "01"-"12")</li>
|
||||
<li><code>DD</code> = Day of month (two digits, "01"-"31")</li>
|
||||
<li><code>HH</code> = Hour (two digits, in 24-hour format, "00"-"23")</li>
|
||||
<li><code>mm</code> = Minute (two digits, "00"-"59")</li>
|
||||
<li><code>ss</code> = Seconds (two digits, "00"-"59")</li>
|
||||
</ul>
|
||||
<section class="inner">
|
||||
<header>
|
||||
<h3>
|
||||
2. Calculating Image Dimensions </h3>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210731110500.png</code>", for July 31, 2021 at 11:05am. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
||||
<h3>
|
||||
Calculating Image Dimensions </h3>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
This part of the documentation needs to be rewritten, since the new "<code>buttonsize</code>" option was added. For now, try drawing and saving an image within Tux Paint, then determine what size (pixel width and height) it came out to, and try to match that when scaling the picture(s) you're importing into Tux Paint. </p>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
<section class="outer indent">
|
||||
<header>
|
||||
<h1 id="further">
|
||||
Further Reading </h1>
|
||||
IV.Further Reading </h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -1727,7 +1756,7 @@
|
|||
<section class="outer indent">
|
||||
<header>
|
||||
<h1 id="help">
|
||||
How to Get Help </h1>
|
||||
V.How to Get Help </h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -1744,7 +1773,7 @@
|
|||
<section class="outer indent">
|
||||
<header>
|
||||
<h1 id="participate">
|
||||
How to Participate </h1>
|
||||
VI.How to Participate </h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -1765,7 +1794,7 @@
|
|||
<section class="outer indent">
|
||||
<header>
|
||||
<h1 id="participate">
|
||||
Follow the Tux Paint project on social media </h1>
|
||||
VII.Follow the Tux Paint project on social media </h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -1797,7 +1826,7 @@
|
|||
<section class="outer">
|
||||
<header>
|
||||
<h1>
|
||||
Trademark notices</a>
|
||||
VIII. Trademark notices</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue