@altpsyche/maths 0.9.3 → 0.9.4

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -195,11 +195,11 @@ decides which of those a piece is, by counting how many times the other path win
195
195
  `areaOf` says how much a path encloses, in closed form rather than by sampling, which is what every
196
196
  claim above is checked against.
197
197
 
198
- <img src="docs/boolean-strip.svg" width="960" alt="Four frames side by side, each showing the three panels, as the small disc walks from clear of the large one, through touching it at one point, through overlapping it, to sitting wholly inside it.">
198
+ <img src="docs/boolean-strip.svg" width="820" alt="Four moments in two rows, each showing the three panels, as the small disc walks from clear of the large one, through touching it at one point, through overlapping it, to sitting wholly inside it.">
199
199
 
200
- Four times of one figure. A small disc walks across a larger one: clear of it, touching it at one
201
- point, crossing it at two, and wholly inside it. Those are the four cases this kind of code gets
202
- silently wrong, which is why the demo walks through all of them rather than drawing one.
200
+ Four times of one figure, in two rows. A small disc walks across a larger one: clear of it, touching
201
+ it at one point, crossing it at two, and wholly inside it. Those are the four cases this kind of code
202
+ gets silently wrong, which is why the demo walks through all of them rather than drawing one.
203
203
 
204
204
  Two shapes that share an edge are combined by which way each of them runs over it. Two paths walking
205
205
  a shared stretch the same way have their solid on the same side of it, so the stretch is on the edge
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altpsyche/maths",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "The mathematics AltPsyche's figures are drawn from: vectors, matrices, curves, and a value walked over time.",
5
5
  "license": "MIT",
6
6
  "author": "Siva",