Comment 14 for bug 171016

Revision history for this message
Vassilis Virvilis (vasvir) wrote :

Hi this bug has resurfaced with 1.0.1 in Debian unstable.

This command
inkscape --export-type=png -p < a.svg > a.png

produces
  -lots of stuff in stderr: Cool
  -lots of lines before the PNG header: Not cool

The lines are of the form:
WARNING: Requested update while update in progress, counter = 5 (repeated 3064 times)
96dpi (repeated 84 times)

I think this printouts shouldn't go to stdout. That breaks the output files on stdout

I can provide the a.svg if required.