[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-10-02 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=399227

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/79600d5811b8a4cb17823617 |ta/3986931cbabb1fe072a5dbc2
   |d20260fde4296c98|ac9433a6892a6b9f

--- Comment #7 from Dmitry Kazakov  ---
Git commit 3986931cbabb1fe072a5dbc2ac9433a6892a6b9f by Dmitry Kazakov.
Committed on 02/10/2018 at 17:19.
Pushed by dkazakov into branch 'krita/4.1'.

Fix collapsing multiline text because of extra markup appearing in the line

M  +3-1libs/flake/text/KoSvgTextShapeMarkupConverter.cpp

https://commits.kde.org/krita/3986931cbabb1fe072a5dbc2ac9433a6892a6b9f

--- Comment #8 from Dmitry Kazakov  ---
Git commit 6ea4a076d92c7b2a2819a416143578b47392f6c0 by Dmitry Kazakov.
Committed on 02/10/2018 at 17:18.
Pushed by dkazakov into branch 'krita/4.1'.

Fix removing extra whitespace at the connection of two xml markup tags

Basically, now we handle all the markup instead of delegating that to Qt.
It fixes the problem of eating elements like 'aaa bbb'.
Now we traverse the DOM tree extensively to handle that correctly.

M  +2-3libs/flake/KoMarkerCollection.cpp
M  +3-4libs/flake/KoSvgPaste.cpp
M  +2-3libs/flake/resources/KoSvgSymbolCollectionResource.cpp
M  +37   -0libs/flake/svg/SvgParser.cpp
M  +5-0libs/flake/svg/SvgParser.h
M  +3-2libs/flake/tests/SvgParserTestingUtils.h
M  +1-2libs/flake/tests/TestKoDrag.cpp
M  +64   -0libs/flake/tests/TestSvgText.cpp
M  +1-0libs/flake/tests/TestSvgText.h
M  +---libs/flake/tests/data/svg_render/load_text_outline.png
M  +---   
libs/flake/tests/data/svg_render/load_text_outline_converted_to_path.png
M  +---libs/flake/tests/data/svg_render/load_text_right_to_left.png
A  +---libs/flake/tests/data/svg_render/load_text_whitespace.png
M  +73   -22   libs/flake/text/KoSvgTextChunkShape.cpp
M  +4-3libs/flake/text/KoSvgTextShapeMarkupConverter.cpp
M  +6-6libs/store/KoXmlWriter.cpp
M  +1-1libs/store/KoXmlWriter.h
M  +2-3libs/ui/flake/kis_shape_layer.cc

https://commits.kde.org/krita/6ea4a076d92c7b2a2819a416143578b47392f6c0

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-10-02 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=399227

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/79600d5811b8a4cb17823617 |ta/3986931cbabb1fe072a5dbc2
   |d20260fde4296c98|ac9433a6892a6b9f

--- Comment #7 from Dmitry Kazakov  ---
Git commit 3986931cbabb1fe072a5dbc2ac9433a6892a6b9f by Dmitry Kazakov.
Committed on 02/10/2018 at 17:19.
Pushed by dkazakov into branch 'krita/4.1'.

Fix collapsing multiline text because of extra markup appearing in the line

M  +3-1libs/flake/text/KoSvgTextShapeMarkupConverter.cpp

https://commits.kde.org/krita/3986931cbabb1fe072a5dbc2ac9433a6892a6b9f

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-10-02 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=399227

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kri
   ||ta/79600d5811b8a4cb17823617
   ||d20260fde4296c98
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Dmitry Kazakov  ---
Git commit bde1adee05bd82297570344af8bc39238d1ac2bb by Dmitry Kazakov.
Committed on 02/10/2018 at 16:12.
Pushed by dkazakov into branch 'master'.

Fix removing extra whitespace at the connection of two xml markup tags

Basically, now we handle all the markup instead of delegating that to Qt.
It fixes the problem of eating elements like 'aaa bbb'.
Now we traverse the DOM tree extensively to handle that correctly.

M  +2-3libs/flake/KoMarkerCollection.cpp
M  +3-4libs/flake/KoSvgPaste.cpp
M  +2-3libs/flake/resources/KoGamutMask.cpp
M  +2-3libs/flake/resources/KoSvgSymbolCollectionResource.cpp
M  +37   -0libs/flake/svg/SvgParser.cpp
M  +5-0libs/flake/svg/SvgParser.h
M  +3-2libs/flake/tests/SvgParserTestingUtils.h
M  +1-2libs/flake/tests/TestKoDrag.cpp
M  +64   -0libs/flake/tests/TestSvgText.cpp
M  +1-0libs/flake/tests/TestSvgText.h
M  +---libs/flake/tests/data/svg_render/load_text_outline.png
M  +---   
libs/flake/tests/data/svg_render/load_text_outline_converted_to_path.png
M  +---libs/flake/tests/data/svg_render/load_text_right_to_left.png
A  +---libs/flake/tests/data/svg_render/load_text_whitespace.png
M  +73   -22   libs/flake/text/KoSvgTextChunkShape.cpp
M  +4-3libs/flake/text/KoSvgTextShapeMarkupConverter.cpp
M  +6-6libs/store/KoXmlWriter.cpp
M  +1-1libs/store/KoXmlWriter.h
M  +2-3libs/ui/flake/kis_shape_layer.cc

https://commits.kde.org/krita/bde1adee05bd82297570344af8bc39238d1ac2bb

--- Comment #6 from Dmitry Kazakov  ---
Git commit 79600d5811b8a4cb17823617d20260fde4296c98 by Dmitry Kazakov.
Committed on 02/10/2018 at 16:12.
Pushed by dkazakov into branch 'master'.

Fix collapsing multiline text because of extra markup appearing in the line

M  +3-1libs/flake/text/KoSvgTextShapeMarkupConverter.cpp

https://commits.kde.org/krita/79600d5811b8a4cb17823617d20260fde4296c98

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-10-02 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=399227

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||yn...@hotmail.com

--- Comment #4 from Boudewijn Rempt  ---
*** Bug 399288 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-10-01 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=399227

--- Comment #3 from Dmitry Kazakov  ---
Okay, no video needed. I managed to reproduce it finally.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-10-01 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=399227

Boudewijn Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||b...@valdyas.org
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Boudewijn Rempt  ---
Hi, 

Could you test with the latest nightly master build? The report says your OS is
linux, so that would be
https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/ . If that's
wrong and you're on Window, please check
https://binary-factory.kde.org/job/Krita_Nightly_Windows_Build/ . If you can
still reproduce it, Dmitry asks whether you could make a screen recording to
show the problem -- that would be helpful to him.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399227] Text Tool does not save any SVG information or Multi-Line

2018-09-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399227

sovr...@gmail.com changed:

   What|Removed |Added

 CC||sovr...@gmail.com

--- Comment #1 from sovr...@gmail.com ---
Created attachment 115319
  --> https://bugs.kde.org/attachment.cgi?id=115319&action=edit
In regards to the color bug

-- 
You are receiving this mail because:
You are watching all bug changes.