simonschoelly / KittyTerminalImages.jl

A package that allows Julia to display images in the kitty terminal editor
MIT License
97 stars 7 forks source link

Scaling and SVG display suddenly off #7

Open tallakt opened 4 years ago

tallakt commented 4 years ago

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.