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

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

[Octave-bug-tracker] [bug #39535] FaceAlpha property not working for Ope


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #39535] FaceAlpha property not working for OpenGL backend
Date: Mon, 16 Oct 2017 15:27:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0

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

@Markus: sorry for the delay. I tested the patch and it works fine. The
limitations are clearly documented and I could see no measurable impact on
performance. Can you push this cset please?

I attached a patch that adds support for printing transparent patches to svg
at least. The "pdflatext(standalone)" format also seams to support polygon
transparency when rendered in Okular. Evince renders opaque surfaces and I did
not test in acrobat.

I tested with this:


clf
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])
print /tmp/toto.svg
open /tmp/toto.svg
print -dpdflatexstandalone /tmp/toto.tex
cd /tmp
system ("pdflatex toto.tex")
system ("okular toto.pdf")


(file #42169)
    _______________________________________________________

Additional Item Attachment:

File name: printalpha2.patch              Size:4 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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