diff --git a/docs/SVG.txt b/docs/SVG.txt new file mode 100644 index 000000000..83bb33de2 --- /dev/null +++ b/docs/SVG.txt @@ -0,0 +1,49 @@ +SVG.txt for Tux Paint + +Tux Paint - A simple drawing program for children. + +Copyright 2002-2007 by Bill Kendrick and others +bill@newbreedsoftware.com +http://www.tuxpaint.org/ + +June 19, 2007 - June 19, 2007 +$Id$ + + +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. + +Wikipedia, an online user-driven encyclopedia, has lots more info: +http://en.wikipedia.org/wiki/Scalable_Vector_Graphics + +SVGs On the Web +--------------- + Web browsers like Mozilla Firefox, Apple's Safari and Opera have some + SVG support. A plugin is available to see SVG images in older versions of + Microsoft Internet Explorer ( http://www.adobe.com/svg/viewer/install/ ). + +How to make SVGs +---------------- + Linux/Unix users + ---------------- + A popular Open Source program used to make SVGs is Inkscape + ( http://www.inkscape.org/ ). This will most likely be packaged for + your distribution / operating system. + + An earlier program (which Inkscape is based on) is Sodipodi + ( http://www.sodipodi.com/ ). + + Libraries which support SVG include Cairo ( http://cairographics.org/ ) + and Batik ( http://xmlgraphics.apache.org/batik/ ). + + Mac and Windows users + --------------------- + Inkscape is available for Mac OSX and Windows. (See above.) + + Commercial software like Adobe Illustrator, CorelDRAW and Microsoft Visio + have SVG support. + + diff --git a/starters/worldmap.png b/starters/worldmap.png new file mode 100644 index 000000000..122d6483b Binary files /dev/null and b/starters/worldmap.png differ diff --git a/starters/worldmap_africa.png b/starters/worldmap_africa.png new file mode 100644 index 000000000..f9c269a49 Binary files /dev/null and b/starters/worldmap_africa.png differ diff --git a/starters/worldmap_america_north.png b/starters/worldmap_america_north.png new file mode 100644 index 000000000..127a2ee81 Binary files /dev/null and b/starters/worldmap_america_north.png differ diff --git a/starters/worldmap_america_south.png b/starters/worldmap_america_south.png new file mode 100644 index 000000000..5c030d73f Binary files /dev/null and b/starters/worldmap_america_south.png differ diff --git a/starters/worldmap_asia_north.png b/starters/worldmap_asia_north.png new file mode 100644 index 000000000..88f48df93 Binary files /dev/null and b/starters/worldmap_asia_north.png differ diff --git a/starters/worldmap_asia_south.png b/starters/worldmap_asia_south.png new file mode 100644 index 000000000..a7f4fde77 Binary files /dev/null and b/starters/worldmap_asia_south.png differ diff --git a/starters/worldmap_australasia.png b/starters/worldmap_australasia.png new file mode 100644 index 000000000..cabbcd97f Binary files /dev/null and b/starters/worldmap_australasia.png differ diff --git a/starters/worldmap_europe.png b/starters/worldmap_europe.png new file mode 100644 index 000000000..11c957d54 Binary files /dev/null and b/starters/worldmap_europe.png differ