SVG-Edit / svgedit

Powerful SVG-Editor for your browser
MIT License
6.6k stars 1.54k forks source link

[Feature request] Set "fill" and "stroke" opacity independently #951

Closed jnton closed 7 months ago

jnton commented 7 months ago

Stroke and fill opacity cannot be set independently, it's only possible to change the opacity of the entire element. Stroke opacity is defined by the stroke-opacity attribute: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-opacity.

jnton commented 7 months ago

I just found out that I can do this by changing the A parameter in the corresponding color settings.