From 88dda3c00eefc18a29447e99ebd3177925602b52 Mon Sep 17 00:00:00 2001 From: julieng Date: Mon, 1 Nov 2021 07:51:45 +0100 Subject: convert content to md --- files/fr/web/svg/element/circle/index.md | 72 ++++++++++++++++---------------- 1 file changed, 35 insertions(+), 37 deletions(-) (limited to 'files/fr/web/svg/element/circle') diff --git a/files/fr/web/svg/element/circle/index.md b/files/fr/web/svg/element/circle/index.md index 6fba0b5e8d..0de460e661 100644 --- a/files/fr/web/svg/element/circle/index.md +++ b/files/fr/web/svg/element/circle/index.md @@ -7,60 +7,58 @@ tags: - SVG Reference translation_of: Web/SVG/Element/circle --- -
{{SVGRef}}
+{{SVGRef}} -

L'élément circle est un élément de la catégorie des Formes simples, utilisé pour créer des cercles, en se basant sur un centre et un rayon.

+L'élément `circle` est un élément de la catégorie des Formes simples, utilisé pour créer des cercles, en se basant sur un centre et un rayon. -

Usage

+## Usage -

{{svginfo}}

+{{svginfo}} -

Exemple

+## Exemple - +```css hidden + html,body,svg { height:100% } +``` -
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
+```html
+
 
-  <circle cx="50" cy="50" r="50"/>
+  
 
-</svg>
+ +``` -

{{EmbedLiveSample('Exemple', 100, 100)}}

+{{EmbedLiveSample('Exemple', 100, 100)}} -

Attributs

+## Attributs -

Attributs Globaux

+### Attributs Globaux - +- [Attributs conditionnels](/fr/SVG/Attribute#ConditionalProccessing "fr/SVG/Attribute#ConditionalProccessing") » +- [Attributs centraux](/fr/SVG/Attribute#Core "fr/SVG/Attribute#Core") » +- [Attributs d'événements graphiques](/fr/SVG/Attribute#GraphicalEvent "fr/SVG/Attribute#GraphicalEvent") » +- [Attributs de présentation](/fr/SVG/Attribute#Presentation "fr/SVG/Attribute#Presentation") » +- {{ SVGAttr("class") }} +- {{ SVGAttr("style") }} +- {{ SVGAttr("externalResourcesRequired") }} +- {{ SVGAttr("transform") }} -

Attributs spécifiques

+### Attributs spécifiques - +- {{ SVGAttr("cx") }} +- {{ SVGAttr("cy") }} +- {{ SVGAttr("r") }} -

Interface DOM

+## Interface DOM -

Cet élément implémente l'interface {{ domxref("SVGCircleElement") }}.

+Cet élément implémente l'interface {{ domxref("SVGCircleElement") }}. -

Compatibilité avec les navigateurs

+## Compatibilité avec les navigateurs -

{{Compat("svg.elements.circle")}}

+{{Compat("svg.elements.circle")}} -

Corrélat

+## Corrélat - +- {{ SVGElement("ellipse") }} +- {{ SVGElement("rect") }} -- cgit v1.2.3-54-g00ecf