Discussion:
[Inkscape-devel] Update (merge request) for bool LPE
Jabier Arraiza
2017-06-24 20:17:53 UTC
Permalink
Hi Michael:
A pathvector is like a vector of paths, you need to loop it and check
path->closed() in each path.

Cheers, Jabier.


On Sat, 2017-06-24 at 19:43 +0200, Michael Soegtrop via Inkscape-devel
Dear Inkscape Team,
I did a merge request for an updated bool LPE. See the merge request
comments.
What I still need is a method to check if a PathVector is closed or
open. I want to issue an error message if the operands are not as
expected, but I couldn't find a way to do this. Jabier wrote that
there
is some isClosed() function, but I couldn't find anything around a
PathVector. Any help with this is appreciated.
Best regards,
Michael
-------------------------------------------------------------------
-----------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Inkscape-devel mailing list
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Jabier Arraiza
2017-07-02 15:51:41 UTC
Permalink
Hi Michael, finaly I dont see your msg on list. I try to help here.

Status bar messages as placed in stack order so maybe your problem is
you call to your warning message a bit previous than another message.

To be sure localice this message and comment it to look for your
message. And imagine how to launch your wanted message after.

Cheers, Jabier.

Loading...