标签: android android-animation
我通过android.graphics.Path向android.graphics.Canvas提取SurfaceHolder.lockCanvas(Rect dirty)。
我指定脏Rect以避免过度绘制和闪烁。
问题在于,无论路径的线宽如何,Rect的所有像素都用Path的Paint填充。我误解了脏Rect的用法吗?