aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/tutorial/basic_transformations
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/basic_transformations
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/basic_transformations')
-rw-r--r--files/fr/web/svg/tutorial/basic_transformations/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/svg/tutorial/basic_transformations/index.md b/files/fr/web/svg/tutorial/basic_transformations/index.md
index be91adc27b..de9f5fa712 100644
--- a/files/fr/web/svg/tutorial/basic_transformations/index.md
+++ b/files/fr/web/svg/tutorial/basic_transformations/index.md
@@ -23,7 +23,7 @@ Maintenant, nous sommes prêts à tordre nos images dans tous les sens. Mais ava
</svg>
```
-{{ EmbedLiveSample('exemple', '30', '10') }}
+{{ EmbedLiveSample('Exemple', '30', '10') }}
Toutes les transformations suivantes sont résumées dans l'attribut `transform` de l'élément. Les transformations peuvent être mises les unes à la suite des autres, tout simplement en les écrivant toutes dans cet attribut, séparées par des espaces.