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

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

[Octave-bug-tracker] [bug #60100] SVG graphics can crash Adobe Reader in


From: Bill Eaton
Subject: [Octave-bug-tracker] [bug #60100] SVG graphics can crash Adobe Reader in some cases
Date: Tue, 23 Feb 2021 18:44:10 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0

Follow-up Comment #9, bug #60100 (project octave):

Hah! I found a workaround. It seems that LibreOffice/Adobe combo doesn't like
transparent polylines. And by default, major and minor gridlines have alpha
0.25. These values look OK for grid lines:

    set(gca, 'gridalpha', 1);            % default is 0.25
    set(gca, 'minorgridalpha', 1);       % default is 0.25
    set(gca, 'minorgridlinestyle', '-'); % default is :
    set(gca, 'gridcolor', [.8 .8 .8]);
    set(gca, 'minorgridcolor', [.9 .9 .9]);

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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