Re: Bug 687720 Zero length lines must not stroke
Alex Cherepanov <[email protected]> Wed, 13 Oct 2004 14:28:56 -0400
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Organization | Coscript Software |
| Message-ID | <[email protected]> |
Igor V. Melichev wrote: > Could you please do it without introducing a new flag > sn_dash_not_degenerate ? > Degenerate segments may be recognized by coordinates. Existing code first flattens the dashed line into a sequence of solid lines and strokes them afterwards. Without the flags we need to pass the information about the line type in some other way, which is not trivial. Regards, Alex