octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45494] Patches have spurious (antialising) li


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #45494] Patches have spurious (antialising) lines in vector printout
Date: Fri, 14 Jul 2017 17:50:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #11, bug #45494 (project octave):

I started looking at this problem today, then found this (and the other) bug
report.  Before I read through the comments, I discovered that the eps file
generated by gl2ps does not appear to have the extra lines, but the generated
pdf file does.  Or at least the artifacts do not appear when I view the
generated eps file with evince.

Looking at what Octave's print command is doing, I captured the EPS output
from gl2ps and the ghostscript filter command, which is essentially this:


gs -dQUIET -dNOPAUSE -dBATCH -dSAFER -dAutoRotatePages=/None -sDEVICE=pdfwrite
-dLanguageLevel=3 -dEmbedAllFonts=true -dOptimize=true -dEPSCrop
-sPAPERSIZE=letter -dFIXEDMEDIA -sOutputFile="output.pdf" gl2ps-output.eps


The input and output files are attached.

Since displaying the PostScript file doesn't show the artifacts, is there some
way to generate a PDF file that will behave the same way?


(file #41207)
    _______________________________________________________

Additional Item Attachment:

File name: output.pdf                     Size:332 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45494>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]