render
render copied to clipboard
A lightweight graphics library for the Elm programming language
Hi @Kwarrtz, In search of drawing functionality for Elm, I encountered your excellent library. Because I read you're not planning to support it any more, and I needed automatic positioning...
I'm opening this issue as a place to collect suggestions and grievances with regards to the documentation. The documentation for this library is, quite frankly, horrible, and no one is...
Can we get inner types exposed. Like for LineStyle (Flat, Sharp) or for TextStyle (Left, Right) and other. To be able to actually use _styledText_ and _styledLine_ etc functionality
Can't get opacity (alpha) working for Form. Trying for text and image forms. Does it supposed to work??