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 switched from version 0.1.1 from crates.io to the master branch. While using 0.1.1 the following code created a triangle on a canvas, with the master branch version, nothing gets drawn. I couldn't find any changes/PRs that implied this change was intended. Drawing a triangle with predefined points worked on both versions. The arrow_triangle is identical in both version if output via println! so I assume the behavior change comes from frame.fill.
When I started out with v0.1.1 I realized the borders weren't clipping so I didn't bother with it in favor of getting something rudimentary displayed. After switching I didn't think of it anymore.
I'm sorry I bothered you with such a trivial issue. Thanks for the quick response and this crate, it's a joy to work with. What's the best way to find changes between v0.1.1 and the current master branch? Checking the milestone for completed issues/merges?
Hello,
I switched from version 0.1.1 from crates.io to the master branch. While using 0.1.1 the following code created a triangle on a
canvas
, with the master branch version, nothing gets drawn. I couldn't find any changes/PRs that implied this change was intended. Drawing a triangle with predefined points worked on both versions. Thearrow_triangle
is identical in both version if output viaprintln!
so I assume the behavior change comes fromframe.fill
.I tried to create somewhat minimal examples with both version here:
0.1.1:
https://github.com/arctic-alpaca/iced-path-problem-minimal-v0.1
master branch:
https://github.com/arctic-alpaca/iced-path-problem-minimal-github-version
Is this intended? If so, how can I draw the same on the master branch?
The text was updated successfully, but these errors were encountered: