mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
commit
d04e2221f1
@ -232,7 +232,7 @@ class PaintingContext {
|
||||
} else {
|
||||
canvas.saveLayer(bounds.shift(offset), _disableAntialias);
|
||||
canvas.clipRRect(clipRRect.shift(offset));
|
||||
painter(this, Offset.zero);
|
||||
painter(this, offset);
|
||||
canvas.restore();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user