File:Exemple logigramme elementaire SVG.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 424 × 600 pixels. Other resolutions: 170 × 240 pixels | 339 × 480 pixels | 543 × 768 pixels | 724 × 1,024 pixels | 1,448 × 2,048 pixels | 744 × 1,052 pixels.
Original file (SVG file, nominally 744 × 1,052 pixels, file size: 4 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionExemple logigramme elementaire SVG.svg |
Français : Logigramme simple destiné à montrer comment créer un fichier SVG avec un éditeur de texte.
English: Simple flow chart made to show how to create a SVG file with a text editor. |
Date | |
Source | Own work |
Author | Cdang |
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">
<!-- taille visée : format A4 (21 cm × 29,7 cm)
avec 90 dpi, 1cm = 35.43px (arrondi à l'entier le plus proche -->
<svg width="744" height="1052" version="1.1"
xmlns="http://www.w3.org/2000/svg"
font-family="monospace" font-size="12"
>
<title> Un logigramme simple </title>
<desc> Logigramme selon la norme ISO 5807 </desc>
<g id="depart">
<desc> étiquette de départ du logigramme </desc>
<rect
x="283" y="35"
width="177" height="71"
rx="7" ry="7"
fill="lightyellow" stroke="black" stroke-width="1"
/>
<text
x="372" y="71"
text-anchor="middle" >
Début
</text>
</g>
<g id="premierLien">
<desc> lien entre le départ et la première action </desc>
<line
x1="372" y1="106" x2="372" y2="177"
stroke="black" stroke-width="1"
/>
</g>
<g id="premiereAction">
<desc> première action du logigramme </desc>
<polygon
points="319 177, 496 177, 425 248, 248 248"
fill="lightyellow" stroke="black" stroke-width="1px"
/>
<text
x="372" y="213"
text-anchor="middle" >
Contenu du wikilivre
</text>
</g>
<g id="deuxiemeLien">
<desc> lien entre la première action et le test </desc>
<line
x1="372" y1="248" x2="372" y2="319"
stroke="black" stroke-width="1"
/>
</g>
<g id="test">
<desc> test </desc>
<polygon
points="283 354, 372 319, 460 354, 372 390"
fill="lightyellow" stroke="black" stroke-width="1"
/>
<circle
cx="469" cy="354" r="9"
fill="lightyellow" stroke="black" stroke-width="1"
/>
<text
x="372" y="354"
text-anchor="middle" >
Cela vous a plu
</text>
</g>
<g id="lienSiFaux">
<desc> lien si le résultat du test est faux </desc>
<polyline
points="478 354, 620 354, 620 461"
fill="none" stroke="black" stroke-width="1"
/>
<text x="485" y="347">
Faux
</text>
</g>
<g id="lienSiVrai">
<desc> lien si le résultat du test est vrai </desc>
<line
x1="372" y1="390" x2="372" y2="461"
fill="none" stroke="black" stroke-width="1"
/>
<text
x="365" y="425"
text-anchor="end" >
Vrai
</text>
</g>
<g id="procedureSiVrai">
<desc> procédure si le wikilivre a plu </desc>
<rect
x="283" y="461"
width="177" height="71"
fill="lightyellow" stroke="black" stroke-width="1"
/>
<line
x1="301" y1="461" x2="301" y2="531"
stroke="black" stroke-width="1"
/>
<line
x1="443" y1="461" x2="443" y2="531"
stroke="black" stroke-width="1"
/>
<text
x="372" y="496"
text-anchor="middle" >
Féliciter l'auteur
</text>
</g>
<g id="procedureSiFaux">
<desc> procédure si le wikilivre a déplu </desc>
<rect
x="531" y="461"
width="177" height="71"
fill="lightyellow" stroke="black" stroke-width="1"
/>
<line
x1="549" y1="461" x2="549" y2="531"
stroke="black" stroke-width="1"
/>
<line
x1="691" y1="461" x2="691" y2="531"
stroke="black" stroke-width="1"
/>
<text
text-anchor="middle" >
<tspan x="620" y="485"> Rédiger une </tspan>
<tspan x="620" y="507"> critique positive </tspan>
</text>
</g>
<g id="lienVraiVersFin">
<desc> lien de la procédure si le livre a plu vers la fin </desc>
<line
x1="372" y1="531" x2="372" y2="602"
fill="none" stroke="black" stroke-width="1"
/>
</g>
<g id="lienFauxVersFin">
<desc> lien de la procédure si le livre a déplu vers la fin </desc>
<polyline
points="620 531, 620 567, 372 567"
fill="none" stroke="black" stroke-width="1"
/>
</g>
<g id="fin">
<desc> étiquette de fin du logigramme </desc>
<rect
x="283" y="602"
width="177" height="71"
rx="7" ry="7"
fill="lightyellow" stroke="black" stroke-width="1"
/>
<text
x="372" y="638"
text-anchor="middle" >
Fin
</text>
</g>
</svg>
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
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/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 11:44, 7 April 2017 | 744 × 1,052 (4 KB) | Cdang (talk | contribs) | every length and coordinates in px | |
15:59, 31 March 2017 | 744 × 1,052 (4 KB) | Cdang (talk | contribs) | some more dimension adjustment | ||
15:56, 31 March 2017 | 744 × 1,052 (4 KB) | Cdang (talk | contribs) | problem with cm->px conversion | ||
15:48, 31 March 2017 | 744 × 1,052 (4 KB) | Cdang (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on fr.wikibooks.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Un logigramme simple |
---|---|
Image title | Logigramme selon la norme ISO 5807 |
Width | 744 |
Height | 1052 |