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

svg display: none breaking clip in FF OSX #23

Closed
danwild opened this issue May 9, 2016 · 3 comments
Closed

svg display: none breaking clip in FF OSX #23

danwild opened this issue May 9, 2016 · 3 comments

Comments

@danwild
Copy link
Contributor

danwild commented May 9, 2016

In the latest commit,.css('display', 'none') on the svg elem (clip-path-polygon.js: 100) breaks the clip behaviour (by break, I mean I'm not getting any clip applied).

I'm using FF v46.0.1 on OSX.

If I use opacity: 0 instead - clip works as expected; however I also see that this change was made to eliminate empty space created by the empty elem - which will obviously won't be addressed by opacity..

@andrusieczko
Copy link
Owner

andrusieczko commented May 9, 2016

Yes, it was pointed out to me in #19. #22 fixes the problem (can you check?), I'll try to release it in a couple of hours.

I'm sorry for any inconvenience caused.

Thanks!

@andrusieczko
Copy link
Owner

Hi,

I released 0.10, please check if it works for you now.

Cheers,
Karol

@danwild
Copy link
Contributor Author

danwild commented May 9, 2016

Sorry I didn't see the PR addressing the issue - I've updated to v0.10 and it's working great - thanks again!

Cheers,
Dan

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