Fix display test

This commit is contained in:
Victor Shcherb 2012-09-15 02:46:07 +02:00
parent aa76c2223a
commit bd29fe7171

View file

@ -497,7 +497,7 @@ void drawPolygon(MapDataObject* mObj, RenderingRuleSearchRequest* req, SkCanvas*
if (tx > rc->getWidth()) {
tx = rc->getWidth();
}
float ty = rc->calcX;
float ty = rc->calcY;
if (ty < 0) {
ty = 0;
}