Skip to content

Commit a1b652f

Browse files
committed
Updated test data
1 parent 0a6db77 commit a1b652f

File tree

9 files changed

+2
-3
lines changed

9 files changed

+2
-3
lines changed

src/rendering/BarRendererBase.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { RenderingResources } from '@src/RenderingResources';
2222
import { Settings } from '@src/Settings';
2323
import { BeatOnNoteGlyphBase } from './glyphs/BeatOnNoteGlyphBase';
2424
import { BeamingHelper } from './utils/BeamingHelper';
25-
import { Color } from '@src/model/Color';
2625

2726
/**
2827
* Lists the different position modes for {@link BarRendererBase.getNoteY}
@@ -349,8 +348,8 @@ export class BarRendererBase {
349348
cy + this.y + this.height,
350349
canvas
351350
);
352-
canvas.color = Color.random();
353-
canvas.fillRect(cx + this.x + this._preBeatGlyphs.x, cy + this.y, this._preBeatGlyphs.width, this.height);
351+
// canvas.color = Color.random();
352+
// canvas.fillRect(cx + this.x + this._preBeatGlyphs.x, cy + this.y, this._preBeatGlyphs.width, this.height);
354353
}
355354

356355
public buildBoundingsLookup(masterBarBounds: MasterBarBounds, cx: number, cy: number): void {
1.41 KB
Loading
1.61 KB
Loading
2.03 KB
Loading
2.61 KB
Loading
-2.43 KB
Loading
-2.49 KB
Loading
-285 Bytes
Loading
-285 Bytes
Loading

0 commit comments

Comments
 (0)