SvgPaint.empty constructor

SvgPaint.empty()

Implementation

SvgPaint.empty()
  : fillColor = SvgColor.inherit,
    strokeColor = SvgColor.inherit,
    currentColor = SvgColor.inherit,
    inClipPath = false,
    _userSpace = _dummy;