Skip to content

changed code to not convert double to int #57

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

Conversation

avantBentlyNevada
Copy link
Contributor

Found and fixed issue where the stroke-dasharray was not being displayed. This was due to a variable of type double being converted to int. The fix was to simply keep persist the double data type. Below are before and after examples.

Before Fix
image

After Fix
image

@jogibear9988 jogibear9988 merged commit 6271731 into dotnetprojects:master Feb 7, 2022
@jogibear9988
Copy link
Member

thanks

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