Browse Source

drawtext: fix wrong reference in boxcolor option description

tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
7e3373d2cf
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      doc/filters.texi

+ 1
- 2
doc/filters.texi View File

@@ -410,8 +410,7 @@ The default value of @var{fontcolor} is "black".
The color to be used for drawing box around text. The color to be used for drawing box around text.
Either a string (e.g. "yellow") or in 0xRRGGBB[AA] format Either a string (e.g. "yellow") or in 0xRRGGBB[AA] format
(e.g. "0xff00ff"), possibly followed by an alpha specifier. (e.g. "0xff00ff"), possibly followed by an alpha specifier.

The default value of @var{bgcolor} is "white".
The default value of @var{boxcolor} is "white".


@item box @item box
Used to draw a box around text using background color. Used to draw a box around text using background color.


Loading…
Cancel
Save