size property

Vector2D? size
final

Width and height of element. This is different from the width and height of the bounding box in that the absolute bounding box represents the element after scaling and rotation. Only present if geometry=paths is passed.

Implementation

final Vector2D? size;