File:Svg example6s.svg

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 sourceCategory:Template Unknown (source)Unknown source
Author Unknown authorCategory:Template Unknown (author)Unknown author
SVG development
InfoField
 
The SVG code is valid.
Category:Valid SVG created with Text Editor code
 
This flag was created with a text editor.
Category:SVG simplified flags-stripes only#♦
 
Please do not replace the simplified code of this file with a version created with Inkscape or any other vector graphics editor
Category:SVG simplification by viewBox
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.
Category:PD ineligible#Svg%20example6s.svg Category:Examples representing SVG
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