Skip to content
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
@gitQqqHs

Description

@gitQqqHs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions