mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
keep working
This commit is contained in:
@@ -401,8 +401,8 @@ export abstract class BaseRenderLayer implements IRenderLayer {
|
||||
for (let i = 0; i < boxes.length; i++) {
|
||||
const box = boxes[i];
|
||||
this._ctx.fillRect(
|
||||
xOffset + (box.x * xEighth),
|
||||
yOffset + (box.y * yEighth),
|
||||
xOffset + (box.x*xEighth),
|
||||
yOffset + (box.y*yEighth),
|
||||
(box.w * xEighth),
|
||||
(box.h * yEighth));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user