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

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

[Octave-bug-tracker] [bug #53229] Non uniform grid color in svg printout


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53229] Non uniform grid color in svg printout
Date: Mon, 26 Feb 2018 17:17:27 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: Non uniform grid color in svg printout 
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: Mon 26 Feb 2018 10:17:26 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In svg output, where grid transparency is supported, I observe small dark
patches along grid lines in 3D figures.


clf; axes (); view (3); grid on
print splitted_before.svg


Actually grid lines are split into smaller individual segments (probably due
to depth conflicts with the back plane) and what we see is the intersections.

The attached patch is a workaround in which we use "butt" linecap for grid
lines in order to avoid intersections where transparency may occur.

I also attached the svg produced before and after the patch.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 26 Feb 2018 10:17:26 PM UTC  Name: splitted_after.svg  Size: 47KiB  
By: pantxo

<http://savannah.gnu.org/bugs/download.php?file_id=43403>
-------------------------------------------------------
Date: Mon 26 Feb 2018 10:17:26 PM UTC  Name: splitted_before.svg  Size: 47KiB 
 By: pantxo

<http://savannah.gnu.org/bugs/download.php?file_id=43404>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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