svgPreserveAspectRatio top-level property

dynamic get svgPreserveAspectRatio

Corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.

MDN Reference

Implementation

_i2.dynamic get svgPreserveAspectRatio => _i4.getProperty(
      _self,
      'SVGPreserveAspectRatio',
    );