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

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

[Octave-bug-tracker] [bug #50520] rectangle "FaceAlpha" property not hon


From: ederag
Subject: [Octave-bug-tracker] [bug #50520] rectangle "FaceAlpha" property not honored
Date: Sun, 12 Mar 2017 09:46:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

URL:
  <http://savannah.gnu.org/bugs/?50520>

                 Summary: rectangle "FaceAlpha" property not honored
                 Project: GNU Octave
            Submitted by: ederag
            Submitted on: Sun 12 Mar 2017 01:46:33 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:


graphics_toolkit("qt")
figure
rectangle("position", [0.2 0.2 0.5 0.4], "facecolor", "g", "FaceAlpha",.3)
rectangle("position", [0.3 0.1 0.3 0.6], "facecolor", "y", "FaceAlpha",.3)
axis([0 1 0 1])


The rectangles should be transparent. 
They are transparent with the gnuplot backend, but not with the Qt backend.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50520>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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