63 lines
2.1 KiB
HTML
63 lines
2.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>
|
|
Tux Paint SVG Documentation </title>
|
|
<meta http-equiv="Content-Type"
|
|
content="text/html; charset=utf-8">
|
|
</head>
|
|
<body bgcolor="#FFFFFF"
|
|
text="#000000"
|
|
link="#0000FF"
|
|
vlink="#FF0000"
|
|
alink="#FF00FF">
|
|
<center>
|
|
<h1>
|
|
<img src="../../html/images/tuxpaint-title.png"
|
|
width="205"
|
|
height="210"
|
|
alt="Tux Paint"><br>
|
|
バージョン 0.9.28<br/>
|
|
SVG Documentation </h1>
|
|
|
|
<p>
|
|
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
|
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
|
</p>
|
|
|
|
<p>
|
|
2022年1月20日 </p>
|
|
</center>
|
|
|
|
<hr>
|
|
|
|
<h2>About SVGs</h2>
|
|
|
|
<p>
|
|
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
|
|
|
<p>
|
|
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
|
|
|
<h2>How to make SVGs</h2>
|
|
|
|
<p>
|
|
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program. </p>
|
|
|
|
<p>
|
|
It is likely that is already installed on your system. If not, it should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.inkscape.org/">http://www.inkscape.org/</a>, respectively. </p>
|
|
|
|
<h2>Mac and Windows users</h2>
|
|
<ul>
|
|
<li> <cite>CorelDRAW</cite>
|
|
(Corel)
|
|
—
|
|
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
|
<li> <cite>Illustrator</cite>
|
|
(Adobe)
|
|
—
|
|
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|