You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know enough about the svg format to know if this is a problem with the notebook or something else, but I'm seeing some odd behaviour when I display multiple svg files which have defs elements that overlap ids.
It seems to render okay in github, but when I use notebook viewer (or use jupyter locally), the letters (which are actually symbols defined as defs, blame R's svg export) display incorrectly: http://nbviewer.ipython.org/gist/simonbyrne/47b27e6113df84c81fd8
the second image looks like this:
If I manually rename the ids to be unique in both files, the problem goes away. It could be a browser problem, but I see the same in both Chrome and Safari.
The text was updated successfully, but these errors were encountered:
@simonbyrne, you might need to do something similar for clip, image, linear, etc. in addition to glyph, depending on what kinds of svgs you're generating.
I don't know enough about the svg format to know if this is a problem with the notebook or something else, but I'm seeing some odd behaviour when I display multiple svg files which have defs elements that overlap ids.
For example, this notebook:
https://gist.github.com/simonbyrne/47b27e6113df84c81fd8
It seems to render okay in github, but when I use notebook viewer (or use jupyter locally), the letters (which are actually symbols defined as defs, blame R's svg export) display incorrectly:
![screen shot 2015-08-25 at 15 11 54](https://cloud.githubusercontent.com/assets/1692009/9468841/b2eb0170-4b3b-11e5-81d4-5340332b03a7.png)
http://nbviewer.ipython.org/gist/simonbyrne/47b27e6113df84c81fd8
the second image looks like this:
If I manually rename the ids to be unique in both files, the problem goes away. It could be a browser problem, but I see the same in both Chrome and Safari.
The text was updated successfully, but these errors were encountered: