octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59546] Missing latex interpreter


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #59546] Missing latex interpreter
Date: Tue, 30 Mar 2021 15:11:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0

Follow-up Comment #44, bug #59546 (project octave):

I finally pushed the patch after adding some documentation:

http://hg.savannah.gnu.org/hgweb/octave/rev/2ae4764180c6

Apart from the already known issue with the cache, I just noticed another
problem: the QSvgRenderer renders text as path, which means not only LaTeX
strings but also normal ones loose textual font info.
This is a regression and it looks like using QSvgRenderer was a bad option
since there is not much you can do to control what it does in the background.

I have a fix that consists in reverting most of the changes and adding support
for path elements in our hand-rolled svg renderer. For this the simplest way
was to borrow some chunks of code in Qt's source code. Is it OK to do so? 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59546>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]