Skip to content

Unable to reset stroke-dasharray in IE6 #617

Closed
@dos1in

Description

@dos1in

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions