elmesque
elmesque copied to clipboard
An attempt at porting Elm's incredibly useful, purely functional std graphics modules.
This issue was automatically generated. Feel free to close without ceremony if you do not agree with re-licensing or if it is not possible for other reasons. Respond to @cmr...
Sorry if this is a stupid question, but how _would_ I embed a font into my app? As far as I can tell the text object needs a filepath, so...
If text is placed at a fractional position (i.e. `[30.3, 20.5]` instead of `[30.0, 20.0]`) it causes artefacts to appear and a slight warping when drawn. @bvssvni is there maybe...
I am used to see `nil` and `null`, but not `nill`. Is it just me that finds `Nill` a bit strange?
The current 0.0.3 does not work with Rust 1.0. Could you release a 0.0.4?
Currently the dimensions and position of the cropped area are off when rendered to retina display - this is likely because we should be using the Viewport instead of passing...
Currently it mutates a static variable: ``` Rust /// The global graphics unique identifier counter. pub type Guid = u64; pub static mut GUID: Guid = 0; /// Increment the...
This will result in a lifetime leaking throughout the crate, but I guess this was inevitable if we want to care about performance.
- [ ] PointPath - [ ] Padded - [ ] join - [ ] dashing - [ ] dash_offset - [ ] Shape - [ ] Line - [...
- [ ] Image - [ ] Fitted - [ ] Cropped - [ ] Tiled