From 5a3c4333744484e88b28c88f14c7c166abe89a49 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Fri, 3 Sep 2021 18:22:37 +0900 Subject: [PATCH] Update src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs Co-authored-by: pkosko --- src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs b/src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs index 84af491..98b75be 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs @@ -92,7 +92,7 @@ namespace Tizen.NUI.BaseComponents.VectorGraphics /// /// The viewbox of the CanvasView. /// The viewbox means the size of CanvasView's internal space. - /// If the size of the viewbox is larger than the size of the Canvasview, the shapes are displayed smaller than the specified size. + /// If the size of the viewbox is larger than the size of the CanvasView, the shapes are displayed smaller than the specified size. /// The default value of the viewbox is the same as the size of the canvasview. /// /// 9 -- 2.7.4