File:Example svg.svg

Uploaded by Sarang
Upload date 2012-07-09T05:23:08Z
MIME type image/svg+xml
Dimensions 300 × 200 px
File size 279 B

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.
 This diagram was created with a text editor.
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
 This vector image was created with Inkscape by YolanC, and then manually edited by YolanC.

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

1 February 2006

279 byte

image/svg+xml

22bae47f4288f9531d5c871d4c43ce71f9d1e393

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