I have small problem - small difference between ver. 3.0.0 and older:
a pieces of code create different outputs in position of image origin (0,0) (see images with zoom)
…
m=gc.CreateMatrix()
m.Translate(x,y)
m.Rotate(pi/2.0) - or - m.Rotate(0.0)
gc.SetTransform(m)
self.drawImage(gc, wx.GREEN)
…
I have small problem - small difference between ver. 3.0.0 and older:
a pieces of code create different outputs in position of image origin
(0,0) (see images with zoom)
...
m=gc.CreateMatrix()
m.Translate(x,y)
m.Rotate(pi/2.0) - or - m.Rotate(0.0)
gc.SetTransform(m)
self.drawImage(gc, wx.GREEN)
...
Any idea ?
Please ask about this on the wx-users or wx-dev lists.