-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In discussions with folks about future features, it seems like it would be cool to add custom DotShapes via something like:
drawDot: DrawScope.() -> Unitand maybe even
interface QrDotDrawScope : DrawScope {
val dotPosition: IntOffset
val dotColor: Color
}This would even allow people to customize dot color and shape by position of the dot. Not sure how that'll affect scanner reliability, but could do some pretty cool stuff!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request