We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3090908 commit 8d10861Copy full SHA for 8d10861
lib/src/widget.dart
@@ -265,7 +265,7 @@ abstract class _SyncSIWidgetBase extends ScalableImageWidget {
265
266
void _paintToCanvas(Canvas canvas, Offset offset, Size size) {
267
// We always do a save/restore. It seems that with at least box painter,
268
- // that the Flutter library (surprisingly) doesn't to do a save/restore
+ // that the Flutter library (surprisingly) doesn't to do a save/restore
269
// when it calls external code. This may be intentional; it's not defined
270
// in `BoxPainter.paint`, but apparently some usages of `BoxPainter` _rely_
271
// on stateful side effects to `Canvas` when calling `BoxPainter.paint`.
0 commit comments