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

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

[Octave-bug-tracker] [bug #58429] Export of plotted circles to SVG could


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #58429] Export of plotted circles to SVG could use SVG circle primitive
Date: Wed, 27 May 2020 06:04:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0

Follow-up Comment #10, bug #58429 (project octave):

I am currently in the process of adding support for a latex interpreter, and
for that purpose I had to add support for "path" and "rect" elements in
svgconvert.  

>> That means, there is no way to have Bezier curves in svg (or ps or pdf, for
that matter) via gl2ps?

gl2ps is only able to retrieve lines and triangles from the feedback buffer,
but you can still push preformated svg elements to the output using
gl2psSpecial.

For example, I am currently in the process of adding support for a latex
interpreter. For printing, I directly pass svg "path", "rect", and "using"
elements to gl2ps. After adding support for "path" and "rect" and "using"
elements in svgconvert, I am now able to print to svg but also pdf, eps...  

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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