Doodle <https://github.com/nacular/doodle/releases...
# doodle
n
Doodle 0.3.0 has been released. • Files now supported in drag-drop • New elliptical clip path support in Canvas
Copy code
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
Copy code
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
Cool! How about share this news in #feed #javascript channels? 😃
👍 1