//qrcode-kotlin/io.github.g0dkar.qrcode.render/QRCodeGraphics/drawLine
[common, android, js, jvm, native]
[common]
expect open fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int)
[android, js, jvm, native]
actual open fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int)
Draw a straight line from point (x1,y1)
to (x2,y2)
.