And fixed on Windows too. We're good.

This commit is contained in:
Pietro Gagliardi 2017-02-25 01:24:43 -05:00
parent 70940e5c06
commit df2a726c1b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// TODO // TODO
// - consider the warnings about antialiasing in the PadWrite sample // - consider the warnings about antialiasing in the PadWrite sample
// - if that's not a problem, do we have overlapping rects in the hittest sample? I can't tell... // - if that's not a problem, do we have overlapping rects in the hittest sample? I can't tell...
// - what happens if any nLines == 0? // - empty string: nLines == 1 and all checks out except extents has x == 0 when not left aligned
// - paragraph alignment is subject to RTL mirroring; see if it is on other platforms // - paragraph alignment is subject to RTL mirroring; see if it is on other platforms
// TODO verify our renderer is correct, especially with regards to snapping // TODO verify our renderer is correct, especially with regards to snapping