From 802ae458fede1c2bd6f21be48585914879366e1f Mon Sep 17 00:00:00 2001 From: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Date: Thu, 16 Feb 2023 14:30:27 -0300 Subject: [PATCH] Clarify SVG image gotcha info (#6254) * Clarify SVG image gotcha info * More wording improvements! Co-authored-by: Sarah Rainsberger --------- Co-authored-by: Sarah Rainsberger --- packages/integrations/image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index d1cc22f2c..0c04cb541 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -177,7 +177,7 @@ The output format to be used in the optimized image. The original image format w This property is required for remote images when using the default image transformer Squoosh, this is because the original format cannot be inferred. -> When using the `svg` format, the original image must be in SVG format already (raster images cannot be converted to vector images). The SVG image itself won't be transformed but the final `` element will get the optimization attributes. +Added in v0.15.0: You can use the `` component when working with SVG images, but the `svg` option can only be used when the original image is a `.svg` file. Other image formats (like `.png` or `.jpg`) cannot be converted into vector images. The `.svg` image itself will not be transformed, but the final `` will be properly optimized by the integration. #### quality