mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 20:14:37 +00:00
lottie model: corrected stroke default value according to the lottie-spec.
This commit is contained in:
parent
cba2b0f724
commit
e2b7bfc198
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ struct LottieStroke
|
||||||
LottieFloat width = 0.0f;
|
LottieFloat width = 0.0f;
|
||||||
DashAttr* dashattr = nullptr;
|
DashAttr* dashattr = nullptr;
|
||||||
float miterLimit = 0;
|
float miterLimit = 0;
|
||||||
StrokeCap cap = StrokeCap::Butt;
|
StrokeCap cap = StrokeCap::Round;
|
||||||
StrokeJoin join = StrokeJoin::Miter;
|
StrokeJoin join = StrokeJoin::Round;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue