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

Fix: Number of values in array increases if number of values is odd. #584

Merged
merged 1 commit into from Sep 24, 2019

Conversation

H1Gdev
Copy link
Contributor

@H1Gdev H1Gdev commented Sep 24, 2019

Reference Issue

What does this implement/fix? Explain your changes.

SVG
<line x1="10" y1="10" x2="180" y2="10" stroke="black" stroke-width="4" stroke-dasharray="20 4 8" />
Expected
<line x1="10" y1="10" x2="180" y2="10" stroke="black" stroke-width="4" stroke-dasharray="20 4 8" />
Actual
<line x1="10" y1="10" x2="180" y2="10" stroke="black" stroke-width="4" stroke-dasharray="20 4 8 20 4 8" />

Any other comments?

@mrbean-bremen mrbean-bremen merged commit b01a75d into svg-net:master Sep 24, 2019
@H1Gdev H1Gdev deleted the stroke-dasharray branch September 24, 2019 22:56
@H1Gdev H1Gdev mentioned this pull request Oct 24, 2019
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.

None yet

2 participants