This repository was archived by the owner on Dec 22, 2023. It is now read-only.
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
The engine has problems with the radial-gradient and Filter: drop-shadow support for CSS #232
Open
Description
When executed, the radial-gradient function creates a graph with fuzzy edges, whereas all browsers have hard edges, because hard edges are the result I need.
background: radial-gradient(at left bottom, transparent 100%, #e65893 70%);
The filter: drop-shadow function does not have any effect
filter: drop-shadow(-10px -15px 27px rgba(38, 182, 86, 0.9));
Compatibility is a serious problem
Metadata
Metadata
Assignees
Labels
No labels