# Sandbox.Utility.Svg.SvgDocument

Helper class for reading Scalable Vector Graphics files.

- Kind: class
- Namespace: `Sandbox.Utility.Svg`
- Assembly: `Sandbox.Engine`

## Properties

- [`Paths`](/api/Sandbox.Utility.Svg.SvgDocument/Paths): List of all shapes in the document.

## Methods

- [`FromString`](/api/Sandbox.Utility.Svg.SvgDocument/FromString): Reads an SVG document from the given string, returning a list of path elements describing the shapes in the image.
