Describe the bug: LottieProperty documentation for non gradient Stroke seems wrong. StrokeContent only supports STROKE_COLOR and COLOR_FILTER not COLOR (ignoring properties from BaseStrokeContent, which doesn't contain either COLOR or STROKE_COLOR)
Steps To Reproduce
Steps to reproduce the behavior:
Run activity in issue-repro
Look for blue "explode" particles on the heart animation (which should be using stroke). Comment out the repro case not currently being tested (working vs not working)
Link to fork with a repro in the issue-repro module: https://github.com/andrewzeng/lottie-android-documentation-stroke
Describe the bug: LottieProperty documentation for non gradient Stroke seems wrong.
StrokeContent
only supportsSTROKE_COLOR
andCOLOR_FILTER
notCOLOR
(ignoring properties fromBaseStrokeContent
, which doesn't contain eitherCOLOR
orSTROKE_COLOR
)Steps To Reproduce Steps to reproduce the behavior: