jupyter-ijavascript-utils 1.14.0 → 1.14.1
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 +1 -1
- package/src/leaflet.js +1 -1
- package/src/svg.js +1 -1
package/package.json
CHANGED
package/src/leaflet.js
CHANGED
|
@@ -10,7 +10,7 @@ const InternalHtmlScripts = require('./htmlScript_internal');
|
|
|
10
10
|
* **Note that [Leaflet](https://leafletjs.com/)
|
|
11
11
|
* and [Leaflet-Provider](https://leaflet-extras.github.io/leaflet-providers/preview/)
|
|
12
12
|
* are both accessed from unpkg.com. The version is easily upgradable -
|
|
13
|
-
* {@link module:leaflet.render|see render(options) for more}
|
|
13
|
+
* {@link module:leaflet.render|see render(options) for more}**
|
|
14
14
|
*
|
|
15
15
|
* * Render Leaflet
|
|
16
16
|
* * {@link module:leaflet.render|leaflet.render(options)} - Render leaflet
|
package/src/svg.js
CHANGED
|
@@ -39,7 +39,7 @@ const IJSUtils = require('./ijs');
|
|
|
39
39
|
*
|
|
40
40
|
* ```
|
|
41
41
|
* utils.svg.render({ width: 400, height: 200,
|
|
42
|
-
* onReady: ({el, width, height }) => {
|
|
42
|
+
* onReady: ({el, width, height, SVG }) => {
|
|
43
43
|
* const yellowTransition = new SVG.Color('#FF0000').to('#00FF00');
|
|
44
44
|
* for (let i = 0; i <=5; i++){
|
|
45
45
|
* el.rect(100, 100)
|