Subversion Repositories wimsdev

Rev

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

Rev 18071 Rev 18155
Line 4... Line 4...
4
	 : zooming and grid: scaling needs to be more adaptive! (use constant amount of grid lines)
4
	 : zooming and grid: scaling needs to be more adaptive! (use constant amount of grid lines)
5
## 2023
5
## 2024
-
 
6
* 28/4/2024: prefix "dash" may be used by all 'dashable' objects
-
 
7
	     which is an overload on 'dashable' syntax !! 
-
 
8
	     use commands "noreset" and "dashed" to 'dash' all following objects...until command 'reset'
-
 
9
	     size 200,200
-
 
10
	     xrange -10,10
-
 
11
	     yrange -10,10
-
 
12
	     noreset
-
 
13
	     dashed
-
 
14
	     hline ...
-
 
15
	     vline ...
-
 
16
	     polyline ...
-
 
17
	     rect ...
-
 
18
	     circle ...
-
 
19
	     reset
-
 
20
	     etc etc
6
* 1/3/2024: quick fix for halfline
21
* 1/3/2024: quick fix for halfline
7
## 2023
22
## 2023
8
* 23/2/2023: minor improvement for sub/sup routine for command family strings (use of space is optional)
23
* 23/2/2023: minor improvement for sub/sup routine for command family strings (use of space is optional)
9
* 22/2/2023: snaptopoints may be called multiple times (no limit) And restored MAX_INT to 128 (but it's open for change, anyway)
24
* 22/2/2023: snaptopoints may be called multiple times (no limit) And restored MAX_INT to 128 (but it's open for change, anyway)
10
* 22/2/2023: increase the limit MAX_INT to 256
25
* 22/2/2023: increase the limit MAX_INT to 256