freehep / freehep-vectorgraphics

FreeHEP Vector Graphics
freehep.github.io/freehep-vectorgraphics
Other
45 stars 37 forks source link

bug + fix for writing PDFs including JLaTeXMath fonts #26

Open murkle opened 10 years ago

murkle commented 10 years ago

This fix has been heavily tested over the last 4 years and works very well: http://dev.geogebra.org/trac/changeset/7436/trunk/geogebra/org/freehep/graphicsio/AbstractVectorGraphicsIO.java

murkle commented 10 years ago

Comment from Calixte: "to set the current transform to T, the current one (oldTransform) must be multiplied by oldTransform^(-1)_T. Before my patch, the oldTransform was multiplied by T_oldTransform^(-1) so I just permuted the multiplication arguments. "