babylonjs-gui 8.17.0 → 8.17.2
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/babylon.gui.d.ts +1 -0
- package/babylon.gui.js +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -0
- package/package.json +2 -2
package/babylon.gui.d.ts
CHANGED
@@ -5879,6 +5879,7 @@ declare module BABYLON.GUI {
|
|
5879
5879
|
* Gets or sets image source url
|
5880
5880
|
*/
|
5881
5881
|
set source(value: BABYLON.Nullable<string>);
|
5882
|
+
private _sanitizeSVG;
|
5882
5883
|
/**
|
5883
5884
|
* Checks for svg document with icon id present
|
5884
5885
|
* @param value the source svg
|