Skip to content
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

Keeping border doesn't work if corners are not all the same #57

Open
wardepartment opened this issue Aug 10, 2011 · 0 comments
Open

Keeping border doesn't work if corners are not all the same #57

wardepartment opened this issue Aug 10, 2011 · 0 comments

Comments

@wardepartment
Copy link

I am creating bordered buttons that have three rounded corners and one beveled.

(etc) $(this).corner("round 3px").corner("bevel br");

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant