spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
570 stars 138 forks source link

Fixed an invalid value for textanchor by changing it from "left" to "start" #297

Closed stewienj closed 3 months ago

stewienj commented 4 months ago

text-anchor can only have one of the 3 values "start", "middle", "end" Documentation is here This issue was causing an exception in the SVG renderer I am using.

stewienj commented 4 months ago

Here's an example SIDC for testing 30032500002409000000

spatialillusions commented 3 months ago

Thank you