mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-29 11:21:50 +00:00
common: +TODO
Some checks failed
Android / build_x86_64 (push) Has been cancelled
Android / build_aarch64 (push) Has been cancelled
iOS / build_x86_64 (push) Has been cancelled
iOS / build_arm64 (push) Has been cancelled
macOS / build (push) Has been cancelled
macOS / compact_test (push) Has been cancelled
macOS / unit_test (push) Has been cancelled
Ubuntu / build (push) Has been cancelled
Ubuntu / compact_test (push) Has been cancelled
Ubuntu / unit_test (push) Has been cancelled
Windows / build (push) Has been cancelled
Windows / compact_test (push) Has been cancelled
Windows / unit_test (push) Has been cancelled
Some checks failed
Android / build_x86_64 (push) Has been cancelled
Android / build_aarch64 (push) Has been cancelled
iOS / build_x86_64 (push) Has been cancelled
iOS / build_arm64 (push) Has been cancelled
macOS / build (push) Has been cancelled
macOS / compact_test (push) Has been cancelled
macOS / unit_test (push) Has been cancelled
Ubuntu / build (push) Has been cancelled
Ubuntu / compact_test (push) Has been cancelled
Ubuntu / unit_test (push) Has been cancelled
Windows / build (push) Has been cancelled
Windows / compact_test (push) Has been cancelled
Windows / unit_test (push) Has been cancelled
This commit is contained in:
parent
8543099fcd
commit
10b68f4936
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ bool Bezier::flatten() const
|
|||
}
|
||||
|
||||
|
||||
//TODO: Consider to use while() instead of recursive stack calls
|
||||
uint32_t Bezier::segments() const
|
||||
{
|
||||
if (flatten()) return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue