diff options
Diffstat (limited to 'files/fr/web/svg/attribute')
21 files changed, 21 insertions, 21 deletions
diff --git a/files/fr/web/svg/attribute/clip-path/index.md b/files/fr/web/svg/attribute/clip-path/index.md index bb69c317d3..2fb54eb510 100644 --- a/files/fr/web/svg/attribute/clip-path/index.md +++ b/files/fr/web/svg/attribute/clip-path/index.md @@ -46,7 +46,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Notes d'usage diff --git a/files/fr/web/svg/attribute/cx/index.md b/files/fr/web/svg/attribute/cx/index.md index fdc7a96f5c..6738645445 100644 --- a/files/fr/web/svg/attribute/cx/index.md +++ b/files/fr/web/svg/attribute/cx/index.md @@ -31,7 +31,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', 100, 100)}} +{{EmbedLiveSample('Exemple', 100, 100)}} ## circle diff --git a/files/fr/web/svg/attribute/cy/index.md b/files/fr/web/svg/attribute/cy/index.md index b230dfd661..bfc3a0704a 100644 --- a/files/fr/web/svg/attribute/cy/index.md +++ b/files/fr/web/svg/attribute/cy/index.md @@ -31,7 +31,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 300)}} +{{EmbedLiveSample('Exemple', '100%', 300)}} ## circle diff --git a/files/fr/web/svg/attribute/d/index.md b/files/fr/web/svg/attribute/d/index.md index 95bd172da6..29cc2b46fe 100644 --- a/files/fr/web/svg/attribute/d/index.md +++ b/files/fr/web/svg/attribute/d/index.md @@ -31,7 +31,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Tracé diff --git a/files/fr/web/svg/attribute/dx/index.md b/files/fr/web/svg/attribute/dx/index.md index 9f2ae06637..406a774715 100644 --- a/files/fr/web/svg/attribute/dx/index.md +++ b/files/fr/web/svg/attribute/dx/index.md @@ -41,7 +41,7 @@ line { } ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## altGlyph diff --git a/files/fr/web/svg/attribute/dy/index.md b/files/fr/web/svg/attribute/dy/index.md index 45b758a28c..6889ac8204 100644 --- a/files/fr/web/svg/attribute/dy/index.md +++ b/files/fr/web/svg/attribute/dy/index.md @@ -41,7 +41,7 @@ line { } ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## altGlyph diff --git a/files/fr/web/svg/attribute/fill-opacity/index.md b/files/fr/web/svg/attribute/fill-opacity/index.md index 1d8d621138..f4039449e0 100644 --- a/files/fr/web/svg/attribute/fill-opacity/index.md +++ b/files/fr/web/svg/attribute/fill-opacity/index.md @@ -39,7 +39,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 150)}} +{{EmbedLiveSample('Exemple', '100%', 150)}} ## Notes d'utilisation diff --git a/files/fr/web/svg/attribute/fill-rule/index.md b/files/fr/web/svg/attribute/fill-rule/index.md index cd1066edd3..a3e4c78a38 100644 --- a/files/fr/web/svg/attribute/fill-rule/index.md +++ b/files/fr/web/svg/attribute/fill-rule/index.md @@ -38,7 +38,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Usage diff --git a/files/fr/web/svg/attribute/fill/index.md b/files/fr/web/svg/attribute/fill/index.md index c0aef89760..b90f9e2d8f 100644 --- a/files/fr/web/svg/attribute/fill/index.md +++ b/files/fr/web/svg/attribute/fill/index.md @@ -44,7 +44,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## altGlyph diff --git a/files/fr/web/svg/attribute/mask/index.md b/files/fr/web/svg/attribute/mask/index.md index e7f384882c..17aeac7002 100644 --- a/files/fr/web/svg/attribute/mask/index.md +++ b/files/fr/web/svg/attribute/mask/index.md @@ -30,7 +30,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 150)}} +{{EmbedLiveSample('Exemple', '100%', 150)}} Depuis SVG2, l'attribut {{cssxref('mask')}} est défini comme une propriété CSS et comme une propriété raccourcie pour beaucoup d'autres propriétés: {{cssxref('mask-image')}}, {{cssxref('mask-mode')}}, {{cssxref('mask-repeat')}}, {{cssxref('mask-position')}}, {{cssxref('mask-clip')}}, {{cssxref('mask-origin')}}, {{cssxref('mask-size')}} et {{cssxref('mask-composite')}}. diff --git a/files/fr/web/svg/attribute/points/index.md b/files/fr/web/svg/attribute/points/index.md index 24004a79bc..3f3012b7f7 100644 --- a/files/fr/web/svg/attribute/points/index.md +++ b/files/fr/web/svg/attribute/points/index.md @@ -33,7 +33,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## polyline diff --git a/files/fr/web/svg/attribute/preserveaspectratio/index.md b/files/fr/web/svg/attribute/preserveaspectratio/index.md index c2cb1e250c..7063cdc13f 100644 --- a/files/fr/web/svg/attribute/preserveaspectratio/index.md +++ b/files/fr/web/svg/attribute/preserveaspectratio/index.md @@ -148,7 +148,7 @@ rect:hover, rect:active { } ``` -{{EmbedLiveSample('topExample', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Syntaxe diff --git a/files/fr/web/svg/attribute/stroke-dashoffset/index.md b/files/fr/web/svg/attribute/stroke-dashoffset/index.md index 9a1a8fbd70..a256af04fc 100644 --- a/files/fr/web/svg/attribute/stroke-dashoffset/index.md +++ b/files/fr/web/svg/attribute/stroke-dashoffset/index.md @@ -62,7 +62,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Notes d'usage diff --git a/files/fr/web/svg/attribute/stroke-linecap/index.md b/files/fr/web/svg/attribute/stroke-linecap/index.md index e44e7ffd19..82531a2d55 100644 --- a/files/fr/web/svg/attribute/stroke-linecap/index.md +++ b/files/fr/web/svg/attribute/stroke-linecap/index.md @@ -43,7 +43,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Notes d'usage diff --git a/files/fr/web/svg/attribute/stroke-linejoin/index.md b/files/fr/web/svg/attribute/stroke-linejoin/index.md index e22eaaea9e..2794f48e80 100644 --- a/files/fr/web/svg/attribute/stroke-linejoin/index.md +++ b/files/fr/web/svg/attribute/stroke-linejoin/index.md @@ -77,7 +77,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 400)}} +{{EmbedLiveSample('Exemple', '100%', 400)}} ## Contexte d'utilisation diff --git a/files/fr/web/svg/attribute/stroke-miterlimit/index.md b/files/fr/web/svg/attribute/stroke-miterlimit/index.md index 4b9a02bb5d..f038c22c25 100644 --- a/files/fr/web/svg/attribute/stroke-miterlimit/index.md +++ b/files/fr/web/svg/attribute/stroke-miterlimit/index.md @@ -56,7 +56,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 400)}} +{{EmbedLiveSample('Exemple', '100%', 400)}} Quand deux segments de ligne se recontrent en angle aigu, et la liaison définit par {{ SVGAttr("stroke-linejoin") }} vaut `miter`, il est possible que le coin s'étende bien au-delà de l'épaisseur de la ligne du contour. Le ratio `stroke-miterlimit` est utilisé pour définir une limite à partir de laquelle la liaison est convertie de _miter_ à _bevel_. diff --git a/files/fr/web/svg/attribute/stroke-opacity/index.md b/files/fr/web/svg/attribute/stroke-opacity/index.md index 8acc8053df..7eababea65 100644 --- a/files/fr/web/svg/attribute/stroke-opacity/index.md +++ b/files/fr/web/svg/attribute/stroke-opacity/index.md @@ -39,7 +39,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 150)}} +{{EmbedLiveSample('Exemple', '100%', 150)}} ## Notes d'usage diff --git a/files/fr/web/svg/attribute/stroke-width/index.md b/files/fr/web/svg/attribute/stroke-width/index.md index 66dcae8d4a..a80300ad2a 100644 --- a/files/fr/web/svg/attribute/stroke-width/index.md +++ b/files/fr/web/svg/attribute/stroke-width/index.md @@ -35,7 +35,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 150)}} +{{EmbedLiveSample('Exemple', '100%', 150)}} ## Notes d'usage diff --git a/files/fr/web/svg/attribute/stroke/index.md b/files/fr/web/svg/attribute/stroke/index.md index 15d964e62f..ecebe1933f 100644 --- a/files/fr/web/svg/attribute/stroke/index.md +++ b/files/fr/web/svg/attribute/stroke/index.md @@ -39,7 +39,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} ## Notes d'usage diff --git a/files/fr/web/svg/attribute/text-anchor/index.md b/files/fr/web/svg/attribute/text-anchor/index.md index f92806af36..e4a3ebc113 100644 --- a/files/fr/web/svg/attribute/text-anchor/index.md +++ b/files/fr/web/svg/attribute/text-anchor/index.md @@ -54,7 +54,7 @@ html, body, svg { </svg> ``` -{{EmbedLiveSample("exemple", "120", "120")}} +{{EmbedLiveSample("Exemple", "120", "120")}} ## Notes d'utilisation diff --git a/files/fr/web/svg/attribute/transform/index.md b/files/fr/web/svg/attribute/transform/index.md index 59a858b588..c5e38b93b8 100644 --- a/files/fr/web/svg/attribute/transform/index.md +++ b/files/fr/web/svg/attribute/transform/index.md @@ -30,7 +30,7 @@ html,body,svg { height:100% } </svg> ``` -{{EmbedLiveSample('exemple', '100%', 200)}} +{{EmbedLiveSample('Exemple', '100%', 200)}} > **Note :** Pour SVG2, `transform` est un attribut de présentation et peut donc être utilisé comme une propriété CSS. Attention toutefois aux différences de syntaxe entre la propriété CSS et cet attribut. Voir la documentation de la propriété {{cssxref('transform')}} pour la syntaxe . |