[NUI] VectorGraphics: Move enums out of class
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 19 Aug 2021 07:16:43 +0000 (16:16 +0900)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commit6c291dffaab913f16b228a11da861074da6765d7
tree87484f4680d8a25e80228aa6e62992c8a149548e
parent5d7190696f5a58ae06b7fd7d52a1d075ed144b0e
[NUI] VectorGraphics: Move enums out of class

Move enums to VectorGraphicsConstants.cs to avoid nested types.
And add a warning message to FillRuleType, StrokeCapType,
and StrokeJoinType enums of the Shape class that have become ACR.
https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/nested-types
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Drawable.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Gradient.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Shape.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/VectorGraphicsConstants.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CanvasViewSamsple.cs