-
Notifications
You must be signed in to change notification settings - Fork 649
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Discussed in #1940
Originally posted by dgkorenje August 13, 2025
Setting geometrySvg is throwing error at Svg.cs at: path.GetTightBounds(out var result);
An unhandled exception of type 'System.ExecutionEngineException' occurred in LiveChartsCore.SkiaSharpView.dll
I assume SKPath is being disposed causing this error?
If unique string is set, it works fine. But if I reuse the same string (svg path) it will crash.
edit:
Clearing cache before setting the same string seems to work.
VariableSVGPathGeometry.Cache.Clear()
edit2:
ok this doesn't work. Apparently clearing cache if you have two series it will still crash.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working