Offset Path tool in AI CS4 offen added some unnecessary anchor points, these points were hard to find because they were overlaping. But when these path were used to blend, faulty effect come. I must remove them manually. It never happened in AI CS2.
hi, I'm in fact still seeing this problem (a bug which was introduced and never corrected in CS3) in CS4. You could follow these steps to find the bug build an rectangle (width 40mm, hight 30mm) delete the top segement to make the curve open offset path (4mm, round) check the lower right corner, you will find the overlaping anchor point.
You could use a script to find and remove these points (JET?). Also you could use the BetterHandles plug-in, which has a "Remove Redundant Points" command. Granted, the points should never be created in the first place, but it beats searching for them manually.
You could use a script to find and remove these points (JET?).
A script could search for and remove coincident points. But in my experience with the problem in CS3, the abberant results of Outline Stroke, Offset Path, etc., are not consistent enough to reliably correct with a script. In some situations, the redundant points do not have identical handles. How would a script know the right handles to retain? In other situations, entirely extra trash paths are created (as when outlining strokes of dashed paths--the supposed justification for the whole train wreck in the first place). How is a script supposed to know which paths are correct?
A proper script solution would be to replace the offset path feature altogether. But that would be a pretty ambitious undertaking.
No, the dang thing just needs to be fixed. Others (assumed to be beta testers) have reported that it was fixed in CS4. If artilu is correct here, that is not the case.
Adobe's history has not been good re fixing such bugs during the lifecycle of a major version.
Dang. I was really hoping that would get fixed or at least not be as bad. Maybe if I close my eyes real tight and wish really hard I won't have to remove all those extra ancors.
That got broke with the advent of the eraser tool, right?
Yes, there is still an overlapping point at the lower right of OPEN paths. Just click the unite button in the pathfinder window with the offset path selected (it is naturally selected after the offset command in run) to clean and move on.
Thanks, The Unite tool works fine! and when the path with the overlapping point is pasted into AI CS2, the overlapping point will be removed automaticly, so strange.
On Feb 12, 9:07 am, James_Talm...@adobeforums.com wrote:
> You could use a script to find and remove these points (JET?).
> A script could search for and remove coincident points. But in my experience with the problem in CS3, the abberant results of Outline Stroke, Offset Path, etc., are not consistent enough to reliably correct with a script. In some situations, the redundant points do not have identical handles. How would a script know the right handles to retain? In other situations, entirely extra trash paths are created (as when outlining strokes of dashed paths--the supposed justification for the whole train wreck in the first place). How is a script supposed to know which paths are correct?
The script won't remove the garbage paths, but I did also write some Actions that automate using the Pathfinder tools to add objects to themselves to help with these types of artifacts.