[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #59355] Incorect font size in printed svg when
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #59355] Incorect font size in printed svg when -S and -F option are used together |
Date: |
Mon, 2 Nov 2020 16:51:09 -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 |
Update of bug #59355 (project octave):
Status: None => Confirmed
Summary: Incorect font size in printed svg => Incorect font
size in printed svg when -S and -F option are used together
_______________________________________________________
Follow-up Comment #4:
Sample test code for bug:
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('fig2.svg','-dsvg',['-S' num2str(pos(3)) ',' num2str(pos(4))],'-F:18');
This is also attached as tst_svg_fontsz.m
(file #50196)
_______________________________________________________
Additional Item Attachment:
File name: tst_svg_fontsz.m Size:0 KB
<https://file.savannah.gnu.org/file/tst_svg_fontsz.m?file_id=50196>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59355>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/