[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-23 Thread Friedrich W . H . Kossebau via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/call |http://commits.kde.org/call
   |igra/a009efea1457580f39f5b8 |igra/f0a0daa595c7de9efed812
   |80f1e39f9196293200  |ff445c29f80e2b8261

--- Comment #8 from Friedrich W. H. Kossebau  ---
Git commit f0a0daa595c7de9efed812ff445c29f80e2b8261 by Friedrich W. H.
Kossebau, on behalf of Thorsten Zachmann.
Committed on 23/02/2016 at 22:36.
Pushed by kossebau into branch 'master'.

Fix bug 359288

The problem is that the zIndex of the svg shape is never set and
therefore it has the same zIndex 0 as the already existing shape. The
problem can be seen always if you create a document with 3 vector
shapes where the text shape is the most top one.
This commit loads the zIndex also for svg shapes.

M  +14   -2libs/flake/svg/SvgShapeFactory.cpp

http://commits.kde.org/calligra/f0a0daa595c7de9efed812ff445c29f80e2b8261

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-20 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/call
   |a/c82bae186f3e38ec5ade57629 |igra/a009efea1457580f39f5b8
   |fbf9b3c89f77560 |80f1e39f9196293200

--- Comment #7 from Dmitry Kazakov  ---
Git commit a009efea1457580f39f5b880f1e39f9196293200 by Dmitry Kazakov, on
behalf of Thorsten Zachmann.
Committed on 20/02/2016 at 17:26.
Pushed by dkazakov into branch 'calligra/2.9'.

Fix bug 359288

The problem is that the zIndex of the svg shape is never set and
therefore it has the same zIndex 0 as the already existing shape. The
problem can be seen always if you create a document with 3 vector
shapes where the text shape is the most top one.
This commit loads the zIndex also for svg shapes.

M  +14   -2libs/flake/svg/SvgShapeFactory.cpp

http://commits.kde.org/calligra/a009efea1457580f39f5b880f1e39f9196293200

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-17 Thread kyril via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

--- Comment #6 from kyril  ---
I think this was my first time reporting a bug and watching it die(get fixed)
with my own eyes. This was awesome :D /endOfUnrelatedComments

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-17 Thread T Zachmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

T Zachmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/krit
   ||a/c82bae186f3e38ec5ade57629
   ||fbf9b3c89f77560

--- Comment #5 from T Zachmann  ---
Git commit c82bae186f3e38ec5ade57629fbf9b3c89f77560 by Thorsten Zachmann.
Committed on 17/02/2016 at 14:49.
Pushed by zachmann into branch 'master'.

Fix bug 359288

The problem is that the zIndex of the svg shape is never set and
therefore it has the same zIndex 0 as the already existing shape. The
problem can be seen always if you create a document with 3 vector
shapes where the text shape is the most top one.
This commit loads the zIndex also for svg shapes.

M  +14   -2libs/flake/svg/SvgShapeFactory.cpp

http://commits.kde.org/krita/c82bae186f3e38ec5ade57629fbf9b3c89f77560

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-14 Thread T Zachmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

--- Comment #4 from T Zachmann  ---
Created attachment 97223
  --> https://bugs.kde.org/attachment.cgi?id=97223&action=edit
Document showing the problem

Document showing the problem. The text shape should be the top most shape but
it is either at the bottom or in the middle.

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-13 Thread T Zachmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

T Zachmann  changed:

   What|Removed |Added

 CC||t.zachm...@zagge.de

--- Comment #3 from T Zachmann  ---
I had a look at the saved file and in the saved file it is saved in the correct
order. The rect is coming first and then the text. However it seems if you open
the document sometimes the rect is above and sometimes it is below the text.
Seems like the order of the shapes is not really kept on loading.

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-13 Thread kyril via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

--- Comment #2 from kyril  ---
(In reply to wolthera from comment #1)
> 2016 will be vector year, so this'll go on the pile of bugs that should be 
> fixed during
> it :)

Good to know - thanks!

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


[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets

2016-02-11 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359288

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from wolthera  ---
Thanks for the report!

I can reproduce in 3.0, didn't even need to save a second time. 2016 will be
vector year, so this'll go on the pile of bugs that should be fixed during it
:)

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