SvgCoordinate.value constructor

SvgCoordinate.value(
  1. double _value
)

Create a value coordinate.

Implementation

SvgCoordinate.value(this._value) : isPercent = false;