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
On ie6, setting a path using path.attr({"stroke-dasharray", "- "});
But trying to reset it to be a solid line is impossible. Just like path.attr({"stroke-dasharray", ""});
That's works fine in chrome or firefox.
Finally, setting path.attr({"stroke-dasharray", "none"}); can fix it.