debug: Do nothing but init a board. Still buggy
This commit is contained in:
parent
0bca52ab4e
commit
bcbbedbb12
2 changed files with 30 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
--- node_modules/jsxgraph/distrib/index.d.ts 2024-04-29 23:05:16.785680814 -0700
|
||||
+++ tsbuild/deps/jsxgraphcore.d.mts 2024-06-09 10:04:21.396339486 -0700
|
||||
+++ tsbuild/deps/jsxgraphcore.d.mts 2024-06-11 19:48:54.158169983 -0700
|
||||
@@ -15,7 +15,7 @@
|
||||
/**
|
||||
* JSXGraph in the namespace JXG.
|
||||
|
@ -18,7 +18,18 @@
|
|||
/**
|
||||
* This registers a new construction element to JSXGraph for the construction via the JXG.Board.create interface.
|
||||
* @param element The elements name. This is case-insensitive, existing elements with the same name will be overwritten.
|
||||
@@ -5742,8 +5742,8 @@
|
||||
@@ -5125,6 +5125,10 @@
|
||||
|
||||
export interface ZoomOptions {
|
||||
/**
|
||||
+ * Whether it is allowed to zoom
|
||||
+ */
|
||||
+ enabled?: boolean;
|
||||
+ /**
|
||||
* Horizontal zoom factor (multiplied to Board.zoomX).
|
||||
*/
|
||||
factorX?: number;
|
||||
@@ -5742,8 +5746,8 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
@ -29,7 +40,7 @@
|
|||
|
||||
/**
|
||||
*
|
||||
@@ -5756,7 +5756,7 @@
|
||||
@@ -5756,7 +5760,7 @@
|
||||
/**
|
||||
* Dump Namespace.
|
||||
*/
|
||||
|
@ -38,7 +49,7 @@
|
|||
|
||||
/**
|
||||
*
|
||||
@@ -6054,7 +6054,7 @@
|
||||
@@ -6054,7 +6058,7 @@
|
||||
/**
|
||||
* Math Namespace
|
||||
*/
|
||||
|
@ -47,7 +58,7 @@
|
|||
|
||||
/**
|
||||
* This namespace contains algorithms for Boolean operations on paths, i.e. intersection, union and difference of paths.
|
||||
@@ -6303,11 +6303,4 @@
|
||||
@@ -6303,11 +6307,4 @@
|
||||
}
|
||||
|
||||
export type touchProperty = string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue