KittyTerminalImages.jl icon indicating copy to clipboard operation
KittyTerminalImages.jl copied to clipboard

Scaling and SVG display suddenly off

Open tallakt opened this issue 3 years ago • 0 comments

I was installing packages for MeshCat today, and suddenly all plots are displayed in low resolution bitmaps instead of the usual SVG. If I force svg, i need the scaling to be 0.5x in order to get anything that previously looked like 2x.

julia> using KittyTerminalImages; set_kitty_config!(:scale, 0.5)
julia> display(MIME"image/svg+xml"(), plot())

I'm not sure what happened. At one point i rebuilt GR to make plotting work, I think this is where things went haywire.

tallakt avatar Nov 06 '20 14:11 tallakt