You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/assets_pipeline/importing_images.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ Godot can import the following image formats:
24
24
- Truevision Targa (``.tga``)
25
25
- SVG (``.svg``, ``.svgz``)
26
26
- SVGs are rasterized using `ThorVG <https://www.thorvg.org/>`__
27
-
when importing them. Support is limited; complex vectors may not render correctly.
27
+
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>`__;
28
+
complex vectors may not render correctly.
28
29
You can check whether ThorVG can render a certain vector correctly using its
0 commit comments