Yann Papouin schrieb:
I'm so lame, ... sorry Alexandre for the previous offlist message :),
I'm no better ... :-) (sent this from the wrong email address so it was rejected)
Is there a way to create a guide ligne from a straight line ? Apparently it's actually drawing them from its bounding box.
Not yet, but as soon as I find the time it's one of the things right on top of my to-do list. I will, however, be very busy in the next week(s) so I can't promise when that will be. Might be tomorrow but might also be only in a month or so.
If anyone else is interested in implementing it and familiar with the SPPath/Nodepath code (which one would apply here?), it should be very easy to do. The relevant code for converting to guides is in sp-guide.cpp; just pass a list of Geom::Point pairs (one for each guide to create) to sp_guide_pt_pairs_to_guides(). See sp_rect_convert_to_guides() in sp-rect.cpp for an example of how to do it.
In anycase, this feature is really a must, good job!
Thanks. Glad to hear it's of use.
Max