Hi,<div><br></div><div>I am having a problem when drawing thick line strips where I see noticeable gaps at the joins in the output file. I discovered that if each vertex has a different color, then the output file uses individual line segments rather than a line strip. The same problem occurs with PDF, PS, and SVG files. At this point, the line cap style plays an important role in the rendering quality.</div>
<div><br></div><div>Eventually, I realized that, by default, individual lines use a butted line cap. To use round caps with a PDF I had to add a "1 J" after the command "/GSa gs" in the output file.</div>
<div><br></div><div>The attached images show the difference between the butt caps and round caps. Notice the drastic improvement in quality by adding this single command.</div><div><br></div><div>Are there plans to add line cap style as an option? Alternatively, would it make sense to use round caps by default?</div>
<div><br></div><div>Lance</div><div><br></div><div><br></div>