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

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

[Octave-bug-tracker] [bug #52842] Implement "none" as a standard option


From: Rik
Subject: [Octave-bug-tracker] [bug #52842] Implement "none" as a standard option for graphics color properties
Date: Mon, 4 Feb 2019 15:08:46 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #52842 (project octave):

@Pantxo: Could you take a look at the attached cset?  It implements "none" as
a color for text and axes objects.  It mostly works, except that I'm getting
warnings from ft_text_renderer.



warning: ft_text_renderer::set_color: invalid color
warning: called from
    text at line 170 column 10


I have been using this to test with:


clf;
hax = gca;
ht = text (0.5, 0.5, 'Hello World', 'color', 'none', 'backgroundcolor', 'm');




(file #46179)
    _______________________________________________________

Additional Item Attachment:

File name: 52842.v1.cset                  Size:4 KB
    <https://savannah.gnu.org/file/52842.v1.cset?file_id=46179>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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