Improvements
Changes:
- Upgraded SVG morph components to be able to process path data in Node.js;
- The svgCubicMorph component can morph lines properly;
- code cleanup.
Improved SVG morph components
Details with latest commit.
Fixes and improvements
Changes:
- #103 added ability to re-queue the execution context on
resume()
- added SVGPathCommander to do path processing for both morph components
- replaced path string processing from Raphael with the one from SvgPath for more accurate path data processing
- solved some issue with path processing
arcTo
path commands withlargeArcFlag
- code improvements
KUTE.js now works in HEAD
- KUTE.js now works when added to
<head>
but tween object initialization scripting must be added after<body>
or when newElement
target is appended into document - updated
shorter-js
Added Transform Legacy component
Added a new component to support legacy browsers IE9+
Also added an additional polyfill-legacy.js
source to build IE9+ polyfills.