Skip to content

Commit 79dba0b

Browse files
committed
Update index.html
1 parent fde657c commit 79dba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/turtle/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1><img id="turtle_image" src='data:image/svg+xml,<svg xmlns="http://www.w3.org
9595
to
9696
<!-- color.$previous should have worked here -->
9797
<input type="color" property="color" mv-default="[first(condense(color.$all).slice(0, -1)) or '#ff0066']" />
98-
<meta property="logo" content="setpc [color]" />
98+
<meta property="logo" content="setpencolor [color]" />
9999
<meta property="js" content='ctx.strokeStyle = "[color]";
100100
if (brushDown) ctx.closePath(); ctx.beginPath();'>
101101
</label>

0 commit comments

Comments
 (0)