summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 73414d6)
raw | patch | inline | side by side (parent: 73414d6)
| author | knutux <knutux@users.sourceforge.net> | |
| Thu, 20 Apr 2006 07:58:11 +0000 (07:58 +0000) | ||
| committer | knutux <knutux@users.sourceforge.net> | |
| Thu, 20 Apr 2006 07:58:11 +0000 (07:58 +0000) |
| src/livarot/PathConversion.cpp | patch | blob | history |
index d81785d20eebacb30921b73cc1aa4c130a1528b4..a45e7548adf213af1f5234d38fc6849c3918bab5 100644 (file)
nextX = nData->p;
lastMoveTo = AddPoint(nextX, true);
descr_cmd[curP]->associated = lastMoveTo;
- last_point_relation = 0;
+ last_point_relation = POINT_RELATION_TO_AREA(nextX, area);
+ start_elimination = false;
- // et on avance
curP++;
break;
}
} else {
start_elimination = false;
}
-
+
if (!replace) {
descr_cmd[curP]->associated = AddPoint(nextX, false);
}
}
}
last_point_relation = curent_point_relation;
- // et on avance
curP++;
break;
}
}
}
last_point_relation = curent_point_relation;
- // et on avance
curP++;
break;
}
}
}
last_point_relation = 0;
- // et on avance
+
curP++;
break;
}
}
last_point_relation = 0;
- // et on avance
+
curP += nbInterm;
break;
}