viewBox property

(double, double, double, double)? viewBox
final

(minX, minY, width, height) from the root viewBox, or from width and height when there is no viewBox. Null when the document declares neither, in which case the caller should assume the icon is already on the target grid.

Implementation

final (double, double, double, double)? viewBox;