apis: promote beta apis to official status

- Result Shape::strokeMiterlimit(float miterlimit)
- float Shape::strokeMiterlimit() const
This commit is contained in:
Hermet Park 2023-09-04 12:49:24 +09:00 committed by Hermet Park
parent ac8f3b8be6
commit cdac27b1b5

View file

@ -1040,7 +1040,7 @@ public:
* *
* @return Result::Success when succeed, Result::NonSupport unsupported value, Result::FailedAllocation otherwise. * @return Result::Success when succeed, Result::NonSupport unsupported value, Result::FailedAllocation otherwise.
* *
* @BETA_API * @since 0.11
*/ */
Result strokeMiterlimit(float miterlimit) noexcept; Result strokeMiterlimit(float miterlimit) noexcept;
@ -1194,7 +1194,7 @@ public:
* *
* @return The stroke miterlimit value when succeed, 4 if no stroke was set. * @return The stroke miterlimit value when succeed, 4 if no stroke was set.
* *
* @BETA_API * @since 0.11
*/ */
float strokeMiterlimit() const noexcept; float strokeMiterlimit() const noexcept;