As this requires dealing with arrays and not plain objects, some deep cloning and deep comparison of objects are required for equality; added as util files
There is a bug in pixi style where Text Style settings object is being cloned via Object.assign ... which doesn't deep clone the array. Therefore there is a temp fix to force making the this.style array unique via changing it's value directly
As this requires dealing with arrays and not plain objects, some deep cloning and deep comparison of objects are required for equality; added as util files
There is a bug in pixi style where Text Style settings object is being cloned via Object.assign ... which doesn't deep clone the array. Therefore there is a temp fix to force making the this.style array unique via changing it's value directly