-
Notifications
You must be signed in to change notification settings - Fork 162
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
Issue with border-radius #4
Comments
That's a very interesting catch! From unknown reasons
And everything but WorkaroundDisable the What happens next:
|
Bug reported on code.google.com. Issue #298972 |
You were a minute faster than me: Issue #298974 :) The crazy thing is that we created these reports almost in the same time but there still was someone that managed to file a bug between ours (298973). I wonder how Chrome devs manage to read all this stuff. |
Workaround added and deployed in version 0.3. Tested on |
Take this simple HTML code :
Using SnappySnippet to copy the style, you'll lose a part of
border-radius
value :border-radius: 0 0 30px 30px;
becomeborder-radius: 0 30px 30px;
I guess we can find the same issue with other 4-val properties
The text was updated successfully, but these errors were encountered: