-
Notifications
You must be signed in to change notification settings - Fork 121
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
xilem_web: Setting fill color on SVG stroke fails to compile #446
Comments
I'v checked it in the linked paper demo, where it works now for me, nice demo btw. |
Thanks! I verified that #447 fixes the issue. |
FWIW, I've opened an issue in rust-lang/rust#128540 regarding that error message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following code snippet:
Where
path
is akurbo::BezPath
. This fails to compile with the following message:The error message isn't very helpful. This code used to work on an earlier version of xilem_web but I'm not entirely sure when this broke. For more details on surrounding context, see linebender/gpu-stroke-expansion-paper#46
The text was updated successfully, but these errors were encountered: