SimonBuxx / LogiJS

Discover and create logic circuits
https://logijs.com
GNU General Public License v3.0
42 stars 6 forks source link

TODO: Inverted pins of custom objects in sketches are not loaded #29

Closed SimonBuxx closed 6 years ago

SimonBuxx commented 6 years ago

When a sketch contains custom objects with inverted pins, these invertions are saved in the sketch file but not loaded when loading the file or importing it as a custom object itself. This leads to imported objects not working as expected and altered sketches after saving and loading.

SimonBuxx commented 6 years ago

Fixed with the last commit, therefore now closed.