Skip to content

Licenses

Parts of this site were built from someone else's MIT-licensed work. One of those parts is compiled into the JavaScript your browser has already downloaded, so the notice for it is published here. The site being closed source does not change that requirement, because the licence follows the code rather than the repository.

morphicons

Copyright (c) Guillermo Lopez Garcia. github.com/guillermolg00/morphicons

lib/morph/compile/align.ts
The closed-form 2D Procrustes solution, the minimal-rotation tie-break, and the global-hybrid pass with block transport.
lib/morph/compile/parse.ts
The path-data grammar and the arc-to-cubic conversion, which follows the SVG specification's centre parametrisation in appendix F.6.
lib/morph/runtime/motion.ts
The shared frame loop, which is the piece that reaches the browser.

The damped-oscillator integration, its settle test and the spring preset constants were derived from the same work. They were removed when the driver moved from a spring to a tween, so none of that code is still here. It is listed because the notice records what this was built from, not only what remains.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

The colophon lists the work this book came out of, which is a separate question from licensing.