Html – Dynamic CSS for SVG
In angular, I am displaying an SVG: <div [innerHTML]="svgImage" class="center"> </div> The SVG contains polygons with a unique ID, for example: <polyline id="tp_31" fill="#FFFAEC" points="698.814,494.607 719.188,459.31 698.813,424.014 658.064,424.015 637.69,459.313 658.065,494.608 698.814,494.607 "/> I am able to style each polygon individually…