Changeset 3147
- Timestamp:
- 03/04/10 15:43:21 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/org/pathvisio/model/GpmlFormatAbstract.java
r3131 r3147 276 276 { 277 277 Element graphics = e.getChild("Graphics", e.getNamespace()); 278 String scol = getAttribute("Shape.Graphics", "FillColor", graphics);278 String scol = getAttribute(e.getName() + ".Graphics", "FillColor", graphics); 279 279 if(scol.equals("Transparent")) { 280 280 o.setTransparent (true);
