linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.24k stars 93 forks source link

`draw_text` docs out of date? #509

Closed yrns closed 2 years ago

yrns commented 2 years ago

The documentation for RenderContext::draw_text indicates the position parameter is the baseline, but that was changed at some point to be the top of the first line (maybe #234?). Is that right?