Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Mar 2, 2024
1 parent 2685a92 commit 25e0879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/SVG
Submodule SVG updated 41 files
+25 −21 .github/workflows/runtests.yml
+2 −0 .gitignore
+9 −226 Generators/AvailableElementsGenerator.cs
+46 −0 Generators/Element.cs
+17 −0 Generators/MemberType.cs
+52 −0 Generators/Property.cs
+25 −0 Generators/PropertyEqualityComparer.cs
+9 −1 Generators/Svg.Generators.csproj
+26 −0 Generators/SyntaxReceiver.cs
+2 −1 Samples/Entities/Entities.csproj
+3 −0 Samples/SVGBuilder/Properties/AssemblyInfo.cs
+3 −2 Samples/SVGBuilder/SVGBuilder.csproj
+3 −0 Samples/SVGViewer/Properties/AssemblyInfo.cs
+3 −2 Samples/SVGViewer/SVGViewer.csproj
+2 −4 Samples/SvgConsole/SvgConsole.csproj
+2 −1 Samples/SvgRuntimeUpdates/SvgRuntimeUpdates.csproj
+1 −1 Source/DataTypes/SvgNumberCollection.cs
+2 −2 Source/DataTypes/SvgPointCollection.cs
+2 −2 Source/DataTypes/SvgUnitConverter.cs
+10 −0 Source/Exceptions/SvgException.cs
+4 −0 Source/Exceptions/SvgGdiPlusCannotBeLoadedException.cs
+4 −0 Source/Exceptions/SvgMemoryException.cs
+5 −0 Source/Generated/Readme.md
+4 −4 Source/Helpers/StringParser.cs
+5 −5 Source/Paths/CoordinateParser.cs
+38 −38 Source/Paths/SvgPathBuilder.cs
+8 −4 Source/Svg.csproj
+7 −9 Source/Svg.sln
+64 −0 Source/SvgModel.cs
+17 −17 Source/Transforms/SvgTransformConverter.cs
+2 −2 Source/version.json
+61 −0 Tests/Svg.Benchmark.sln
+2 −2 Tests/Svg.Benchmark/CoordinateParserBenchmarks.cs
+4 −3 Tests/Svg.Benchmark/Svg.Benchmark.csproj
+8 −3 Tests/Svg.Custom/Svg.Custom.csproj
+2 −1 Tests/Svg.Tests.Common/Svg.Tests.Common.csproj
+61 −0 Tests/Svg.UnitTests.sln
+2 −3 Tests/Svg.UnitTests/Svg.UnitTests.csproj
+3 −0 Tests/SvgW3CTestRunner/Properties/AssemblyInfo.cs
+3 −2 Tests/SvgW3CTestRunner/SvgW3CTestRunner.csproj
+13 −4 doc/ReleaseNotes.md

0 comments on commit 25e0879

Please sign in to comment.