Currently icons in Mapgl don't use transparency mask for the underlying threshlold color (circle color):
The reason being most icons are masked with loss of inner details, leaving only rough outlines. Here's the examples from Cisco collection:
Options:
- use mask, narrow down to using only preconfigured, preprocessed set of isomorphic SVGs
- don't apply transparency mask on SVG's. Instead add more base shapes in addition to circle: square, triangle, diamond
Currently icons in Mapgl don't use transparency mask for the underlying threshlold color (circle color):
The reason being most icons are masked with loss of inner details, leaving only rough outlines. Here's the examples from Cisco collection:
Options: