Skip to content

Commit

Permalink
thorvg update to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beicause committed Oct 24, 2024
1 parent 179178b commit 569fb8f
Show file tree
Hide file tree
Showing 78 changed files with 2,148 additions and 1,617 deletions.
2 changes: 1 addition & 1 deletion modules/svg/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ thirdparty_dir = "#thirdparty/thorvg/"
thirdparty_sources = [
# common
"src/common/tvgCompressor.cpp",
"src/common/tvgLines.cpp",
"src/common/tvgMath.cpp",
"src/common/tvgStr.cpp",
# SVG parser
Expand Down Expand Up @@ -52,6 +51,7 @@ thirdparty_sources = [
"src/renderer/sw_engine/tvgSwImage.cpp",
"src/renderer/sw_engine/tvgSwMath.cpp",
"src/renderer/sw_engine/tvgSwMemPool.cpp",
"src/renderer/sw_engine/tvgSwPostEffect.cpp",
"src/renderer/sw_engine/tvgSwRaster.cpp",
"src/renderer/sw_engine/tvgSwRenderer.cpp",
"src/renderer/sw_engine/tvgSwRle.cpp",
Expand Down
4 changes: 4 additions & 0 deletions thirdparty/thorvg/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ Lucas Niu <[email protected]>
Francisco Ramírez <[email protected]>
Abdelrahman Ashraf <[email protected]>
Neo Xu <[email protected]>
Thaddeus Crews <[email protected]>
Josh Soref <[email protected]>
Elliott Sales de Andrade <[email protected]>
Łukasz Pomietło <[email protected]>
2 changes: 1 addition & 1 deletion thirdparty/thorvg/inc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
// For internal debugging:
//#define THORVG_LOG_ENABLED

#define THORVG_VERSION_STRING "0.14.10"
#define THORVG_VERSION_STRING "0.15.2"
#endif
291 changes: 195 additions & 96 deletions thirdparty/thorvg/inc/thorvg.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion thirdparty/thorvg/src/common/tvgCompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ size_t b64Decode(const char* encoded, const size_t len, char** decoded)
encoded += 4;
}
*decoded = output;
return reserved;
return idx;
}


Expand Down
245 changes: 0 additions & 245 deletions thirdparty/thorvg/src/common/tvgLines.cpp

This file was deleted.

61 changes: 0 additions & 61 deletions thirdparty/thorvg/src/common/tvgLines.h

This file was deleted.

Loading

0 comments on commit 569fb8f

Please sign in to comment.