@if (zoomStack().length > 1) { @for (node of zoomStack(); track (node.path || node.name); let last = $last) { {{node.name}}@if (!last) { > } } }
@for (tick of rulerTicks(); track tick.label) { {{tick.label}} } @for (bar of bars(); track bar.node.path) { @if (bar.paddingWidth > 0.5) { } {{bar.label}} }