[UFO-devel] Patch: ufo::UGL_Graphics::mapToDevice()
Status: Beta
Brought to you by:
schmidtjf
From: Andreas B. <b_...@gm...> - 2006-03-10 20:44:20
|
Hi attached a patch that fixes ufo::UGL_Graphics::mapToDevice(): the last coordinate inside a rect is (rect.y + rect.h - 1), not (rect.y + rect.h). CU Andi |