nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
182 stars 14 forks source link

Rotation for brushes #70

Closed Esshahn closed 6 years ago

Esshahn commented 6 years ago

Done:

Open:

nurpax commented 6 years ago

Note: realized that at least for rotation, the rotation code cannot keep rotating the same brush contents 90 degrees at a time.. Rather it needs to capture the original brush and then rotate 90, 180 and 270 from the original source. Otherwise switching between these rotation angles will be lossy.

Esshahn commented 6 years ago

Exactly