doodle
doodle copied to clipboard
A pure Kotlin UI framework for the Web and Desktop.
Using an iPhone 6S 12.1.3, Chrome and Safari browsers. It seems like the input is not working on any of the UI Components examples: https://nacular.github.io/doodle/#/controls
Text set to a Switch is not rendered when BasicSwitchBehavior is applied.
Documents not open source?
Hello, Is it possible to export an image of the view as a png? Also Is it also possible to use doodle in conjunction with other libraries e.g. compose with...
The "newline" characters seems to be replaced with spaces ` ` when using LinearGradientPaint. ```kotlin fun textMetricsError( textMetrics: TextMetrics, font: Font // family = "sans-serif" ; size = 80 ):...
There is something off regarding textSize calculations when it comes to multiline texts. See this code rendering list of texts one after another: ```kotlin fun textMetricsError( textMetrics: TextMetrics, font: Font...