https://bugs.documentfoundation.org/show_bug.cgi?id=103322

--- Comment #14 from Khaled Hosny <[email protected]> ---
Another alternative to floating point, is to keep using integers but use a
scale, so instead of shaping at 10 pixels and drawing at the coordinates we
get, we shape at 10 * SCALE and shape ant coordinates / SCALE. Which is what
many other libraries do, and I vaguely remember that we have something similar
by may be we are not using it thoroughly. Worth investigating.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to