Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d0f9c6

Browse files
committed
ImageDraw
1 parent 620840d commit 2d0f9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@ from PIL import ImageDraw
26682668
```
26692669
* **Use `'fill=<color>'` to set the primary color.**
26702670
* **Use `'outline=<color>'` to set the secondary color.**
2671-
* **Colors can be specified as tuple, int, `'#rrggbb'` string or a color name.**
2671+
* **Color can be specified as a tuple, int, `'#rrggbb'` string or a color name.**
26722672

26732673

26742674
Animation

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@
22752275
<ul>
22762276
<li><strong>Use <code class="python hljs"><span class="hljs-string">'fill=&lt;color&gt;'</span></code> to set the primary color.</strong></li>
22772277
<li><strong>Use <code class="python hljs"><span class="hljs-string">'outline=&lt;color&gt;'</span></code> to set the secondary color.</strong></li>
2278-
<li><strong>Colors can be specified as tuple, int, <code class="python hljs"><span class="hljs-string">'#rrggbb'</span></code> string or a color name.</strong></li>
2278+
<li><strong>Color can be specified as a tuple, int, <code class="python hljs"><span class="hljs-string">'#rrggbb'</span></code> string or a color name.</strong></li>
22792279
</ul>
22802280
<div><h2 id="animation"><a href="#animation" name="animation">#</a>Animation</h2><div><h4 id="createsagifofabouncingball">Creates a GIF of a bouncing ball:</h4><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install pillow imageio</span>
22812281
<span class="hljs-keyword">from</span> PIL <span class="hljs-keyword">import</span> Image, ImageDraw

0 commit comments

Comments
 (0)