Table of Contents

Property IgnoreRootViewbox

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

IgnoreRootViewbox

Gets or sets a value to indicate whether to turn off viewbox at the root of the drawing.

public bool IgnoreRootViewbox { get; set; }

Property Value

bool

For image outputs, this will force the original size to be saved.

The default value is false.

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.