ISVGFitToViewBox class

ISVGFitToViewBox class

Interface SVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ‘viewBox’ and ‘preserveAspectRatio’.

The ISVGFitToViewBox type exposes the following members:

Properties

PropertyDescription
view_boxCorresponds to attribute ‘viewBox’ on the given element.
preserve_aspect_ratioCorresponds to attribute ‘preserveAspectRatio’ on the given element.

See Also