On Sun, 6 Apr 2008 22:36:47 -0300, "bulia byak" wrote:
For your optimization you would actually want the other half of move_to. That is, what you want to do is to change the current point, but without starting a new sub-path. I suppose we could add another function for that, but I wonder if it would be more confusing than helpful in general.
I think it would be helpful, and I think it makes perfect sense to add it, since you already have that other half-function :)
It's possible, certainly. Do you have a good name suggestion for it?
I've added this to cairo's TODO list so we won't forget it:
And if there's more action on this front, (say a concrete proposal with a documentation update that explains how cairo_move_to, cairo_new_sub_path, and the new function all relate), then we could get this onto the 1.8 roadmap:
http://cairographics.org/roadmap
-Carl