git-svn-id: svn://db.shs.com.ru/libs@402 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-06-13 13:01:25 +00:00
parent 34e6af4c39
commit 372abdf222
5 changed files with 163 additions and 26 deletions

View File

@@ -787,7 +787,7 @@ void Graphic::findGraphicsRect(double start_x, double end_x, double start_y, dou
// return;
// }
// can_fast = false;
vx = DBL_MIN;
vx = -DBL_MAX;
minY = minX = DBL_MAX;
maxY = maxX = -DBL_MAX;
foreach (const GraphicType & t, graphics) {