Descriptionremove fragile assert
The assert basically wants the following to always be true (but it aint)
floor(int + 0.5 + float) == floor(0.5 + float) + int
... where int + 0.5 happens first, and then we add the float.
BUG=skia:4825
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1609873003
Committed: https://skia.googlesource.com/skia/+/bf361d3ba2ed9cd5a3da827ca0f7ef0d44b50410
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 16 (9 generated)
|