Skip to content

Commit

Permalink
Update 6_svg_editable.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara798 committed Dec 16, 2024
1 parent 84d36c3 commit 12a4f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/lara/6_svg_editable.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
var letters = '0123456789ABCDEF';
var color = '#';
for (var i = 0; i < 6; i++) {
color += letters[Math.floor(Math.random() * 8)];
color += letters[Math.floor(Math.random() * 10)];
}
return color;
}
Expand Down

0 comments on commit 12a4f45

Please sign in to comment.