//qrcode-kotlin/qrcode.render/QRCodeGraphics/fillEllipse

fillEllipse

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

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

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

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

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