class Ellipse { constructor(rx, ry=rx){ this.rx = rx; this.ry = ry; } }