Skip to content

Commit c985931

Browse files
authored
Merge pull request godotengine#7593 from Calinou/importing-images-thorvg-support
Link to ThorVG's SVG support page in Importing images
2 parents 8855514 + d7efa88 commit c985931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/assets_pipeline/importing_images.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Godot can import the following image formats:
2424
- Truevision Targa (``.tga``)
2525
- SVG (``.svg``, ``.svgz``)
2626
- 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.
2829
You can check whether ThorVG can render a certain vector correctly using its
2930
`web-based viewer <https://www.thorvg.org/viewer>`__.
3031
For complex vectors, rendering them to PNGs using `Inkscape <https://inkscape.org/>`__

0 commit comments

Comments
 (0)