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
In TikzPictures.jl there is some code in Base.writemime() that will search and replace some of the text in the svg so that things show up correctly when the svgs are combined together in something like an IJulia notebook. It does some replacement for things like glyph, clip, image, linear, etc. but I think it will also need to do something similar for "mask". The mask tag is important for controlling opacity.
The text was updated successfully, but these errors were encountered:
In
TikzPictures.jl
there is some code inBase.writemime()
that will search and replace some of the text in the svg so that things show up correctly when the svgs are combined together in something like an IJulia notebook. It does some replacement for things like glyph, clip, image, linear, etc. but I think it will also need to do something similar for "mask". The mask tag is important for controlling opacity.The text was updated successfully, but these errors were encountered: