Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unsetting the stroke-dasharray in VML. Fixes #617. #833

Merged

Conversation

TheCloudlessSky
Copy link
Contributor

When setting a stroke-dasharray for a path (e.g. path.attr({ 'stroke-dasharray': '-' })), it is not possible to unset it with path.attr({ 'stroke-dasharray': '' }). This PR fixes this problem (and #617).

tomasAlabes added a commit that referenced this pull request Feb 22, 2014
Allow unsetting the stroke-dasharray in VML. Fixes #617.
@tomasAlabes tomasAlabes merged commit e1e2dae into DmitryBaranovskiy:master Feb 22, 2014
@TheCloudlessSky TheCloudlessSky deleted the stroke-dasharray-fix branch February 22, 2014 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants