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) |
Author | Unknown authorCategory:Template Unknown (author) |
SVG development | Category:Valid SVG created with Text Editor codeCategory: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 ![]() |
Source code | 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>
|
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. |