Subversion Repositories wimsdev

Rev

Rev 18644 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18644 Rev 18645
Line 1401... Line 1401...
1401
 */
1401
 */
1402
  case 49 ... 54:
1402
  case 49 ... 54:
1403
/* handling rare case of clickfill using a pattern instead of a single color...*/
1403
/* handling rare case of clickfill using a pattern instead of a single color...*/
1404
    add_js_filltoborder(canvas_type);
1404
    add_js_filltoborder(canvas_type);
1405
 /*fprintf(stdout,"USE_FILLED = %d<br>",use_filled);*/
1405
 /*fprintf(stdout,"USE_FILLED = %d<br>",use_filled);*/
1406
    tmp_buffer = my_newmem(p);
1406
    tmp_buffer = my_newmem(MAX_BUFFER);
1407
    switch(use_filled){
1407
    switch(use_filled){
1408
      case 1:
1408
      case 1:
1409
        check_string_length(snprintf(tmp_buffer,MAX_BUFFER,"var use_pattern_ctx = false;"));
1409
        check_string_length(snprintf(tmp_buffer,MAX_BUFFER,"var use_pattern_ctx = false;"));
1410
        break;
1410
        break;
1411
      case 2:
1411
      case 2: