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/path/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/fr/web/svg/element/path') diff --git a/files/fr/web/svg/element/path/index.html b/files/fr/web/svg/element/path/index.html index c2ecfd5096..9727d692be 100644 --- a/files/fr/web/svg/element/path/index.html +++ b/files/fr/web/svg/element/path/index.html @@ -15,7 +15,7 @@ translation_of: Web/SVG/Element/path

Exemple

-
<?xml version="1.0" standalone="no"?>
+
<?xml version="1.0" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg width="100%" height="100%" viewBox="0 0 400 400"
@@ -50,7 +50,7 @@ translation_of: Web/SVG/Element/path
 
 

Interface DOM

-

Cet élément implémente l'interface SVGPathElement.

+

Cet élément implémente l'interface SVGPathElement.

Compatibilité des navigateurs

@@ -65,5 +65,5 @@ translation_of: Web/SVG/Element/path
  • {{ SVGElement("polygon") }}
  • {{ SVGElement("polyline") }}
  • {{ SVGElement("rect") }}
  • -
  • The MDN SVG "Getting Started" tutorial : Path
  • +
  • The MDN SVG "Getting Started" tutorial : Path
  • -- cgit v1.2.3-54-g00ecf