https://bugs.kde.org/show_bug.cgi?id=426608
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/b35c78223 |hics/krita/commit/7a052f9c3 |78b54d049bf84a4417ac2dae3ac |e75871f1116d19ea99960759519 |2af0 |04df --- Comment #3 from Tymond <tamtamy.tym...@gmail.com> --- Git commit 7a052f9c3e75871f1116d19ea9996075951904df by Agata Cacko. Committed on 16/10/2020 at 14:21. Pushed by tymond into branch 'krita/4.3'. Fix strike-through in converstion rich text -> svg Before this commit, strike-through would work if the user adds `line-decoration=line-through` in svg, but it doesn't work if the user uses the strike-through option in "Format" submenu, because rich text -> svg conversion didn't keep it. This commit fixes it and if the user does it, the strike-through appears both in canvas and in the rendered svg. Note: the bug regarding weird painting of the strike-through on the canvas (parts inside black letters are white) is still present both before and after the bug fix. M +47 -22 libs/flake/text/KoSvgTextShapeMarkupConverter.cpp https://invent.kde.org/graphics/krita/commit/7a052f9c3e75871f1116d19ea9996075951904df -- You are receiving this mail because: You are watching all bug changes.