Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mfb’s picture

Status: Active » Closed (won't fix)

I'd hesitate to, since there's already a Drupal module for this jQuery plugin: http://drupal.org/project/rounded_corners

capellic’s picture

Title: Support for JQuery Corner » Support for JQuery Curvy Corners
Version: 5.x-1.1 » 6.x-1.9
Status: Closed (won't fix) » Active

I don't really like Rounded Corners -- kinda buggy on IE. What about Curvy Corners?

http://www.curvycorners.net

lee20’s picture

So I came across this post originally #691382: Add jquery.corners.js and I created a patch that adds support for jquery.corner.js from http://jquery.malsup.com/corner/.

Later I came across this post and discovered the rounded_corners module which is a preferred implementation as it has the ability for defining selectors and rounding options built in.

I am going with rounded_corners but figured I'd contribute my patch for jquery_plugin in case it may be useful for someone else for whatever reason.

The jquery.corner.min.js the patch adds is the jquery.corner.js file found at http://github.com/malsup/corner/raw/master/jquery.corner.js?v2.09 and compressed with http://jscompress.com/

kriskhaira’s picture

I'm using 7.x-1.0. How do I modify this patch to make it work for Drupal 7?