Bug? Canvas.DrawLine with Transparent color ?

klaus

Expert
Licensed User
Longtime User
Hi Erel,
In B5J Canvas.DrawLine with Transparent color doesn't behave the same as in B4A.
In B4A on a transparent Panel, drawing a line with a color and then drawing the same line with a transparent color removes the line.
In B4J it does nothing, it draws a transparent black color onto the canvas, but doesn't set the canvases pixels to transparent.

Attached a small test project, I would expect the lines be erased when moving the mouse.
 

Attachments

  • TestDrawTransparent.zip
    1.8 KB · Views: 286
Top