You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. "
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
The text was updated successfully, but these errors were encountered: