Skip to content

Commit 645ffc4

Browse files
Copilotmaxkfranz
andauthored
Polish WebGL opacity regression test
Agent-Logs-Url: https://github.com/cytoscape/cytoscape.js/sessions/331b2180-3298-48f9-ac1f-3351bdca20db Co-authored-by: maxkfranz <989043+maxkfranz@users.noreply.github.com>
1 parent a8a9e02 commit 645ffc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/modules/webgl-drawing-elements.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ElementDrawingWebGL, RENDER_TARGET } from '../../src/extensions/rendere
44

55
const createBuffer = (size) => ({
66
view: new Float32Array(size),
7-
getView(){
7+
getView() {
88
return this.view;
99
}
1010
});
@@ -20,7 +20,7 @@ describe('webgl-drawing-elements', function(){
2020
const cornerRadiusBuffer = createBuffer(4);
2121
const transformMatrix = new Float32Array(9);
2222
const transformBuffer = {
23-
getMatrixView(){
23+
getMatrixView() {
2424
return transformMatrix;
2525
}
2626
};

0 commit comments

Comments
 (0)