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
@@ -2372,7 +2372,7 @@
2372
2372
<ul>
2373
2373
<li><strong>Use <codeclass="python hljs"><spanclass="hljs-string">'fill=<color>'</span></code> to set the primary color.</strong></li>
2374
2374
<li><strong>Use <codeclass="python hljs"><spanclass="hljs-string">'outline=<color>'</span></code> to set the secondary color.</strong></li>
2375
-
<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>
2375
+
<li><strong>Color can be specified as a int, tuple, <codeclass="python hljs"><spanclass="hljs-string">'#rrggbb[aa]'</span></code> string or a color name.</strong></li>
2376
2376
</ul>
2377
2377
<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