Questions tagged [lineto]

2 questions
1
vote
0 answers

Canvas lineTo drawing and blending

I want to draw a lot of lines using Canvas.lineTo. The lines will sometimes overlap on themselves and i want its color to alpha blend and "add up" when this happens, as I'm using low opacity e.g. "#fff4". It seem if i call lineTo for all the lines…
Erlend
  • 1,711
  • 1
  • 22
  • 25
0
votes
2 answers

Issue with canvas straight lines

This canvas have been creating an error since I created it and I haven't found a solution after all my research. so I need a hand. I need the canvas to create a straight line but it end up creating multiple straight lines from the starting point…