Cacao icon indicating copy to clipboard operation
Cacao copied to clipboard

Implement View.clipsToBounds

Open colemancda opened this issue 8 years ago • 2 comments

Respect View.clipsToBounds: Bool in Screen for Silica drawing.

colemancda avatar May 30 '16 19:05 colemancda

Fixed in #12

colemancda avatar Jun 08 '17 11:06 colemancda

Still need to implement, UIScreen.render() should be modified and adjust the source and destination SDL rect based on UIView.clipsToBounds.

See UIView.render()

colemancda avatar Jun 10 '17 14:06 colemancda