jiayouxjh / grafx2

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

Grad Rectangle can leave construction lines on image #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Start a 2-layer image. Draw something on front layer, then go to background
layer. Draw a Grad rectangle, ensuring that the construction lines
(Rectangle outline, and/or the 'vector' that indicates the gradient's
normal) overlap the front layer : After the rectangle is generated and
partially hidden by the front layer, you can still see the construction
lines over the front layer.
The lines are only visual, they disappear as soon as you scroll, toggle
magnifier, go to spare etc.

This is since the layers (2.2). I had noticed it, but forgot to fix.

It's probably not worth the trouble to fix it in release. If a more
critical problem justifies a new package of 2.2, it can be merged at that
moment.

Original issue reported on code.google.com by yrizoud on 8 Apr 2010 at 1:30

GoogleCodeExporter commented 9 years ago
In progress

Original comment by yrizoud on 10 Apr 2010 at 6:23

GoogleCodeExporter commented 9 years ago
Fixed in r1451. The rectangle is no longer invisible when it consists of a 
single
line, and all corner pixels are drawn.

Original comment by yrizoud on 10 Apr 2010 at 7:50