From 517f5443b4b9b7ae1a4b1f3599b4027a2f3be3f5 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 22 Dec 2018 14:31:27 -0500 Subject: [PATCH] fix circles example --- site/content/examples/7guis-circles/App.html | 131 +++++++++---------- 1 file changed, 65 insertions(+), 66 deletions(-) diff --git a/site/content/examples/7guis-circles/App.html b/site/content/examples/7guis-circles/App.html index c1fa2ef9d6..19ee52acc8 100644 --- a/site/content/examples/7guis-circles/App.html +++ b/site/content/examples/7guis-circles/App.html @@ -1,25 +1,26 @@ + + - - -
- - -
- - - {#each circles as circle} - - {/each} - - -{#if adjusting} -
-

adjust diameter of circle at {selected.cx}, {selected.cy}

- -
-{/if} - \ No newline at end of file + + +
+ + + + i: {i} +
+ + + {#each circles as circle} + + {/each} + + +{#if adjusting} +
+

adjust diameter of circle at {selected.cx}, {selected.cy}

+ +
+{/if} \ No newline at end of file