line-drawing

Free hand line drawing in ASP.NET AJAX

How can I draw free hand lines above a image in ASP.NET 3.5 AJAX? ...

Flash lineStyle rounds thickness?

The sprite which contains all element in my game world uses the real-world meter as distance unit, it doesn't know what pixels are. I then apply a scale to this sprite to make it appear correct on screen. Currently I use 1 meter = 100 pixels, so scale = 100. If I try to draw a line inside this sprite it appears lineStyle(thinkness) roun...