Changeset 3147

Show
Ignore:
Timestamp:
03/04/10 15:43:21 (5 months ago)
Author:
martijn
Message:

By default, Shapes are transparent, DataNodes? not.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/core/org/pathvisio/model/GpmlFormatAbstract.java

    r3131 r3147  
    276276        { 
    277277        Element graphics = e.getChild("Graphics", e.getNamespace()); 
    278         String scol = getAttribute("Shape.Graphics", "FillColor", graphics); 
     278                String scol = getAttribute(e.getName() + ".Graphics", "FillColor", graphics); 
    279279        if(scol.equals("Transparent")) { 
    280280                o.setTransparent (true);