For some reason the fabricjs utility method for cloning objects was maintaining some kind of reference to the original object so changes to the clone would affect the original.
I'm fixing this by serializing the object and deserializing into a completely new object.
Resolves #13
For some reason the fabricjs utility method for cloning objects was maintaining some kind of reference to the original object so changes to the clone would affect the original.
I'm fixing this by serializing the object and deserializing into a completely new object.