Update of /cvsroot/inkscape/inkscape/src/display
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31066/src/display
Modified Files:
curve.cpp curve.h
Log Message:
* src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
draw to the correct position on shape bounding boxes. Previously
the point where connectors were drawn was on straight line between
the two endpoints. These points now lie on the line between the
second last point on the polyline and the center of the shape.
* src/display/curve.cpp, src/display/curve.hpp: Added a couple of
functions that return the second and second-last points in a curve.
|