File:Svg example6s.svg

Uploaded by Sarang
Upload date 2014-03-24T07:33:25Z
MIME type image/svg+xml
Dimensions 1000 × 600 px
File size 312 B

Summary

Description An example showing multiple stripes with different gray scales. This drawing uses the viewBox. Simplified version, minimized code.
Date 24 March 2014 (original upload date)
Source Unknown sourceUnknown source
Author Unknown authorUnknown author
SVG development
InfoField
 The SVG code is valid.
 This flag was created with a text editor.
 Please do not replace the simplified code of this file with a version created with Inkscape or any other graphical vector graphics editor
Source code
InfoField

SVG code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1000"
height="600" viewBox="0 0 5 5" stroke-width="2">
 <path stroke="#000" d="m0,1h5"/>
 <path stroke="#444" d="m0,2h5"/>
 <path stroke="#888" d="m0,3h5"/>
 <path stroke="#CCC" d="m0,4h5"/>
 <path stroke="#FFF" d="m0,5h5"/>
</svg>
295 bytes (without encoding="UTF-8")

Licensing

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 March 2014

image/svg+xml

312 byte

86a7b4b1b8a17e91a826800417556e9a8a3f2418

Category:Examples representing SVG Category:PD ineligible Category:SVG simplification by viewBox Category:SVG simplified flags-stripes only Category:Template Unknown (author) Category:Template Unknown (source) Category:Valid SVG created with Text Editor code