platf-android/src/androidInstrumentedTest/kotlin/org/jetbrains/letsPlot/android/canvas/ContextPath2dTest.kt [294:303]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val (canvas, ctx) = createCanvas() ctx.fillStyle = fillColor ctx.beginPath() ctx.ellipse( x = 50.0, y = 50.0, radiusX = 20.0, radiusY = 50.0, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platf-android/src/androidInstrumentedTest/kotlin/org/jetbrains/letsPlot/android/canvas/ContextPath2dTest.kt [320:328]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val (canvas, ctx) = createCanvas() ctx.fillStyle = fillColor ctx.beginPath() ctx.ellipse( x = 50.0, y = 50.0, radiusX = 20.0, radiusY = 50.0, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -