PHP 7.4.33
Preview: linear.js Size: 744 B
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/d3-shape/src/curve/linear.js
function Linear(context) {
  this._context = context;
}

Linear.prototype = {
  areaStart: function() {
    this._line = 0;
  },
  areaEnd: function() {
    this._line = NaN;
  },
  lineStart: function() {
    this._point = 0;
  },
  lineEnd: function() {
    if (this._line || (this._line !== 0 && this._point === 1)) this._context.closePath();
    this._line = 1 - this._line;
  },
  point: function(x, y) {
    x = +x, y = +y;
    switch (this._point) {
      case 0: this._point = 1; this._line ? this._context.lineTo(x, y) : this._context.moveTo(x, y); break;
      case 1: this._point = 2; // falls through
      default: this._context.lineTo(x, y); break;
    }
  }
};

export default function(context) {
  return new Linear(context);
}

Directory Contents

Dirs: 0 × Files: 17
Name Size Perms Modified Actions
1.41 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.50 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.05 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.71 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.06 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.60 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.57 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.27 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
2.59 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
2.04 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.73 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
744 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
517 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
3.13 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.72 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
658 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.34 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).