Has there been a change to disallow clip-path ? #321
Replies: 4 comments
|
Yes, the encoding hack that was used to put restricted SVG in a |
|
You can change to polygon, to make that basic method work. However its way longer and looks ugly that way. A version without polygon will be shorter for sure but this is how you would transform it. 281 chars - polygon
But u could also make this just box shadow without unicode and get shorter already 280 chars - box shadow version
|
|
Thanks @Beowolve. I had a few clip-path solutions queued up from 15th since I thought my 3000 tabs being open was causing some kind of submit error in Chrome...but after seeing this I have reworked many of them. Some to polygon but also some to inline clip-path which still appears to be allowed... for now... 😉 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Any time that I submit a solution that has a clip-path in it now gives the notification when I submit:
You scored 0 with 0% match
Even the open solutions such as https://cssbattle.dev/play/120 that contain clip-path now give that message in both Chrome (latest) and in Microsoft Edge (latest)...
Is this down to some change that has been made or is it a bug or is anyone else seeing this?
For info I have a Pro account
John
All reactions