SetClipper ignores Perspective2D settings.

Hello,
It seems that SetClipper ignores settings for Perspective2D so there is no possibility to clip areas with sub-pixel accuracy. It cause some not pleasurable bugs depends on situation. So even in situation where Perspective3d set in following way:
display->Perspective2D(SCREEN_WIDTH*16, SCREEN_HEIGHT*16, false);
Regions for clipping should be add without 16 multiplier. Is there any elegant solution which will allow me to clip regions with sub-pixel accuracy without glitches?
Thanks in advance,
Nikita Leonov
It seems that SetClipper ignores settings for Perspective2D so there is no possibility to clip areas with sub-pixel accuracy. It cause some not pleasurable bugs depends on situation. So even in situation where Perspective3d set in following way:
display->Perspective2D(SCREEN_WIDTH*16, SCREEN_HEIGHT*16, false);
Regions for clipping should be add without 16 multiplier. Is there any elegant solution which will allow me to clip regions with sub-pixel accuracy without glitches?
Thanks in advance,
Nikita Leonov