Samuel Selleck

Results 2 issues of Samuel Selleck

This adds an optional parameter "fit" to images that allows for different modes of sizing to bounds: ```rust /// Image fit/layout options #[pax] pub enum ImageFit { /// Scale the...

This is the start of refactoring pax-pixels and the engines RenderContext trait from this model: ```rust fn fill(&mut self, path: Path, fill: Fill); ``` to this model: ```rust fn make_fill(&self,...