diff options
Diffstat (limited to 'files/fr/web/css/scaling_of_svg_backgrounds')
-rw-r--r-- | files/fr/web/css/scaling_of_svg_backgrounds/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/web/css/scaling_of_svg_backgrounds/index.html b/files/fr/web/css/scaling_of_svg_backgrounds/index.html index ecd528838c..8e48618b9b 100644 --- a/files/fr/web/css/scaling_of_svg_backgrounds/index.html +++ b/files/fr/web/css/scaling_of_svg_backgrounds/index.html @@ -1,11 +1,12 @@ --- title: Redimensionnement d'arrière-plans SVG -slug: Web/CSS/Redimensionnement_arrière-plans_SVG +slug: Web/CSS/Scaling_of_SVG_backgrounds tags: - CSS - Guide - SVG translation_of: Web/CSS/Scaling_of_SVG_backgrounds +original_slug: Web/CSS/Redimensionnement_arrière-plans_SVG --- <p>Les images SVG sont très flexibles et lorsqu'on les utilise en CSS avec les propriétés {{cssxref("background-image")}} et {{cssxref("background-size")}}, il faut s'assurer de considérer les différents aspects qui leurs sont propres. Dans cet article, on décrit comment les images SVG sont redimensionnées grâce à ces propriétés.</p> |