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
I am creating bordered buttons that have three rounded corners and one beveled.
If I try to keep the border for the entire button:
$(this).corner("round 3px keep").corner("bevel br keep");
the bottom right beveled corner takes on the rounded border, and not the beveled one.
I also tried: $(this).corner("round 3px tl keep").corner("round 3px tr keep").corner("round 3px bl keep").corner("bevel br keep");
but the beveled corner still has a rounded border.
Thanks for all your hard work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am creating bordered buttons that have three rounded corners and one beveled.
If I try to keep the border for the entire button:
$(this).corner("round 3px keep").corner("bevel br keep");
the bottom right beveled corner takes on the rounded border, and not the beveled one.
I also tried:
$(this).corner("round 3px tl keep").corner("round 3px tr keep").corner("round 3px bl keep").corner("bevel br keep");
but the beveled corner still has a rounded border.
Thanks for all your hard work!
The text was updated successfully, but these errors were encountered: