canvu-react 0.3.22 → 0.3.23

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.
package/dist/react.js CHANGED
@@ -6525,9 +6525,7 @@ function PresenceRemoteLayer({
6525
6525
  size: LUCIDE_POINTER_VIEWBOX,
6526
6526
  color,
6527
6527
  fill: color,
6528
- stroke: "#ffffff",
6529
- strokeWidth: 1.25,
6530
- absoluteStrokeWidth: true,
6528
+ stroke: "none",
6531
6529
  "aria-hidden": true
6532
6530
  }
6533
6531
  )
@@ -6539,9 +6537,6 @@ function PresenceRemoteLayer({
6539
6537
  x: cur.x + labelOffsetX,
6540
6538
  y: cur.y + labelOffsetY,
6541
6539
  fill: color,
6542
- stroke: "#ffffff",
6543
- strokeWidth: 2.5 / z,
6544
- paintOrder: "stroke",
6545
6540
  style: {
6546
6541
  fontSize: labelFont,
6547
6542
  fontFamily: "system-ui, sans-serif",