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

Conversation

pablooliveira
Copy link
Contributor

When multiple SVG figures are inlined in the same DOM, they
share the same css namespace. This patch, scopes each SVG's style
block so it does not leak into other figures.

Should help fixing #1866


Please see #1866 for the discussion.
(This pull request needs an accompanying patch on ipython-components: jupyter/ipython-components#8)

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
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

Successfully merging this pull request may close these issues.

None yet

1 participant