jiayouxjh / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Brush transformations are inaccurate #381

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(by DawnBringer)
It cannot (even) handle 45 degrees correctly by the look of things.

(by yrizoud)
The specific case of rotating a 1-pixel-wide brush by +90 or -90 degrees gives 
total garbage. Possibly reading from bad part of memory, ie. risk of crash on 
all platforms that are touchy about this.

Original issue reported on code.google.com by yrizoud on 2 Sep 2010 at 11:02

GoogleCodeExporter commented 9 years ago
Halving, Doubling the brush nad recolorizing it should also keep the original 
around to help doing multiple transforms. See #319 comments.

Original comment by pulkoma...@gmail.com on 15 Feb 2011 at 8:37