aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/tutorial/paths
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-08 09:13:44 +0100
committerGitHub <noreply@github.com>2021-11-08 09:13:44 +0100
commitcdb006df2f41fa5bb27e049e6cfb817f45f3ed5a (patch)
treec915f0a3fc44e9792fe0a119c599c76a4d227599 /files/fr/web/svg/tutorial/paths
parent497f01fc724eb5849dc8d304c0355e30ce68a68d (diff)
downloadtranslated-content-cdb006df2f41fa5bb27e049e6cfb817f45f3ed5a.tar.gz
translated-content-cdb006df2f41fa5bb27e049e6cfb817f45f3ed5a.tar.bz2
translated-content-cdb006df2f41fa5bb27e049e6cfb817f45f3ed5a.zip
Fix EmbedLiveSample for SVG pages after md conversion (#3005)
Diffstat (limited to 'files/fr/web/svg/tutorial/paths')
-rw-r--r--files/fr/web/svg/tutorial/paths/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/svg/tutorial/paths/index.md b/files/fr/web/svg/tutorial/paths/index.md
index 9c6b52844e..996b502a0e 100644
--- a/files/fr/web/svg/tutorial/paths/index.md
+++ b/files/fr/web/svg/tutorial/paths/index.md
@@ -263,7 +263,7 @@ Pour un rayon `rx` et un rayon `ry` donnés, il existe deux ellipses pouvant con
</svg>
```
-{{ EmbedLiveSample('exemple_jouable', '100%', 200) }}
+{{ EmbedLiveSample('Exemple_jouable', '100%', 200) }}
#### large-arc-flag
@@ -305,7 +305,7 @@ Pour chacune des deux ellipses, il existe deux chemins possibles, ce qui donne q
</svg>
```
-{{ EmbedLiveSample('code_jouable_2', '100%', 200) }}
+{{ EmbedLiveSample('Code_jouable_2', '100%', 200) }}
L’exemple ci-dessous montre les quatre combinaisons possibles avec `sweep-flag` et `large-arc-flag`: