From c99152f7c3b535269d1ba92ee19940c54364a3ef Mon Sep 17 00:00:00 2001 From: Max Katz Date: Sun, 20 Jul 2025 17:40:56 +0200 Subject: [PATCH] Add trimming attributes --- externals/SVG | 2 +- samples/AvaloniaSvgSample/AvaloniaSvgSample.csproj | 2 ++ src/Svg.Custom/Svg.Custom.csproj | 12 ++++++++++++ src/Svg.Skia/Svg.Skia.csproj | 12 ++++++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/externals/SVG b/externals/SVG index c53af12d97..c252c0ee11 160000 --- a/externals/SVG +++ b/externals/SVG @@ -1 +1 @@ -Subproject commit c53af12d973bffef486c3d6a32c941a0d15cd987 +Subproject commit c252c0ee11468a4eda726bbdc15eb2a939b2cb4e diff --git a/samples/AvaloniaSvgSample/AvaloniaSvgSample.csproj b/samples/AvaloniaSvgSample/AvaloniaSvgSample.csproj index f6f07bf977..2177b9f5e5 100644 --- a/samples/AvaloniaSvgSample/AvaloniaSvgSample.csproj +++ b/samples/AvaloniaSvgSample/AvaloniaSvgSample.csproj @@ -6,6 +6,8 @@ latest False disable + true + true diff --git a/src/Svg.Custom/Svg.Custom.csproj b/src/Svg.Custom/Svg.Custom.csproj index 07683aee89..89ea6fb6d4 100644 --- a/src/Svg.Custom/Svg.Custom.csproj +++ b/src/Svg.Custom/Svg.Custom.csproj @@ -14,6 +14,18 @@ $(DefineConstants);NO_SDC + + + true + false + true + + + + true + true + + Custom build of the SVG rendering library. Svg.Custom diff --git a/src/Svg.Skia/Svg.Skia.csproj b/src/Svg.Skia/Svg.Skia.csproj index dffa0aab2b..22b93abe52 100644 --- a/src/Svg.Skia/Svg.Skia.csproj +++ b/src/Svg.Skia/Svg.Skia.csproj @@ -10,6 +10,18 @@ enable + + + true + false + true + + + + true + true + + An SVG rendering library. Svg.Skia