Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

While Godot can import SVG files, they are raterized into bitmaps or textures.
As far as I know it is not possible to directly render SVG images.

On the other hand, you can do custom 2D drawings:
https://docs.godotengine.org/en/stable/tutorials/2d/custom_drawing_in_2d.htm
You can find the list of 2D drawing functions here:
https://docs.godotengine.org/en/stable/classes/class_canvasitem.htm