Added general flattening path iterator.
This commit is contained in:
@@ -151,8 +151,8 @@ public abstract class RectangularShape implements IRectangularShape
|
|||||||
return target;
|
return target;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Override // from interface IShape
|
@Override // from interface IShape
|
||||||
// public PathIterator getPathIterator (AffineTransform t, float flatness) {
|
public PathIterator getPathIterator (AffineTransform t, float flatness) {
|
||||||
// return new FlatteningPathIterator(getPathIterator(t), flatness);
|
return new FlatteningPathIterator(getPathIterator(t), flatness);
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user