Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

rbenheidorn at gmail dot com
10 years ago
Discovered while working on printing geographical boundaries to an image: if you provide floating point vertices, then the decimal value is automatically truncated. This can cause images drawn with floating point vertices to shift slightly towards the top-left corner. My personal resolution is to round all of the vertices to their nearest whole values, which eliminates this shift.

<< Back to user notes page

To Top