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

Filters are broken? #127

Closed
g40 opened this issue Feb 11, 2015 · 1 comment
Closed

Filters are broken? #127

g40 opened this issue Feb 11, 2015 · 1 comment

Comments

@g40
Copy link

g40 commented Feb 11, 2015

I've just spent an interesting time stepping through some code to test the various filter effects with a view to adding some new ones. Sadly none seem to work - I'm working off a forked master. Has anyone got a working filter example?

This should work without any problems

<svg width="600" height="250" viewBox="0 0 600 250"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
    <filter id="blurFilter4" x="-20" y="-20" width="200" height="200">
        <feGaussianBlur in="SourceGraphic" stdDeviation="10" />
    </filter>
</defs>
<rect x="20" y="20" width="90" height="90"
      style="stroke: none; fill: #00ff00; filter: url(#blurFilter4);" />
</svg>

Rendered in Firefox:

image

@mrbean-bremen
Copy link
Member

Filters are still broken. Closing as duplicate of #43.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants