ktongue's picture
download
raw
402 Bytes
import curveRadial, {curveRadialLinear} from "./curve/radial.js";
import line from "./line.js";
export function lineRadial(l) {
var c = l.curve;
l.angle = l.x, delete l.x;
l.radius = l.y, delete l.y;
l.curve = function(_) {
return arguments.length ? c(curveRadial(_)) : c()._curve;
};
return l;
}
export default function() {
return lineRadial(line().curve(curveRadialLinear));
}

Xet Storage Details

Size:
402 Bytes
·
Xet hash:
2c1964040cb59ac77a2d36b88a6e231e86c603531c2c34326bf9cb4277f145fc

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.