We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bebe693 + dc97dbd commit 4f151c2Copy full SHA for 4f151c2
lib/src/draw/draw_string.dart
@@ -4,7 +4,7 @@ import '../font/bitmap_font.dart';
4
import '../image/image.dart';
5
import 'draw_pixel.dart';
6
7
-/// Draw a string horizontally into [image] horizontally into [image] at
+/// Draw a string horizontally into [image] at
8
/// position [x],[y] with the given [color].
9
/// If [x] is not specified, the string will be centered horizontally.
10
/// If [y] is not specified, the string will be centered vertically.
0 commit comments