mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 16:26:52 +01:00
Add in extra bezier debug point
This commit is contained in:
@@ -1136,6 +1136,7 @@
|
||||
// ctx.fill();
|
||||
|
||||
// ctx.moveTo(this.controlPoints.inner.x,this.controlPoints.inner.y);
|
||||
// ctx.lineTo(this.x, this.y);
|
||||
// ctx.lineTo(this.controlPoints.outer.x,this.controlPoints.outer.y);
|
||||
// ctx.stroke();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user