Property IgnoreRootViewbox
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
IgnoreRootViewbox
Gets or sets a value to indicate turning off viewbox at the root of the drawing.
public bool IgnoreRootViewbox { get; set; }
Property Value
Remarks
There are reported cases where are diagrams displayed in Inkscape program, but will not show when converted. These are diagrams on the drawing canvas of Inkspace but outside the svg viewbox.
When converted the drawings are also converted but not displayed due to clipping. Setting this property to true will clear the clipping region on conversion.