fsmMLK / inkscapeMadeEasy

Set of python modules that extends Aaron Spike's inkex.py module, adding methods and classes to help the development of new extensions for inkscape.
GNU General Public License v3.0
202 stars 28 forks source link

Mirrored text #12

Closed DetroitRC closed 3 years ago

DetroitRC commented 3 years ago

Hi, first of all, i have to say ¡congratulations! it's fantastic what you've been doign with inkscapeMadeEasy.

Now, the problem i encountered is that, when i enable LaTex support, everything looks great with the drawings except for the text labels which appear mirrored. I tested cartesianPlotFunction2D and circuitSymbols, both with the same issue.

I'm using Inkscape 0.92.5 and the latest versions of your projects. Also, i though it was a problem of TexText, but it seems to be working just fine.

I'm using Inkscape 0.92.5 and the latest versions of your projects. Also, i though it was a problem of TexText, but it seems to be working just fine.

NoLaTex LaTex

prueba

fsmMLK commented 3 years ago

can you send me a svg with the resulting flipped text?

DetroitRC commented 3 years ago

Test.zip

fsmMLK commented 3 years ago

I am at the moment working on changing all my inkscape plugins to inkscape 1.0. It will now use a much newer version of textext that will (should?) solve this issue you are having.

fsmMLK commented 3 years ago

the most updated version of inkscapeMadeEasy I uploaded today will hopefully solve this issue. However it will take some time for me to update all my plugins.