SvgDocument Class

Definition

Namespace Svg
Assembly Svg.Custom.dll
Inherits ObjectSvgElementSvgFragment
Show inherited members (109)

Svg.Custom exposes the URI-based lookup surface that the SVG sources already implement internally via SvgElementIdManager.

The original submodule-side fix added these overloads directly to SvgDocument so retained-scene code could resolve references like file.svg#id without falling back to string-only lookups. Keeping the overloads in a partial class preserves the same forwarding behavior while avoiding a public-API delta in the externals/SVG checkout.

public class SvgDocument : SvgFragment, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort, ITypeDescriptorContext, IServiceProvider
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (15)

Methods (22)

Extensions (3)

Explicit Interface Implementation Methods (3)