Comment 5 for bug 694517

Revision history for this message
MDP (m.d.p) wrote :

Is it possible that the matrix transformation needs to become
1,0,0,-1,0,-2*path_height
, so the code something like
Geom::Matrix m(Geom::Coord(1),Geom::Coord(0),Geom::Coord(0),Geom::Coord(-1),Geom::Coord(0),Geom::Coord( path_height ));
?
(I currently do not know how to get the path height)