Ignore:
Timestamp:
2015-02-18T15:49:56+01:00 (11 years ago)
Author:
bastiK
Message:

update svgsalamander to r200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/ImageSVG.java

    r7676 r8083  
    207207        {
    208208            if (!styleAttrib.getStringValue().equals("visible"))
     209            {
     210                return;
     211            }
     212        }
     213
     214        if (getStyle(styleAttrib.setName("display")))
     215        {
     216            if (styleAttrib.getStringValue().equals("none"))
    209217            {
    210218                return;
Note: See TracChangeset for help on using the changeset viewer.