Re: [Scilab-users] creating nice svg-files

2019-03-01 Thread Samuel Gougeon
Le 01/03/2019 à 17:27, Samuel Gougeon a écrit : Le 01/03/2019 à 14:20, P M a écrit : Hi Christophe ... I figured out that in inkscape one can combine paths...( Ctrl++ )... so that creates just one single area. so i have a solution. However it might be interesting to know, how Scilab fills th

Re: [Scilab-users] creating nice svg-files

2019-03-01 Thread Samuel Gougeon
Le 01/03/2019 à 14:20, P M a écrit : Hi Christophe ... I figured out that in inkscape one can combine paths...( Ctrl++ )... so that creates just one single area. so i have a solution. However it might be interesting to know, how Scilab fills the polygon when saving it as an svg. To me it see

[Scilab-users] creating nice svg-files

2019-02-28 Thread P M
Dear all, I try to create some svg-files using xs2svg. In the plot I use xfpoly to draw regions of interest in different colours. // plot the ROI 1xfpoly(roi1_X, roi1_Y ,color_roi1);e=gce(); e.foreground = color_roi1; e.line_mode = "off"; // plot the ROI 2xfpoly(roi2_X, roi2_Y ,co