SvgCoordinate.percent constructor

SvgCoordinate.percent(
  1. double _value
)

Create a percentage coordinage, where an argument of 50 will represent 50%, etc.

Implementation

SvgCoordinate.percent(this._value) : isPercent = true;