Diff for /Amaya/amaya/styleparser.c between versions 1.293 and 1.294

version 1.293, 2004/12/21 16:20:12 version 1.294, 2005/01/03 09:45:05
Line 3712  static char *ParseSVGFill (Element eleme Line 3712  static char *ParseSVGFill (Element eleme
           TtaSetStylePresentation (PRFillPattern, element, tsch, context, best);            TtaSetStylePresentation (PRFillPattern, element, tsch, context, best);
         }          }
       cssRule = SkipWord (cssRule);        cssRule = SkipWord (cssRule);
         return (cssRule);
     }      }
   else if (!strncasecmp (cssRule, "currentColor", 12))    else if (!strncasecmp (cssRule, "currentColor", 12))
     {      {

Removed from v.1.293  
changed lines
  Added in v.1.294


Webmaster