markuno_lib 1.2.104 → 1.2.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuno_lib",
3
- "version": "1.2.104",
3
+ "version": "1.2.107",
4
4
  "description": "Croswil Markuno Language Lib",
5
5
  "author": "Croswil SRL",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -509,9 +509,9 @@ export class Vis2d {
509
509
  addpoint(e: any, t?: number, i?: string, s?: number): this;
510
510
  addline(e: any, t?: number, i?: any, s?: number): this;
511
511
  addspace(e: any): this;
512
- addrect(e: any, t?: number, i?: any, s?: number): this;
512
+ addrect(e: any, t?: any, i?: number, s?: any): this;
513
513
  addimg(e: any, t: any): this;
514
- addrecta(e: any, t?: number, i?: any): this;
514
+ addrecta(e: any, t?: any, i?: any): this;
515
515
  addshape(e: any, t?: any, i?: number, s?: any): this;
516
516
  addshapelin(e: any, t?: any, i?: number): this;
517
517
  addarea(e: any, t?: any): this;