Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
99 stars 11 forks source link

How to remove border line? #76

Closed jack1232 closed 8 months ago

jack1232 commented 8 months ago

The Manim Sideview window in VS Code always has a white dashed-line border, as shown below:

image

It is very annoying. How can I remove it?

Rickaym commented 8 months ago

The Manim Sideview window in VS Code always has a white dashed-line border, as shown below:

image

It is very annoying. How can I remove it?

That is a checkered background. It is checkered so that you can see the border regardless of the background color of the render.

You can't remove it. But I can add an option to be able to swap this out for a transparent background as a customization option.

jack1232 commented 8 months ago

I just don't want the checkered background. How to get the un-checkered background?

Rickaym commented 8 months ago

You may toggle this inside settings on v0.2.9

image