ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

No support for x-y radius differentiation #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This one will be difficult to fix, I imagine.

All 3 implementations (-moz, -webkit and W3C standard) support this 
feature:
    border-top-right-radius: 20px/10px;

The above property should cause the top right corner to have a radial curve 
which is 20 pixels wide but only 10 pixels high. See here for an 
explanation:
http://www.w3.org/TR/css3-background/#the-border-radius

This is not supported in CurvyCorners - in fact it throws an error.

What steps will reproduce the problem?

---
1. Download 'xy-proof.html'
2. Open in Internet Explorer
3. Open in Chrome, Firefox or Safari to see what it should look like

What is the expected output? What do you see instead?

---
Expected output is described above and can be seen by opening the file in 
Chrome, Firefox or Safari.
In Internet Explorer no curvy corner functionality is produced, and a 
JavaScript error is thrown:
Line: 1
Error: '1' is null or not an object

What version of the product are you using? On what operating system?

---
IE 8
Windows 7

Original issue reported on code.google.com by robinwinslowmorris on 17 Mar 2010 at 2:02

Attachments:

GoogleCodeExporter commented 8 years ago
We have no intention of addressing this issue. I will however amend the 
documentation 
to make it clear that this limitation exists and that there are no plans to 
address it.

Original comment by c.1%smit...@gtempaccount.com on 19 Mar 2010 at 11:18