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 can reproduce this and this behavior isn't unexpected given that bokehjs is a raster rendering library by default. I suppose this particular issue is fixable, but in any case that would require changes to canvas2svg library (https://github.com/gliffy/canvas2svg/) that we use to convert raster rendering commands to vector. They have an open PR for image embedding, which should be useful to improve performance in this case.
When I use output_backend='svg' and a hatch_pattern, the html file never loads (as if it was too many points). The same is with exporting.
Example:
The text was updated successfully, but these errors were encountered: