Skip to content

Add option to disable smoothing (Bezier) #4

@metc

Description

@metc

Currently, it is not possible to disable the interpolation between the graph points. It would be nice to add an attribute to enable or disable smoothing on the graph. This could be something like this:

<resources>
  <declare-styleable name="SnakeView">
    <attr name="smoothing" format="boolean" value="true" />
  </declare-styleable>
</resources>

A made a quick fix here to add this feature, but my work is not yet ready to be merge.
What is your opinion about this feature ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions