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

display: scope SVG's style elements so they do not leak #4236

Closed

Commits on Sep 19, 2013

  1. display: scope SVG's style elements so they do not leak

    When multiple SVG figures are inlined in the same dom, they
    share the same css namespace. This patch, scopes each SVG's style
    CSS rules so they do not leak into other figures.
    
    Should help fixing ipython#1866
    pablooliveira committed Sep 19, 2013
    Copy the full SHA
    2217951 View commit details
    Browse the repository at this point in the history