artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
454 stars 27 forks source link

[Bug] Shaded ball disappears in reading mode #73

Open ajpower opened 3 months ago

ajpower commented 3 months ago

The following example renders a red sphere with shading

\begin{document}
\begin{tikzpicture}
    \shade[ball color=red, opacity=0.4] (0,0) circle (2cm);
\end{tikzpicture}
\end{document}
image

However, the shading vanishes when the note is reading mode:

image

In general, objects with the ball do not render correctly in reading mode.