add support for svg export

add support to export svgs using Skia SkSVGCanvas

Diffs=
f8004f31e add support for svg export (#6166)

Co-authored-by: hernan <hernan@rive.app>
This commit is contained in:
bodymovin
2023-12-19 17:55:54 +00:00
parent e61a0b05ee
commit 692a33c326
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,9 @@ build_skia_recorder() {
skia_use_angle=false \
skia_use_dng_sdk=false \
skia_use_egl=false \
skia_use_expat=false \
skia_use_expat=true \
skia_use_system_expat=false \
skia_enable_svg=true \
skia_use_fontconfig=false \
skia_use_freetype=false \
skia_use_icu=false \