Remove outdated comment
This commit is contained in:
parent
8b8006d4cb
commit
5b424cf864
@ -25,8 +25,7 @@ class TerminalCustomPainter extends CustomPainter {
|
|||||||
virtualPaint(virtualCanvas, smallSize);
|
virtualPaint(virtualCanvas, smallSize);
|
||||||
var image = pr
|
var image = pr
|
||||||
.endRecording()
|
.endRecording()
|
||||||
// Renderer does something bizarre if I don't multiply by something greater than 1
|
.toImageSync(cellW * Terminal.width, cellH * Terminal.height);
|
||||||
.toImageSync(cellW * Terminal.width * 1, cellH * Terminal.height * 1);
|
|
||||||
|
|
||||||
double x0, y0, xSz, ySz;
|
double x0, y0, xSz, ySz;
|
||||||
(x0, y0) = (0.0, 0.0);
|
(x0, y0) = (0.0, 0.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user