Skip to content

Add additional flexibility on DotShape #2

Description

@jklein24

In discussions with folks about future features, it seems like it would be cool to add custom DotShapes via something like:

drawDot: DrawScope.() -> Unit

and 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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions