Easy and clear way to draw line with width of 2

Monkey Forums/Monkey Programming/Easy and clear way to draw line with width of 2

Bladko(Posted 2011) [#1]
My question is how to in easy and clear way draw line with width 2. It seems that scale(2,2) does not work.


Dima(Posted 2011) [#2]
Matrix transformation doesn't increase line's width, just the scale (length) of the line, at least in HTML5. You can try drawing a second line with +1, +1 pixel offsets for starting and ending points to make the line appear thicker. Or you could create a small image and scale/rotate it to match the line on screen, this is probably the best solution because you can control the detail and edges of the line through an image (glowy, aliased, textured)


Bladko(Posted 2011) [#3]
so this will not change in next releases ?
this is a as designed or missing feature