Relative Content

Tag Archive for csssvgstylessvg.js

Change SVG stroke color for in CSS

I’m trying to change the stroke color for lines in my SVG dynamically using CSS. The CSS file is correctly linked, as other styles like fill are applied successfully. However, the stroke color doesn’t seem to change as expected.