You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2275,7 +2275,7 @@
2275
2275
<ul>
2276
2276
<li><strong>Use <codeclass="python hljs"><spanclass="hljs-string">'fill=<color>'</span></code> to set the primary color.</strong></li>
2277
2277
<li><strong>Use <codeclass="python hljs"><spanclass="hljs-string">'outline=<color>'</span></code> to set the secondary color.</strong></li>
2278
-
<li><strong>Colors can be specified as tuple, int, <codeclass="python hljs"><spanclass="hljs-string">'#rrggbb'</span></code> string or a color name.</strong></li>
2278
+
<li><strong>Color can be specified as a tuple, int, <codeclass="python hljs"><spanclass="hljs-string">'#rrggbb'</span></code> string or a color name.</strong></li>
2279
2279
</ul>
2280
2280
<div><h2id="animation"><ahref="#animation" name="animation">#</a>Animation</h2><div><h4id="createsagifofabouncingball">Creates a GIF of a bouncing ball:</h4><pre><codeclass="python language-python hljs"><spanclass="hljs-comment"># $ pip3 install pillow imageio</span>
0 commit comments