Rev 15111 | Rev 18556 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15111 | Rev 16827 | ||
---|---|---|---|
Line 637... | Line 637... | ||
637 | if( typeof(curvedarrows_x) === 'object' && curvedarrows_x.length > 0){var xyz = list_unique(curvedarrows_x,curvedarrows_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\"; }else{ reply = reply + \"\\n\";};\ |
637 | if( typeof(curvedarrows_x) === 'object' && curvedarrows_x.length > 0){var xyz = list_unique(curvedarrows_x,curvedarrows_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\"; }else{ reply = reply + \"\\n\";};\ |
638 | if( typeof(curvedarrows2_x) === 'object' && curvedarrows2_x.length > 0){var xyz = list_unique(curvedarrows2_x,curvedarrows2_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\"; }else{ reply = reply + \"\\n\";};\ |
638 | if( typeof(curvedarrows2_x) === 'object' && curvedarrows2_x.length > 0){var xyz = list_unique(curvedarrows2_x,curvedarrows2_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\"; }else{ reply = reply + \"\\n\";};\ |
639 | if( typeof(crosshairs_x) === 'object' && crosshairs_x.length > 0 ){var xyz = list_unique(crosshairs_x,crosshairs_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\";}else{ reply = reply + \"\\n\"; };\ |
639 | if( typeof(crosshairs_x) === 'object' && crosshairs_x.length > 0 ){var xyz = list_unique(crosshairs_x,crosshairs_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\";}else{ reply = reply + \"\\n\"; };\ |
640 | if( typeof(userdraw_x) === 'object' && userdraw_radius.x> 0){var xyz = list_unique(userdraw_x,userdraw_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\"; return reply;;};\ |
640 | if( typeof(userdraw_x) === 'object' && userdraw_radius.x> 0){var xyz = list_unique(userdraw_x,userdraw_y,null);reply = reply + xyz[0] +\";\"+xyz[1]+\"\\n\"; return reply;;};\ |
641 | if( typeof(userdraw_radius) === 'object' && userdraw_radius.length > 0){var xyz = list_unique(userdraw_x,userdraw_y,userdraw_radius);reply = reply + xyz[0] +\";\"+xyz[1]+\";\"+xyz[2]+\"\\n\"; return reply;;};\ |
641 | if( typeof(userdraw_radius) === 'object' && userdraw_radius.length > 0){var xyz = list_unique(userdraw_x,userdraw_y,userdraw_radius);reply = reply + xyz[0] +\";\"+xyz[1]+\";\"+xyz[2]+\"\\n\"; return reply;;};\ |
- | 642 | if( document.getElementById(\"canvas_input0\")){var t = 0;\ |
|
- | 643 | while(document.getElementById(\"canvas_input\"+t)){\ |
|
- | 644 | if( ! document.getElementById(\"canvas_input\"+t).getAttribute(\"readonly\")){\ |
|
- | 645 | reply = reply+document.getElementById(\"canvas_input\"+t).value + \";\";\ |
|
- | 646 | };\ |
|
- | 647 | t++;\ |
|
- | 648 | };\ |
|
- | 649 | };\ |
|
642 | return reply;\ |
650 | return reply;\ |
643 | };\ |
651 | };\ |
644 | /* end function 29 read_canvas%d() */",canvas_root_id,reply_precision,reply_precision,reply_precision,canvas_root_id,canvas_root_id); |
652 | /* end function 29 read_canvas%d() */",canvas_root_id,reply_precision,reply_precision,reply_precision,canvas_root_id,canvas_root_id); |
645 | break; |
653 | break; |
646 | case 30: |
654 | case 30: |
Line 703... | Line 711... | ||
703 | return reply;\ |
711 | return reply;\ |
704 | };\ |
712 | };\ |
705 | /* end function 20 read_canvas_images() */",reply_precision); |
713 | /* end function 20 read_canvas_images() */",reply_precision); |
706 | break; |
714 | break; |
707 | case 100:break; /* debug js-object format: see dragstuff.c */ |
715 | case 100:break; /* debug js-object format: see dragstuff.c */ |
708 | - | ||
709 | default: canvas_error("hmmm unknown replyformat...");break; |
716 | default: canvas_error("hmmm unknown replyformat...");break; |
710 | } |
717 | } |
711 | return; |
718 | return; |
712 | } |
719 | } |