Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec416 commit c08e75aCopy full SHA for c08e75a
src/_path.h
@@ -904,8 +904,6 @@ bool path_intersects_rectangle(PathIterator &path,
904
905
double cx = (rect_x1 + rect_x2) * 0.5, cy = (rect_y1 + rect_y2) * 0.5;
906
double w = fabs(rect_x1 - rect_x2), h = fabs(rect_y1 - rect_y2);
907
- double xmin = std::min(rect_x1, rect_x2), xmax = std::max(rect_x1, rect_x2);
908
- double ymin = std::min(rect_x1, rect_x2), ymax = std::max(rect_x1, rect_x2);
909
910
double x1, y1, x2, y2;
911
0 commit comments