On Mon, 13 Mar 2006, Michael J Gruber apparently wrote: > The beauty of the underlying concept (decorators) is that > you can do this with any paths, not just lines
Yes, I'm starting to see it! So here is a follow up queston. Suppose I am constructing a path. I reach a point in the construction where the current point is a good location for a decorator to the path. I could use atend to get the coordinates and then do something at the coordinates, basically relying on saving the currentpoint like in PostScript. Is there a way that I can instead save that location in path parameters so that I can later use a decorator? I think this boils down to my current failure to understand the path parameters. I hope my question is nevertheless clear. Thanks, Alan Isaac ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
