ISVGFitToViewBox Interface

ISVGFitToViewBox interface

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

public interface ISVGFitToViewBox

Properties

NameDescription
getPreserveAspectRatio Corresponds to attribute ‘preserveAspectRatio’ on the given element.
getViewBox Corresponds to attribute ‘viewBox’ on the given element.

See Also