css-shapes-polyfill icon indicating copy to clipboard operation
css-shapes-polyfill copied to clipboard

Polyfill for the CSS Shapes Specification

Results 4 css-shapes-polyfill issues
Sort by recently updated
recently updated
newest added

When using the technique described in the "Alice in Wonderland" example (https://www.html5rocks.com/en/tutorials/shapes/getting-started/#toc-inside-shape among other), this fails in Microsoft Edge and Firefox. Works in IE 11 and Chrome **Experience Firefox and...

**Example:** ``` @media (max-width: 767px) { .wrap { shape-outside: url(...); } } ``` **Expected:** The polyfill will respect the media-query and re-calculate the shape when the media-query is in use....

Hi Team, am getting this issue 'A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in...

Hello, In case of a personnal project, i had to use some shapes in mediaqueries but the polyfill throw an error and it appear it was not handled. It's also...