From 017a6c759b592e3d1d4aa57751bf2dc13a36abd0 Mon Sep 17 00:00:00 2001 From: Marcel <65481677+MarcelBolten@users.noreply.github.com> Date: Fri, 2 Apr 2021 13:01:58 -0700 Subject: [PATCH] Mention embedded svg to img conversion --- what-else-can-i-do/images.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/what-else-can-i-do/images.md b/what-else-can-i-do/images.md index d28f32a1..43ff48ee 100644 --- a/what-else-can-i-do/images.md +++ b/what-else-can-i-do/images.md @@ -198,6 +198,8 @@ This is an embedded SVG image: All units with no dimension are taken as pixels. +An SVG image embedded in HTML will be extracted to a temporary svg file which in turn is loaded via the `` element. All attributes except the class attribute will be removed during this process. + ## Size of SVG image The viewBox attribute of the `` element is used (if present) to determine the intrinsic size of the image.