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
Many times SkiaSharp doesn't calculate intersection of two paths well. Result path contains no points. For example next dotNet core console application is not able to calculate intersection. It writes 0 on console.
The same example in C++ is working well. You can try it in the next fiddle record:
Description
Many times SkiaSharp doesn't calculate intersection of two paths well. Result path contains no points. For example next dotNet core console application is not able to calculate intersection. It writes 0 on console.
The same example in C++ is working well. You can try it in the next fiddle record:
https://fiddle.skia.org/c/cde611c02e7cfb956670649610eb40d3
Code
Expected Behavior
It has to calculate intersection well as the fiddle example (result path is rendered by green color).
Basic Information
Example was tested on Windows 10
The text was updated successfully, but these errors were encountered: