We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea2a83 commit ace9dedCopy full SHA for ace9ded
1 file changed
src/ShapeRecord.php
@@ -597,6 +597,7 @@ private function _adjustPoint($point)
597
$point = $this->_fixPoint($point, 'm');
598
}
599
$this->_adjustBBox($point);
600
+ return $point;
601
602
603
/**
0 commit comments