saeed199024 / cssjanus

Automatically exported from code.google.com/p/cssjanus
Apache License 2.0
0 stars 0 forks source link

Wrong converting on border-radius #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. Cssjanus is converting border-radius: 1px 2px 3px 4px to border-radius: 1px 
4px 3px 2px but this is wrong because I think border-radius: 2px 1px 4px 3px is 
true result of that.

Original issue reported on code.google.com by ebrahim@byagowi.com on 24 Jan 2012 at 9:31

GoogleCodeExporter commented 9 years ago
Sorry, seems Cssjanus is working well on this testcase (a { border-radius: 1px 
2px 3px 4px; }), but http://cssjanus.commoner.com/ is not updated or something 
else. Please update it, thanks :)

Original comment by ebrahim@byagowi.com on 24 Jan 2012 at 9:45