[NUI] VectorGraphics: remove obsolete
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 19 Aug 2021 08:49:17 +0000 (17:49 +0900)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Shape.cs

index 700d9c8..d533e43 100755 (executable)
@@ -48,7 +48,6 @@ namespace Tizen.NUI.BaseComponents.VectorGraphics
         /// Enumeration for The fill rule of shape.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
-        [Obsolete("Please do not use this Shape.StrokeJoinType(Will be changed.).")]
         public enum FillRuleType
         {
             /// <summary>
@@ -65,7 +64,6 @@ namespace Tizen.NUI.BaseComponents.VectorGraphics
         /// Enumeration for The cap style to be used for stroking the path.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
-        [Obsolete("Please do not use this Shape.StrokeCapType(Will be changed.).")]
         public enum StrokeCapType
         {
             /// <summary>
@@ -86,7 +84,6 @@ namespace Tizen.NUI.BaseComponents.VectorGraphics
         /// numeration for The join style to be used for stroking the path.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
-        [Obsolete("Please do not use this Shape.StrokeJoinType(Will be changed.).")]
         public enum StrokeJoinType
         {
             /// <summary>