From dc97dbdeec3e7c398f785dbf5944a87859246bd7 Mon Sep 17 00:00:00 2001 From: dungngminh <63831488+dungngminh@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:13:32 +0700 Subject: [PATCH] fix(docs): Remove duplicated API docs at `drawString` --- lib/src/draw/draw_string.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/draw/draw_string.dart b/lib/src/draw/draw_string.dart index a171492d..169bf726 100644 --- a/lib/src/draw/draw_string.dart +++ b/lib/src/draw/draw_string.dart @@ -4,7 +4,7 @@ import '../font/bitmap_font.dart'; import '../image/image.dart'; import 'draw_pixel.dart'; -/// Draw a string horizontally into [image] horizontally into [image] at +/// Draw a string horizontally into [image] at /// position [x],[y] with the given [color]. /// If [x] is not specified, the string will be centered horizontally. /// If [y] is not specified, the string will be centered vertically.