Récupération du cours SVG

This commit is contained in:
2025-10-30 13:08:21 +01:00
commit aae4193595
171 changed files with 15661 additions and 0 deletions

14
formes/exercice/telephone.svg Executable file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1200">
<g transform="translate(255 15)">
<rect x="0" y="0" width="490" height="970" rx="70" ry="70" fill="#fcfcfc"
stroke="black" stroke-width="15"/>
<rect x="40" y="110" width="410" height="745" fill="#fff"
stroke="black" stroke-width="15" />
<line x1="215" y1="55" x2="275" y2="55"
stroke="black" stroke-width="15" stroke-linecap="round"/>
<circle cx="170" cy="55" r="10" fill="#000" />
<circle cx="240" cy="915" r="35" fill="#000" />
<circle cx="240" cy="915" r="20" fill="#fcfcfc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 595 B