diff --git a/src/Jobs/GenerateAnnotationPatch.php b/src/Jobs/GenerateAnnotationPatch.php index f8753768..dcd139e2 100644 --- a/src/Jobs/GenerateAnnotationPatch.php +++ b/src/Jobs/GenerateAnnotationPatch.php @@ -369,7 +369,7 @@ protected function getSVGAnnotation($shapeId, $points) switch ($shapeId) { case Shape::pointId(): - $radius = 3; + $radius = 1; return new SVGCircle($points[0], $points[1], $radius); case Shape::circleId(): return new SVGCircle($points[0], $points[1], $points[2]);