We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f45d2f8 + 26ac8ce commit 23c1389Copy full SHA for 23c1389
modules/svg/SCsub
@@ -69,6 +69,8 @@ env_svg.Prepend(CPPPATH=[thirdparty_dir + "inc"])
69
70
# Enable ThorVG static object linking.
71
env_svg.Append(CPPDEFINES=["TVG_STATIC"])
72
+# Explicit support for embedded images in svg.
73
+env_svg.Append(CPPDEFINES=["THORVG_FILE_IO_SUPPORT"])
74
75
env_thirdparty = env_svg.Clone()
76
env_thirdparty.disable_warnings()
0 commit comments