SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Fork of the ms svg library

Results 131 SVG issues
Sort by recently updated
recently updated
newest added

With .NET 6, `System.Drawing.Common` become a "Windows-only" dependency. See this [official Microsoft note](https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only) about the breaking change. They it's mainly because `libgdiplus` used on Linux systems is "subpar". SVG uses...

platform-support

Hi, When trying to draw a SVG, I receive an out of memory exception with this stack trace: à System.Drawing.Drawing2D.LinearGradientBrush..ctor(PointF point1, PointF point2, Color color1, Color color2) à Svg.SvgLinearGradientServer.GetBrush(SvgVisualElement renderingElement,...

tt:not_started
bug
crash

#### What does this implement/fix? Explain your changes. There is currently no way to obtain the bounds of an element relative to the whole document instead of relative to the...

enhancement

#### Reference Issue Part of #590 Continuation of #934 #### What does this implement/fix? Explain your changes. #### Any other comments?

Added 2 tests concerning svg's with xml:space="preserve" enabled. Also added test for adding SvgText with null Text. #### Reference Issue Based on #817 #### Any other comments? Added 3 tests....

#### Reference Issue No existing recorded issue. #### What does this implement/fix? Explain your changes. If using this SVG library within a .Net framework AppDomain, exceptions must be serializable to...

#### Reference Issue #### What does this implement/fix? Explain your changes. Defers memory allocation until needed when creating new `SvgElement`'s from `712` bytes to `200` bytes. #### Any other comments?...

#### Reference Issue Split from #786 #### What does this implement/fix? Explain your changes. Performance optimizations for SvgPointCollectionConverter parser ```bash dotnet run -c Release -f netcoreapp3.1 -- -f '*SvgPointCollectionConverter_*' ```...

#### Reference Issue Split from #786 Fixes: https://github.com/svg-net/SVG/issues/795 #### What does this implement/fix? Explain your changes. Performance optimization for * SvgColourConverter * SvgPaintServerFactory.Create #### Any other comments? ```bash dotnet run...

#### adding support for <Link ref="stylesheet" url=""> #### Adding support for css inclusion #### Read the content of a

feature-implementation