From e7f1d07cba1f78b72eb43bfcdabc262359c4991a Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 1 Nov 2021 07:45:47 +0100 Subject: Prepare SVG section for Markdown conversion (#2570) * Remove summary classes * Remove hidden classes out of pre * Remove spans * Remove notranslate class * Remove ids out of headings * missed 2 ids with regex * clean note and warning cards * fix headings errors * Fix dls and as * fix imgs * lint stuff (absolute urls, english links) * Temporarily readding file * delete inexisting doc in en-US with flaws * Fixes #2842 for SVG --- files/fr/web/svg/element/image/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/fr/web/svg/element/image') diff --git a/files/fr/web/svg/element/image/index.html b/files/fr/web/svg/element/image/index.html index e81004b2f9..24e230b8a4 100644 --- a/files/fr/web/svg/element/image/index.html +++ b/files/fr/web/svg/element/image/index.html @@ -15,7 +15,7 @@ translation_of: Web/SVG/Element/image

Rendu basique d'une image PNG dans un objet SVG :

-
<svg width="100%" height="100%" viewBox="0 0 100 100"
+
<svg width="100%" height="100%" viewBox="0 0 100 100"
      xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink">
   <image xlink:href="/files/2917/fxlogo.png" x="0" y="0" height="100" width="100" />
@@ -33,7 +33,7 @@ translation_of: Web/SVG/Element/image
  
  • Attributs noyau »
  • Attributs d'événement graphique »
  • Attributs Xlink »
  • -
  • Attributs de présentation »
  • +
  • Attributs de présentation »
  • {{ SVGAttr("class") }}
  • {{ SVGAttr("style") }}
  • {{ SVGAttr("externalResourcesRequired") }}
  • -- cgit v1.2.3-54-g00ecf