diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-09-29 17:07:08 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-09-29 17:07:08 +0100 |
| commit | c2a8a60a09165c0da6e2cd1faad2905ecff1e995 (patch) | |
| tree | ab51705f6c98da6620ba235b93686d648b4662ab | |
| parent | 05938e1f64bccaa7019a2aee48d82092df533362 (diff) | |
| download | puzzles-c2a8a60a09165c0da6e2cd1faad2905ecff1e995.zip puzzles-c2a8a60a09165c0da6e2cd1faad2905ecff1e995.tar.gz puzzles-c2a8a60a09165c0da6e2cd1faad2905ecff1e995.tar.bz2 puzzles-c2a8a60a09165c0da6e2cd1faad2905ecff1e995.tar.xz | |
Fix a typo in devel.but.
| -rw-r--r-- | devel.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1928,7 +1928,7 @@ Indeed, even horizontal or vertical lines may be anti-aliased. This function may be used for both drawing and printing. -If the xpecified thickness is less than 1.0, 1.0 is used. +If the specified thickness is less than 1.0, 1.0 is used. This ensures that thin lines are visible even at small scales. \S{drawing-draw-text} \cw{draw_text()} |