diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-23 21:11:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 21:11:15 +0200 |
commit | ad8c50a49c942333b80a6b0a961c2f9b0c986712 (patch) | |
tree | eed9412eff08cab7e56b9af6b29511a858939b4d /thirdparty/thorvg/src/lib/tvgSwCanvas.cpp | |
parent | 3fb1f258bea0ca733af8ac133a686cf63e23069f (diff) | |
parent | fb67a685a934d35fc20303aeda4c527660edcbeb (diff) |
Merge pull request #61326 from akien-mga/thorvg-latest
Diffstat (limited to 'thirdparty/thorvg/src/lib/tvgSwCanvas.cpp')
-rw-r--r-- | thirdparty/thorvg/src/lib/tvgSwCanvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/lib/tvgSwCanvas.cpp b/thirdparty/thorvg/src/lib/tvgSwCanvas.cpp index 8c9de8cb51..b5cae424f7 100644 --- a/thirdparty/thorvg/src/lib/tvgSwCanvas.cpp +++ b/thirdparty/thorvg/src/lib/tvgSwCanvas.cpp @@ -102,4 +102,4 @@ unique_ptr<SwCanvas> SwCanvas::gen() noexcept return unique_ptr<SwCanvas>(new SwCanvas); #endif return nullptr; -}
\ No newline at end of file +} |