You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
The text was updated successfully, but these errors were encountered: