figureone 1.2.0 → 1.2.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/index.js CHANGED
@@ -64767,6 +64767,7 @@ var Atlas = /*#__PURE__*/function () {
64767
64767
  if (Math.pow(dimension, 2) > 16777216 && isIOS()) {
64768
64768
  var mDim = Math.sqrt(16777216);
64769
64769
  fontSizePX *= mDim / dimension * 0.95;
64770
+ this.fontSize = fontSizePX;
64770
64771
  dimension = Math.floor(Math.ceil(Math.sqrt(glyphs.length) + 2) * fontSizePX * 1.5);
64771
64772
  }
64772
64773
  var canvas = document.createElement('canvas');
@@ -80648,8 +80649,8 @@ var tools = {
80648
80649
  */
80649
80650
 
80650
80651
  var Fig = {
80651
- version: "1.2.0",
80652
- gitHash: "b3f17c9ba",
80652
+ version: "1.2.1",
80653
+ gitHash: "40843fa58",
80653
80654
  tools: tools,
80654
80655
  Figure: _js_figure_Figure__WEBPACK_IMPORTED_MODULE_5__["default"],
80655
80656
  Recorder: _js_figure_Recorder_Recorder__WEBPACK_IMPORTED_MODULE_7__.Recorder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "figureone",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Draw, animate and interact with shapes, text, plots and equations in Javascript. Create interactive slide shows, and interactive videos.",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",