Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 18070 → Rev 18071

/trunk/wims/src/Misc/canvasdraw/Changelog.md
3,6 → 3,8
- sort out the global/local variable mess...and reorganize headerfile
: zooming and grid: scaling needs to be more adaptive! (use constant amount of grid lines)
## 2023
* 1/3/2024: quick fix for halfline
## 2023
* 23/2/2023: minor improvement for sub/sup routine for command family strings (use of space is optional)
* 22/2/2023: snaptopoints may be called multiple times (no limit) And restored MAX_INT to 128 (but it's open for change, anyway)
* 22/2/2023: increase the limit MAX_INT to 256
/trunk/wims/src/Misc/canvasdraw/canvasdraw.c
2065,6 → 2065,8
@ may be set <a href="#drag">draggable</a> / <a href="#onclick">onclick</a>
@%halfline%size 400,400%xrange -10,10%yrange -10,10%halfline -5,5,0,0,red%halfline -5,-5,0,0,blue
*/
for(i=0; i<13;i++){double_data[i]=0;}
for(i=0;i<5;i++){
switch(i){
case 0: double_data[0]= get_real(infile,0);break; /* x-values */