canvu-react 0.3.22 → 0.3.24

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