SVG-Edit / svgedit

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

Fix initial stroke width #959

Closed delmohf closed 5 months ago

delmohf commented 5 months ago

Trying to set the initial stroke width now work as expected

svgEditor.setConfig({
    initStroke: {
        width: 5
    }
});
delmohf commented 5 months ago

Hi guys! Is there any plan to merge this PR into master?

jfhenon commented 5 months ago

Hi guys! Is there any plan to merge this PR into master?

Yes but tests are not passing anymore... This is normal as your fix impacts the tests. If you fix the tests, I will merge immediately. If not, I need a few days to look into this. It should not be difficult. thanks for the contribution anyway.