mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
apis: promote beta apis to official status
- Result Shape::strokeMiterlimit(float miterlimit) - float Shape::strokeMiterlimit() const
This commit is contained in:
parent
ac8f3b8be6
commit
cdac27b1b5
1 changed files with 2 additions and 2 deletions
|
@ -1040,7 +1040,7 @@ public:
|
|||
*
|
||||
* @return Result::Success when succeed, Result::NonSupport unsupported value, Result::FailedAllocation otherwise.
|
||||
*
|
||||
* @BETA_API
|
||||
* @since 0.11
|
||||
*/
|
||||
Result strokeMiterlimit(float miterlimit) noexcept;
|
||||
|
||||
|
@ -1194,7 +1194,7 @@ public:
|
|||
*
|
||||
* @return The stroke miterlimit value when succeed, 4 if no stroke was set.
|
||||
*
|
||||
* @BETA_API
|
||||
* @since 0.11
|
||||
*/
|
||||
float strokeMiterlimit() const noexcept;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue