Skip to content

Instantly share code, notes, and snippets.

@andrehjr
Created December 28, 2010 01:29
Show Gist options
  • Save andrehjr/756766 to your computer and use it in GitHub Desktop.
Save andrehjr/756766 to your computer and use it in GitHub Desktop.
addEvent(window, 'load', initCorners);
function initCorners() {
var settings = {
tl: { radius: 10 },
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
antiAlias: true
}
curvyCorners(settings, ".box");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment