Anthon Nilsson

Results 3 issues of Anthon Nilsson

In C# a well used nuget is `NodaTime`. It aims to solve many disadvantages with the built in `DateTime`. https://www.nuget.org/packages/NodaTime The entity framework data driver `Npgsql` for PostgreSql also suggests...

#### Description This SVG: ![source](https://github.com/svg-net/SVG/assets/7062803/3647b1e2-f52d-498b-aacb-e98227b73e8a) Gets rendered as: ![render](https://github.com/svg-net/SVG/assets/7062803/bd61d86d-c254-4e79-9f88-65ca4962cd91) The followin test code was used: ``` c# var svg = SvgDocument.Open(Stream); _image = svg.Draw(); _image.Save("render.png"); Stream.Seek(0, SeekOrigin.Begin); using var save...

If adding a feature more then once to the same Snap interaction unsubscription of feature change events do not work if the snap later on is removed from map interactions....

bug