MCPcopy Create free account
hub / github.com/NikLever/ThreeJS-PathEditor / drawBg

Method drawBg

graph.js:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 drawBg(){
11 let x = this.canvas.width * this.config.yAxis;
12 let y = this.canvas.height - this.canvas.height * this.config.xAxis;
13
14 this.drawGrid( x, y );
15 this.drawAxes( x, y );
16 }
17
18 drawAxes( x, y, lineWidth = 2 ){
19 this.context.strokeStyle = "#88A";

Callers 1

renderMethod · 0.95

Calls 2

drawGridMethod · 0.95
drawAxesMethod · 0.95

Tested by

no test coverage detected