Hi all,
Is there a way to draw lines, arcs with custom line thickness?
And is it possible to use antialiasing for drawing shapes on Canvas?
Hi all,
Is there a way to draw lines, arcs with custom line thickness?
And is it possible to use antialiasing for drawing shapes on Canvas?
The only way to do this would be:
1. Write your own drawing methods.
2. Use the SVG API, assuming you're targetting devices that support it.
Graham.
Recently I had to work on thickness of line we draw, so carved a workaround to draw the line in loop and increasing the x axis with each iteration with one pixel this way I achieved the thick line as desired
Regards,
Saurabh