SvgCoordinate.percent constructor
SvgCoordinate.percent(
- double _value
Create a percentage coordinage, where an argument of 50 will represent 50%, etc.
Implementation
SvgCoordinate.percent(this._value) : isPercent = true;