Namespace Xui.Core.Canvas.SVG
Classes
- Extensions
Provides SVG-related extension methods for the IPathDrawingContext interface.
Structs
- PathDataBuilder
A utility for converting parsed SVG path commands into drawing operations on an IPathDrawingContext target.
This builder supports both absolute (e.g.,
M,L,C) and relative (e.g.,m,l,c) SVG commands, and tracks the current drawing point and control points for smooth curves.