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

Parts of the SVG are rendered in black when rendered first time #38

Closed
Doeharrrck opened this issue Jan 12, 2021 · 2 comments
Closed

Parts of the SVG are rendered in black when rendered first time #38

Doeharrrck opened this issue Jan 12, 2021 · 2 comments
Assignees

Comments

@Doeharrrck
Copy link

I have a simple svg drawing which contains a white curve on orange background. In my code, I draw the image five times in consecutive rows of the same WPF Grid. The first time the image is rendered, the area below the curve is filled in black. The code of the image looks like this (so there is no explicit fill-rule applied):

<svg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="88" height="88" rx="8" fill="#FF8021"/> <path d="M8 60.5744H10.0297L10.847 38.9127C11.3892 32.6765 11.3892 27.8335 13.9651 27.8335L33.4391 27.8335C33.6646 32.2401 38.5892 46.8056 40.9434 50.7029C46.3662 59.6804 56.1392 60.8215 62.499 60.5744H79.8518" stroke="#FFBF90" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> </svg>

The version used is 4.1.86

@paulushub
Copy link
Collaborator

@Doeharrrck A fix is committed, please verify this issue.

@Doeharrrck
Copy link
Author

I can confirm that this has solved my problem. Thank you very much!

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

No branches or pull requests

2 participants