Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 div { | |
| 4 width: 200px; | |
| 5 height: 150px; | |
| 6 background-color: blue; | |
| 7 -webkit-clip-path: inset(0px round 60%); | |
| 8 } | |
| 9 </style> | |
| 10 <body> | |
| 11 <p><a href="http://webkit.org/b/140127">Bug 140127</a> - [CSS Masking][CSS S hapes] Large corner radii use with inset() clip-path are not properly constraine d</p> | |
|
Bem Jones-Bey (adobe)
2015/01/16 22:36:06
You should remove the line or update it to point t
| |
| 12 <p>The radii for this inset should be constrained in the same way that borde r-radii are constrained. If this happens correctly, you should see a blue ellips e.</p> | |
| 13 <div></div> | |
| 14 </body> | |
| OLD | NEW |