Subversion Repositories wimsdev

Rev

Rev 18623 | Rev 18627 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18623 Rev 18624
Line 1703... Line 1703...
1703
          break;
1703
          break;
1704
        case FILLCOLOR:
1704
        case FILLCOLOR:
1705
  /*
1705
  /*
1706
  @ fillcolor colorname or #hex
1706
  @ fillcolor colorname or #hex
1707
  @ set the color: mainly used for command 'userdraw obj,stroke_color'
1707
  @ set the color: mainly used for command 'userdraw obj,stroke_color'
-
 
1708
  @ or in forms as polygon, rects and so on.
1708
  @ see <a href="#fillpattern">fillpattern</a> for non-solid color filling.
1709
  @ see <a href="#fillpattern">fillpattern</a> for non-solid color filling.
1709
  */
1710
  */
1710
          fillcolor = get_color(infile,1);
1711
          fillcolor = get_color(infile,1);
1711
          fill_color = fillcolor; /*to check with userdraw */
1712
          fill_color = fillcolor; /*to check with userdraw */
1712
          break;
1713
          break;