Remove obsolete TODO.

This commit is contained in:
Jürg Lehni 2011-06-14 12:46:15 +01:00
parent 50bc64779f
commit ad78474ae4

View file

@ -1790,8 +1790,6 @@ var Path = this.Path = PathItem.extend({
half = inc * Math.PI / 360,
z = 4 / 3 * Math.sin(half) / (1 + Math.cos(half)),
segments = [];
// TODO: Use Point#setAngle() and Point vector algebra instead?
for (var i = 0; i <= count; i++) {
// Explicitely use to point for last segment, since depending
// on values the calculation adds imprecision: