You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this looks like a bug. The marker element is inheriting the stroke-dasharray because it’s within the g of the line mark. We could either move it up so it doesn’t inherit, or set the stroke-dasharray attribute on the marker explicitly to none. It seems reasonable that the marker shouldn’t inherit dashed strokes.
Current State
Certain settings on
strokeDasharray
property may break the markers. Here for instance instead of an arrow on the line we have a tick:Repro
Expected State
strokeDasharray
should not affect markers, or there should be a separate property to control it:The text was updated successfully, but these errors were encountered: