ktongue's picture
download
raw
377 Bytes
import {min, sqrt} from "../math.js";
const sqrt3 = sqrt(3);
export default {
draw(context, size) {
const r = sqrt(size + min(size / 28, 0.75)) * 0.59436;
const t = r / 2;
const u = t * sqrt3;
context.moveTo(0, r);
context.lineTo(0, -r);
context.moveTo(-u, -t);
context.lineTo(u, t);
context.moveTo(-u, t);
context.lineTo(u, -t);
}
};

Xet Storage Details

Size:
377 Bytes
·
Xet hash:
35c3ac76c395bb2f7125268af18ec1e5e6e7c5e70b1403f38b6b688261b2cddd

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