undo
redo
{#each circles as circle}
{ adjusting = !adjusting; if (adjusting) selected = circle; }}" fill="{circle === selected ? '#ccc': 'white'}" /> {/each}
{#if adjusting}
adjust diameter of circle at {selected.cx}, {selected.cy}
{/if}