
Hey Bulia,
Thanks for the bugreport :-) It uncovered some stuff that needed doing baaaadly!
rev 15810:
- open share/examples/live-path-effects-skeletal.svg
Problem: the file does not demonstrate the end result! It just has the untransformed fish, the arc to apply it to, and some texts. An example file must show the capability, not just lead you through a tutorial (though that is nice too).
Works now.
select the single-path fish, ctrl+c
select the arc path above "3", open the lpe dialog
Problem: the first thing I see in the dialog is "Invalid effect". That's a really bad idea. I didn't do anything yet! Why are you proposing that I apply an invalid effect to the path?
Fixed.
What is it anyway?
No clue. Removed it :)
Problem: the dialog does not stay on top! Click on canvas and it sinks. Did you use the standard Dialog class for it? If you did it should take care of that.
On windows here, it stays on top. If I remember correctly it also stays on top for me in Linux.
- select skeletal strokes (btw why strokes and not stroke?)
I am thinking about renaming the whole thing to path along path. Skeletal Strokes isn't quite it.
and cilck apply
Biggest problem: the path simply disappears.
Solved by making the default pattern path "M0,0 L1,1"
- undo
Console warnings indicate missing sp_documen_done somewhere:
** (inkscape:19449): WARNING **: Incomplete undo transaction:
** (inkscape:19449): WARNING **: Event: Set attribute d to "" on #Element:0x0x88b29f0
What am I doing wrong?
I got this aswell :S Working on it...
-Johan