Fix display test
This commit is contained in:
parent
aa76c2223a
commit
bd29fe7171
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue