diff --git a/README.md b/README.md index b12d95b..e323383 100644 --- a/README.md +++ b/README.md @@ -2761,7 +2761,7 @@ from PIL import ImageDraw ``` * **Use `'fill='` to set the primary color.** * **Use `'outline='` to set the secondary color.** -* **Color can be specified as a int, tuple, `'#rrggbb[aa]'` string or a color name.** +* **Color can be specified as an int, tuple, `'#rrggbb[aa]'` string or a color name.** Animation diff --git a/index.html b/index.html index 1467bbe..98fbb7a 100644 --- a/index.html +++ b/index.html @@ -2372,7 +2372,7 @@ img.convert('RGB').save('fill=<color>' to set the primary color.
  • Use 'outline=<color>' to set the secondary color.
  • -
  • Color can be specified as a int, tuple, '#rrggbb[aa]' string or a color name.
  • +
  • Color can be specified as an int, tuple, '#rrggbb[aa]' string or a color name.
  • #Animation

    Creates a GIF of a bouncing ball:

    # $ pip3 install pillow imageio
     from PIL import Image, ImageDraw