فهرست منبع

fix(iimporting_images.rst): remove unsupported image format

Mateus Elias 1 سال پیش
والد
کامیت
c234876d88
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tutorials/assets_pipeline/importing_images.rst

+ 1 - 1
tutorials/assets_pipeline/importing_images.rst

@@ -22,7 +22,7 @@ Godot can import the following image formats:
 - PNG (``.png``)
 - PNG (``.png``)
   - Precision is limited to 8 bits per channel upon importing (no HDR images).
   - Precision is limited to 8 bits per channel upon importing (no HDR images).
 - Truevision Targa (``.tga``)
 - Truevision Targa (``.tga``)
-- SVG (``.svg``, ``.svgz``)
+- SVG (``.svg``)
   - SVGs are rasterized using `ThorVG <https://www.thorvg.org/>`__
   - SVGs are rasterized using `ThorVG <https://www.thorvg.org/>`__
   when importing them. `Support is limited <https://www.thorvg.org/about#:~:text=among%20the%20svg%20tiny%20specs%2C%20yet%20unsupported%20features%20in%20the%20thorvg%20are%20the%20following>`__;
   when importing them. `Support is limited <https://www.thorvg.org/about#:~:text=among%20the%20svg%20tiny%20specs%2C%20yet%20unsupported%20features%20in%20the%20thorvg%20are%20the%20following>`__;
   complex vectors may not render correctly.
   complex vectors may not render correctly.