I have been using IguanaTex since 2020 and it's honestly, really awesome. In the latest v1.62 I see a new input field called "Color" in "pdflatex+Shape" mode. Upto 1.61 if you use \color{} or \textcolor{}{} it respects what I want saves the hassle of changing shape colors manually. I understand the intention behind the new color field but it breaks my intentional coloring. Currently v1.62 is forcing it's "Color" field value on the output. I would like this to be optional as it takes away my control.
MWE
Here is a minimal example for comparison:
\documentclass[margin=0pt]{standalone}
\usepackage{xcolor}
\color{red}
\begin{document}
$E=mc^2$
$E=m\textcolor{green}{c}^2$
\end{document}
v1.61 output:

v1.62 output:

I have been using IguanaTex since 2020 and it's honestly, really awesome. In the latest v1.62 I see a new input field called "Color" in "pdflatex+Shape" mode. Upto 1.61 if you use
\color{}or\textcolor{}{}it respects what I want saves the hassle of changing shape colors manually. I understand the intention behind the new color field but it breaks my intentional coloring. Currently v1.62 is forcing it's "Color" field value on the output. I would like this to be optional as it takes away my control.MWE
Here is a minimal example for comparison:
v1.61 output:
v1.62 output: