Datoteka:Example svg.svg

Sadržaj stranice nije podržan na drugim jezicima.
S Wikipedije, slobodne enciklopedije

Izvorna datoteka(SVG datoteka, nominalno 300 × 200 piksela, veličina datoteke: 279 bajtova)

Sažetak

Opis
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.38% of previous size
 
Please do not replace the simplified code of this file with a version created with Inkscape or any other 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>
Datum
Izvor Vlastito djelo
Autor
 
This vector image was created with Inkscape by YolanC, and then manually edited by YolanC
.

Licenciranje

Public domain Ja, vlasnik autorskog prava ovog djela, objavljujem ovaj rad u javno vlasništvo. Ovo se primjenjuje u cijelom svijetu.
U nekim državama ovo zakonski nije moguće; u tom slučaju:
Ja dopuštam svima pravo korištenja ovog rada u bilo koju svrhu, bez ikakvih uslova, osim ako su takvi uslovi zakonski neophodni.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

prikazuje

Historija datoteke

Kliknite na datum/vrijeme da vidite verziju datoteke iz tog vremena.

Datum/vrijemeSmanjeni pregledDimenzijeKorisnikKomentar
trenutno07:23, 9 juli 2012Smanjeni pregled verzije na dan 07:23, 9 juli 2012300 × 200 (279 bajtova)Sarangsimplified
03:27, 1 februar 2006Smanjeni pregled verzije na dan 03:27, 1 februar 2006300 × 200 (720 bajtova)YolanCExample of SVG, an image format. Source : <?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

Globalna upotreba datoteke

Sljedeći wikiji koriste ovu datoteku:

Pogledajte globalne upotrebe ove datoteke.