Esri / cim-symbol-builder-js

Use the CIM Symbol Builder to explore different combinations of symbol layers and their properties to create your desired CIMSymbol in the ArcGIS API for JavaScript.
https://esri.github.io/cim-symbol-builder-js/
Apache License 2.0
10 stars 6 forks source link

Width settings < 1 for hatch lines appear not to be propery visually applied #4

Closed mboeringa closed 1 year ago

mboeringa commented 3 years ago

See attached image. Note that setting the outline width of the symbol to a value less than 1, does seem to properly work, it is only the hatch lines' widths that fail to be properly set / displayed when a setting < 1 is used (e.g. 0.2). Instead of seeing the width clearly being diminished, the lines stay the same width as line width 1, but are rendered in a lighter grey color, the narrower you make the line going from 1 to e.g. 0.1.

afbeelding

annelfitz commented 2 years ago

@mboeringa - thanks for pointing this out! Seems to be a bug in the API. We'll look into it.

mboeringa commented 2 years ago

Yes, please do. Being limited to 1pt line widths minimum is pretty limiting to the cartographic options.

annelfitz commented 1 year ago

Hi @mboeringa - this issue will be fixed with our November release in a couple weeks. Thank you for your patience!

annelfitz commented 1 year ago

A fix has been installed with today's update of the CIMSymbolBuilder. Thanks again for reporting this.