Graphic export : the style of the text fonts are not respected when exporting to
Reported by Pierre MARECHAL
Originally assigned to Manuel JULIACHS
-- Bug description --
Graphic export : the style of the text fonts are not respected when exporting to SVG
See attached screenshot
Pierre
-- Scilab error message --
None
-- How to reproduce the bug --
Created an attachment (id=1051)
Screenshot
scf(10);
plot3d();
title('Title in bold-italic');
my_axe = gca();
my_title = my_axe.title;
my_title.font_size = 5;
my_title.font_style = 5;
xs2svg(10,TMPDIR+'/bug_svg_bold_italic.svg');
=> have a look to 'bug_svg_bold_italic.svg'