smooth and clip the image as necessary

Authored by sitter on May 20 2019, 12:24 PM.

Description

smooth and clip the image as necessary

smoothing ensures it looks dapper. ideally we'd want mipmapping but there
is a performance cost associated with it that may not be practical. in fact
loading the view already takes too long I find. possibly a loder might help
and/or image asyncness

clip ensures we dont paint outside the bounding rect. this isn't a problem
with the current fill mode, but could become one if we change the mode.

Details

Committed
sitterMay 20 2019, 12:24 PM
Parents
R574:c260b792987a: add a git ignore
Branches
Unknown
Tags
Unknown