File:Example svg.svg

Summary

Description
English: Example of SVG, an image format.

Source code:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   version="1.0"
   x="0"
   y="0"
   width="300"
   height="200"
   id="svg2">
  <defs
     id="defs4" />
  <g
     id="layer1">
    <rect
       width="300"
       height="120"
       x="0"
       y="20"
       style="fill:green;"
       id="rect1306" />
    <rect
       width="80"
       height="150"
       x="20"
       y="30"
       style="fill:red;"
       id="rect1308" />
    <rect
       width="140"
       height="80"
       x="50"
       y="50"
       style="fill:blue;"
       id="rect1310" />
  </g>
</svg>
 The SVG code is valid.
Category:Valid SVG created with Text Editor:Diagrams
 This diagram was created with a text editor.
Category:SVG simplified diagrams#%2036.39
Previous version had been created with Inkscape (720 bytes)  d  now 36.39% of previous size
 Please do not replace the simplified code of this file with a version created with Inkscape or any other graphical vector graphics editor

Simplified source code:

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
<rect width="300" height="120" y="20" fill="green"/>
<rect width="80" height="150" x="20" y="30" fill="red"/>
<rect width="140" height="80" x="50" y="50" fill="blue"/>
</svg>
Date
Source Own work
Author

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Example%20svg.svgCategory:PD-self#Example%20svg.svg Category:Examples representing SVG Category:Blue, green, red
Category:Blue, green, red Category:Examples representing SVG Category:PD-self Category:SVG simplified diagrams Category:Self-published work Category:Valid SVG created with Inkscape-hand Category:Valid SVG created with Text Editor:Diagrams