RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.05k stars 67 forks source link

Typo in `PixmapMut::fill_rect` doc comment #94

Closed TomBinford closed 1 month ago

TomBinford commented 1 year ago

https://github.com/RazrFalcon/tiny-skia/blob/be4e5946adad3ae71ee9b5871c5c7884ca01d3e8/src/painter.rs#L173-L188 fill_rect returns (), not an Option.

RazrFalcon commented 1 year ago

Thanks, will fix.