-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Release Notes: https://github.com/thorvg/thorvg/releases/tag/v0.10.0 - API change ARGB8888_STRAIGHT -> ARGB8888S - SVG-SCsub: Enable static ThorVG object linking - SVG-SCsub: avoid building unused ThorVG parts - update-thorvg.sh: add v0.10.0 and copy only the Godot relevant code
- Loading branch information
Showing
70 changed files
with
3,922 additions
and
6,986 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ Vincenzo Pupillo <[email protected]> | |
EunSik Jeong <[email protected]> | ||
Samsung Electronics Co., Ltd | ||
Rafał Mikrut <[email protected]> | ||
Martin Capitanio <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
#ifndef THORVG_CONFIG_H | ||
#define THORVG_CONFIG_H | ||
|
||
#define THORVG_SW_RASTER_SUPPORT 1 | ||
#define THORVG_SW_RASTER_SUPPORT | ||
|
||
#define THORVG_SVG_LOADER_SUPPORT 1 | ||
#define THORVG_SVG_LOADER_SUPPORT | ||
|
||
#define THORVG_PNG_LOADER_SUPPORT 1 | ||
|
||
#define THORVG_TVG_LOADER_SUPPORT 1 | ||
|
||
#define THORVG_TVG_SAVER_SUPPORT 1 | ||
|
||
#define THORVG_JPG_LOADER_SUPPORT 1 | ||
|
||
#define THORVG_VERSION_STRING "0.9.0" | ||
#define THORVG_VERSION_STRING "0.10.0" | ||
#endif |
Oops, something went wrong.