File:Scalable Vector Graphics Stroke-dashoffset.svg

Summary

Category:Commons:Maint:Igen:T
Description
Nederlands: Illustratie t.b.v. het boek "Scalable Vector Graphics"
Date
Source Transferred from nl.wikibooks to Commons.
Author Erik Baas at Dutch Wikibooks
SVG development
InfoField
 
The SVG code is valid.
Category:Valid SVG created with Text Editor
 
This vector image was created with a text editor.

SVG code

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created by Erik Baas for WikiBooks -->
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
 <title>Wikibooks SVG-demo: stroke-dashoffset</title>
 <rect id="background" width="100%" height="100%" fill="white" />
 <line x1="0" y1="45" x2="200" y2="45" stroke-width="6" stroke="black" stroke-dasharray="20,5" />
 <line x1="0" y1="55" x2="200" y2="55" stroke-width="6" stroke="black" stroke-dasharray="20,5" stroke-dashoffset="5" />
This version (518 byte)

SVG code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<path fill="#FFF" d="m0,0h100v100H0"/>
<g stroke-width="6" stroke="#000" stroke-dasharray="20,5">
<path d="m0,45h100"/>
<path d="m0,55h100" stroke-dashoffset="5"/>
</g></svg>
</svg>
simplified version (262 byte)

Licensing

Erik Baas at Dutch Wikibooks, the copyright holder of this work, hereby publishes it under the following license:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Attribution:
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Scalable%20Vector%20Graphics%20Stroke-dashoffset.svgCategory:License migration completed#Scalable%20Vector%20Graphics%20Stroke-dashoffset.svgCategory:GFDL#Scalable%20Vector%20Graphics%20Stroke-dashoffset.svg
Category:Self-published work

Original upload log

The original description page was here. All following user names refer to nl.wikibooks.
  • 2008-11-13 01:34 Erik Baas 100×100× (518 bytes) {{Information |Description=Illustratie t.b.v. het boek "Scalable Vector Graphics" |Source=Eigen werk |Date=Zie uploaddatum |Author=[[User:Erik Baas|Erik Baas]] |Permission=GNU/FDL |other_versions= }} {{Eigenwerk}} [[Category:Afbeeldingen]]
Category:Examples representing SVG Category:Files by User:Erik Baas/SVG
Category:CC-BY-SA-3.0-migrated Category:Commons:Maint:Igen:T Category:Examples representing SVG Category:Files by User:Erik Baas/SVG Category:GFDL Category:License migration completed Category:Self-published work Category:Valid SVG created with Text Editor