File:Formulaire SVG original.svg

Original file(SVG file, nominally 600 × 600 pixels, file size: 2 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
Français : Formes simple en SVG.
English: Simple shapes in SVG.
Date
Source Own work
Author Cdang
Other versions Derivative works of this file:  Formulaire SVG.svg
 
The SVG code is valid.
 
This vector image 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 vector graphics editor


<?xml version="1.0" encoding="UTF-8" standalone="no"?>


<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"
>

<svg
  width="600" height="600" version="1.1"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  viewBox="0 0 10 10"
>

  <title> Premier exemple de fichier SVG </title>
  <desc> Une image simple </desc>

  <defs>
    <style type="text/css"><![CDATA[
      svg {
        stroke: black;
        stroke-width: 0.06;
        fill: none
      }
      text {
        stroke: none;
        stroke-witdth: 0;
        fill: black;
        font-family: serif, Times New Roman;
        transform: matrix(0.05, 0, 0, -0.05, 0, 0)
      }
    ]]></style>
  </defs>
  
  <g transform="matrix(1, 0, 0, -1, 0, 10)">

  <symbol id="horizontale">
    <line 
      x1="0" y1="0" x2="100%" y2="0"
	  fill="none"
      stroke="lightgray"
      stroke-width="0.03"
	/>
  </symbol>
  <symbol id="verticale">
    <line 
	  x1="0" y1="0" x2="0" y2="100%"
	  fill="none"
      stroke="lightgray"
      stroke-width="0.03"
	/>
  </symbol>
  
  <!-- Cadre exté&rieur -->
  <rect
    x="0" y="0" width="100%" height="100%"
	fill="none"
    stroke="lightgray"
    stroke-width="0.03"
  />
  
  <!-- Lignes horizontales -->
  <!-- Lignes horizontales -->
  <use xlink:href="#horizontale" y="10%" />
  <use xlink:href="#horizontale" y="20%" />
  <use xlink:href="#horizontale" y="30%" />
  <use xlink:href="#horizontale" y="40%" />
  <use xlink:href="#horizontale" y="50%" />
  <use xlink:href="#horizontale" y="60%" />
  <use xlink:href="#horizontale" y="70%" />
  <use xlink:href="#horizontale" y="80%" />
  <use xlink:href="#horizontale" y="90%" />
  
  <!-- Lignes verticales -->
  <use xlink:href="#verticale" x="10%" />
  <use xlink:href="#verticale" x="20%" />
  <use xlink:href="#verticale" x="30%" />
  <use xlink:href="#verticale" x="40%" />
  <use xlink:href="#verticale" x="50%" />
  <use xlink:href="#verticale" x="60%" />
  <use xlink:href="#verticale" x="70%" />
  <use xlink:href="#verticale" x="80%" />
  <use xlink:href="#verticale" x="90%" />
  
  <line x1="1" y1="4" x2="3" y2="5" />
  <circle cx="7" cy="5" r="1.5" />
  <rect x="2" y="7" width="2.5" height="1.5" />
  <path d="M1 1
  1.5 2
  3 0.5" />
  <path d="M6 1
  l2 0.5
  1.5 -1" />

  </g>
 </svg>

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:53, 28 April 2017Thumbnail for version as of 14:53, 28 April 2017600 × 600 (2 KB)Cdang (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata