QtLottie: Apply opacity in BMFill and BMStroke.

This commit is contained in:
John Preston 2019-05-02 22:30:07 +04:00
parent 48eb5dd112
commit 5e5b4197e9
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5213d12d619e3a37fb912153990ceb1e49e0adc6
Subproject commit f8647f47a1a2304a8c534fd83c91c118e409adf6

View File

@ -73,7 +73,7 @@ protected:
BMProperty4D<QVector4D> m_color;
Qt::PenCapStyle m_capStyle;
Qt::PenJoinStyle m_joinStyle;
qreal m_miterLimit;
qreal m_miterLimit = 0.;
};
QT_END_NAMESPACE