1
0
mirror of https://github.com/godotengine/godot synced 2024-07-01 09:19:20 +00:00

Convert the logo's text outlines into paths

This avoids rendering issues with ThorVG and other renderers (which
don't support the `paint-order` property) at a slight cost in file size.

This approach has already been used by the main icon.
This commit is contained in:
Riteo Siuga 2023-04-07 17:32:59 +02:00
parent f38b540273
commit af9372eb59
2 changed files with 35 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 41 KiB