blob: 470e179376187084959e92e48a4c8641e9d8582a [file] [log] [blame] [edit]
package com.airbnb.lottie.snapshots.tests
import com.airbnb.lottie.snapshots.SnapshotTestCase
import com.airbnb.lottie.snapshots.SnapshotTestCaseContext
import com.airbnb.lottie.snapshots.withDrawable
class PolygonStrokeTestCase : SnapshotTestCase {
override suspend fun SnapshotTestCaseContext.run() {
withDrawable("Tests/TriangleLargeStroke.json", "Triangle", "Large Stroke") { drawable ->
drawable.progress = 0.40999988f
}
}
}