Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fill-opacity #9

Open
dirkschulze opened this issue Aug 15, 2014 · 1 comment
Open

Support fill-opacity #9

dirkschulze opened this issue Aug 15, 2014 · 1 comment

Comments

@dirkschulze
Copy link
Contributor

fill-opacity does require that we clip out the shape from the created drop shadow / outer glow. This is not really happening yet.

SVG filters do not provide clipping or masking yet. Simulating is difficult, since the alpha channel of the filtered shape doesn't seem to influence the drop shadow for instance. The area that is patched by the source graphic counts. Just like box-shadow in CSS I assume.

@jhatwich
Copy link
Contributor

jhatwich commented Sep 3, 2014

I think this one is fixed, please close it if you agree @dirkschulze

DmitryBaranovskiy added a commit that referenced this issue Jun 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants