https://bugs.kde.org/show_bug.cgi?id=426608
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/b35c78223 | |78b54d049bf84a4417ac2dae3ac | |2af0 Status|ASSIGNED |RESOLVED --- Comment #2 from Tymond <tamtamy.tym...@gmail.com> --- Git commit b35c7822378b54d049bf84a4417ac2dae3ac2af0 by Agata Cacko. Committed on 21/09/2020 at 11:26. Pushed by tymond into branch 'master'. 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/b35c7822378b54d049bf84a4417ac2dae3ac2af0 -- You are receiving this mail because: You are watching all bug changes.