@threedddplus/logoeditor 0.0.202 → 0.0.204

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3232,6 +3232,7 @@ var fabricSlice = function fabricSlice(set, get) {
3232
3232
  var validation = true;
3233
3233
  for (var index = 0; index < imgColorCodes.length; index++) {
3234
3234
  var colorCode = imgColorCodes[index];
3235
+ colorCode = colorCode.trim().toUpperCase();
3235
3236
  var isExit = allowedColorCodes.indexOf(colorCode);
3236
3237
  if (isExit !== -1) {
3237
3238
  continue;