https://kotlinlang.org logo
Title
n

Nick

11/05/2020, 12:11 PM
Doodle 0.3.0 has been released. • Files now supported in drag-drop • New elliptical clip path support in Canvas
canvas.clip(ellipse) {
    // render into clipped region
}
• Scheduler is now shutdown when app is • New API in 
Behavior
 to control content direction mirroring • New 
behavior
 delegate to centralize common operations • Initial work on DSL: new 
view {}
 and 
container {}
 functions
val panel = view {
    render = {
        rect(...)
        text(...)
    }
}

val container = container {
    this += view {}
}
• Improved ergonomics for adding/removing items to Display and Container • Changed Container from interface to concrete View, which replaces Box
🎉 2
d

Dmitry Romanov [JB]

11/05/2020, 12:48 PM
Cool! How about share this news in #feed #javascript channels? 😃
👍 1