//qrcode-kotlin/qrcode.render/QRCodeGraphics/drawEllipse

drawEllipse

[common, android, js]
[common]
expect fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)

[android, js]
actual fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)

Draw the edges of an ellipse (aka "a circle") which occupies the area (x,y,width,height)

[jvm]
actual open fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)

Draw the edges of an ellipsis (aka "a circle") which occupies the area (x,y,width,height)