Skip to content

Commit

Permalink
[lib] fix: add support for dashed timeline to JetLimeExtendedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpalroy committed Sep 17, 2024
1 parent 58c0020 commit 093fc3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ fun JetLimeExtendedEvent(
start = Offset(x = timelineXOffset, y = yOffset),
end = Offset(x = timelineXOffset, y = this.size.height),
strokeWidth = jetLimeStyle.lineThickness.toPx(),
pathEffect = jetLimeStyle.pathEffect,
)
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 093fc3d

Please sign in to comment.