From 5bb2eb06b4ce15e64a618201294611fa5aace78c Mon Sep 17 00:00:00 2001 From: Mira Grudzinska Date: Tue, 1 Aug 2023 14:13:49 +0200 Subject: [PATCH] docs: bounds api desc ++ --- inc/thorvg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/thorvg.h b/inc/thorvg.h index 897296fa..851691d8 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -818,7 +818,7 @@ public: /** * @brief Resets the properties of the shape path. * - * The color, the fill and the stroke properties are retained. + * The transformation matrix, the color, the fill and the stroke properties are retained. * * @return Result::Success when succeed. *