Merge pull request #13560 from cuihaoleo:master

This commit is contained in:
Alexander Alekhin 2019-01-09 15:45:09 +00:00
commit 054bd23a43

View File

@ -33,7 +33,7 @@ public class RotatedRect {
angle = vals.length > 4 ? (double) vals[4] : 0;
} else {
center.x = 0;
center.x = 0;
center.y = 0;
size.width = 0;
size.height = 0;
angle = 0;