SvgEllipse constructor

SvgEllipse(
  1. String tagName,
  2. double cx,
  3. double cy,
  4. double rx,
  5. double ry,
)

Implementation

SvgEllipse(this.tagName, this.cx, this.cy, this.rx, this.ry);