@plait/core 0.2.0-next.2 → 0.2.0-next.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1164,7 +1164,7 @@ function drawRoundRectangle(rs, x1, y1, x2, y2, options, outline = false, border
1164
1164
  function drawAbstractRoundRectangle(rs, x1, y1, x2, y2, isHorizontal, options) {
1165
1165
  const width = Math.abs(x1 - x2);
1166
1166
  const height = Math.abs(y1 - y2);
1167
- const radius = 3;
1167
+ const radius = 5;
1168
1168
  const handleGap = 4;
1169
1169
  const handleLength = 10;
1170
1170
  const handleSpace = handleLength + handleGap * 2;