//import { Loop } from "../../../loop.js";
import { Loop } from 'flo-boolean';


/** @internal */
function loop(g: SVGGElement, loop: Loop): SVGElement[] {
    /*
    for (let curve of loop.curves) {
        drawFs.bezier(g, curve.ps, undefined, 1000);
    }
    */
    return [];
}


export { loop }
