@armyc2.c5isr.renderer/mil-sym-ts-web 2.8.0 → 2.8.1

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.
package/C5Ren.mjs CHANGED
@@ -164109,8 +164109,8 @@ var SinglePointSVGRenderer = class SinglePointSVGRenderer {
164109
164109
  hasAPFill = true;
164110
164110
  }
164111
164111
  }
164112
- if (lineColor == null) lineColor = RendererUtilities.colorToHexString(SymbolUtilities.getDefaultLineColor(symbolID), false);
164113
164112
  }
164113
+ if (lineColor == null) lineColor = RendererUtilities.colorToHexString(SymbolUtilities.getDefaultLineColor(symbolID), false);
164114
164114
  if (attributes != null) {
164115
164115
  if (attributes.has(MilStdAttributes.PixelSize)) pixelSize = parseInt(attributes.get(MilStdAttributes.PixelSize));
164116
164116
  if (attributes.has(MilStdAttributes.LineColor)) lineColor = attributes.get(MilStdAttributes.LineColor);