When drawing the curve, I need to draw three different colors of the curve, but according to the code I wrote, the curve is drawn, but the color of the curve behind covers the previous color. When I draw the second line, the color of the first line also changes to the second one. When I draw the third curve, the color of the first two curves changes to the color of the third one. How can I solve this problem?
0 Answer
< div class = " aw-list-img " >
onDraw is not an incremental draw, and what you draw shows up. Color inconsistencies that can only happen if the properties you use to determine which line to draw are not consistent with the properties that determine the color, or are not synchronized.
这家伙很懒,什么都没留下...