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/realtime.cjs CHANGED
@@ -180,9 +180,7 @@ function PresenceRemoteLayer({
180
180
  size: LUCIDE_POINTER_VIEWBOX,
181
181
  color,
182
182
  fill: color,
183
- stroke: "#ffffff",
184
- strokeWidth: 1.25,
185
- absoluteStrokeWidth: true,
183
+ stroke: "none",
186
184
  "aria-hidden": true
187
185
  }
188
186
  )
@@ -194,9 +192,6 @@ function PresenceRemoteLayer({
194
192
  x: cur.x + labelOffsetX,
195
193
  y: cur.y + labelOffsetY,
196
194
  fill: color,
197
- stroke: "#ffffff",
198
- strokeWidth: 2.5 / z,
199
- paintOrder: "stroke",
200
195
  style: {
201
196
  fontSize: labelFont,
202
197
  fontFamily: "system-ui, sans-serif",