joakin / elm-canvas

A canvas drawing library for Elm
https://package.elm-lang.org/packages/joakin/elm-canvas/latest/
BSD 3-Clause "New" or "Revised" License
163 stars 30 forks source link

Improve transform docs #19

Open joakin opened 4 years ago

joakin commented 4 years ago

Explain how they apply to the global coordinate system and add graphics.

Came from a conversation in #canvas in the elm slack.

For example this caused confusion thinking they were applied backwards: https://ellie-app.com/6D74dVWffsGa1

This was used to clarify: https://ellie-app.com/8gzr9vF4WHpa1

We need better docs around this.