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

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

[Octave-bug-tracker] [bug #59355] Incorect font size in printed svg


From: Rik
Subject: [Octave-bug-tracker] [bug #59355] Incorect font size in printed svg
Date: Mon, 2 Nov 2020 15:22:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

Follow-up Comment #3, bug #59355 (project octave):

For completeness, I can this test


pos = [300 200 560 420];
figure(1,'paperunits','points', 'paperposition', [0,0,pos(3:4)])
plot([0,1],[0,1]);
set(gca,'fontunits','points','fontsize',18,'FontName','Arial');
print('fig1.svg','-dsvg', '-F:14');


This results in an SVG file where the font is 14 points.  Hence, there is only
once combination of options that is incorrect.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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