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

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

[Octave-bug-tracker] [bug #56768] Unable to print SVG files when the pat


From: Blbulyan David
Subject: [Octave-bug-tracker] [bug #56768] Unable to print SVG files when the path has spaces
Date: Tue, 20 Aug 2019 12:47:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #12, bug #56768 (project octave):

>> plot (1:10)
>> mkdir "path with space"
ans = 1
>> print "path with space/toto.svg"
stopped in /app/share/octave/5.1.0/m/plot/util/print.m at line 416
416:   opts = __print_parse_opts__ (varargin{:});
debug> varargin
varargin =
{
  [1,1] = path with space/toto.svg
}

debug> dbcont
Usage:
octave-svgconvert infile fmt dpi font reconstruct outfile

Convert svg file to pdf, or svg. All arguments are mandatory:
* infile: input svg file or "-" to indicate that the input svg file should be
read from stdin
* fmt: format of the output file. May be one of pdf or svg
* dpi: device dependent resolution in screen pixel per inch
* font: specify a file name for the default FreeSans font
* reconstruct: specify wether to reconstruct triangle to polygons (0 or 1)
* outfile: output file name
error: gl2ps_renderer::draw: internal pipe error
>> error: parse error
error: called from
    __opengl_print__ at line 193 column 7
    print at line 710 column 16
>>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

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