We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, in our render backend, border-radius doesn't work. It produces very incorrect results.
For that to be fixed though, we need #650 to also be fixed at least for the border-radius part
border-radius part
However, it can be fixed by mutating the default border-radius values. Not optimal, but it would work to resolve the issue.
The text was updated successfully, but these errors were encountered:
for anyone looking for pointers, the issue lives propably somewhere in here:
gosub-engine/crates/gosub_vello/src/border.rs
Line 130 in 8a01d75
Sorry, something went wrong.
No branches or pull requests
Currently, in our render backend, border-radius doesn't work. It produces very incorrect results.
For that to be fixed though, we need #650 to also be fixed at least for the
border-radius part
However, it can be fixed by mutating the default border-radius values. Not optimal, but it would work to resolve the issue.
The text was updated successfully, but these errors were encountered: