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

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

[Octave-bug-tracker] [bug #52193] Font choices are ignored when printing


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #52193] Font choices are ignored when printing to an image file
Date: Thu, 6 Sep 2018 15:57:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #46, bug #52193 (project octave):

For me Inkscape is even worse when it comes to dealing with embedded images:
colors are preserved but pixels are blurry ... at least with Inkscape 0.92 and
the current state of our svg files. See


demo area 1
image ("xdata", [2 4], "ydata", [.4 .8], "cdata", rand (20, 20, 3))
title ("TempƩrature du glaƧon", "fontname", "LiberationSerif")

## Wrong pixel colors with Qt
print -svgconvert svg2pdf_qt.pdf
open svg2pdf_qt.pdf

## Blurry/antialiased images with Inkscape
print -svgconvert toto.svg
system ("inkscape -z -f=toto.svg --export-pdf svg2pdf_ink.pdf")
open svg2pdf_ink.pdf

## Antialiasing for patches and poor text support
print eps2pdf.pdf 
open eps2pdf.pdf


Yes, the original plot is terrible, but printout are always worse. 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?52193>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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