चित्र:Example svg.svg

मुक्त ज्ञानकोश विकिपीडिया से
नेविगेशन पर जाएँ खोज पर जाएँ

मूल फ़ाइल(SVG फ़ाईल, साधारणत: ३०० × २०० पीक्सेल्स, फ़ाईलका आकार: २७९ B)

सारांश

विवरण
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 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>
दिनांक
स्रोत अपना कार्य
लेखक
 
This vector image was created with Inkscape by YolanC, and then manually edited by YolanC
.

लाइसेंस

Public domain मैं, इस कार्य का/की कॉपीराइट धारक, इस कार्य को सार्वजनिक डोमेन में प्रकाशित करता/करती हूँ। यह पूरे विश्व में लागू होता है।
कुछ देशों में यह कानूनी तौर पर नहीं हो सकता है; ऐसा हो तो:
मैं सभी को इस कार्य का इस्तेमाल किसी भी उद्देश्य से, बिना किसी बाधाओं के इन शर्तों के कानून द्वारा अनिवार्य किए तक करने की अनुमति देता/देती हूँ।

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

चित्रण

source of file अंग्रेज़ी

original creation by uploader अंग्रेज़ी

फ़ाइल का इतिहास

फ़ाइलका पुराना अवतरण देखने के लिये दिनांक/समय पर क्लिक करें।

दिनांक/समयअंगूठाकार प्रारूपआकारप्रयोक्ताप्रतिक्रिया
वर्तमान०५:२३, ९ जुलाई २०१२०५:२३, ९ जुलाई २०१२ के संस्करण का अंगूठाकार प्रारूप।३०० × २०० (२७९ B)wikimediacommons>Sarangsimplified