X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flivarot%2FShape.cpp;h=c694cdd2776b958e2369a6e9f3b24ed921e42f97;hb=50eef40bd47ac82eca272808e2cb39614a2a9895;hp=145bbafe53772ec9dfef69cbfbe367f7b8731513;hpb=73414d61d2a26490922f272008d3b4ba1c46e3b8;p=inkscape.git diff --git a/src/livarot/Shape.cpp b/src/livarot/Shape.cpp index 145bbafe5..c694cdd27 100644 --- a/src/livarot/Shape.cpp +++ b/src/livarot/Shape.cpp @@ -51,15 +51,13 @@ Shape::~Shape (void) void Shape::Affiche(void) { - /* - printf("sh=%p nbPt=%i nbAr=%i\n",this,nbPt,nbAr); // localizing ok - for (int i=0;i(_pts.size()), static_cast(_aretes.size())); // localizing ok + for (unsigned int i=0; i<_pts.size(); i++) { + printf("pt %i : x=(%f %f) dI=%i dO=%i\n",i, _pts[i].x[0], _pts[i].x[1], _pts[i].dI, _pts[i].dO); // localizing ok } - for (int i=0;i