veltman / flubber

Tools for smoother shape animations.
MIT License
6.61k stars 167 forks source link

Transform paths #87

Open jjaynick opened 7 years ago

jjaynick commented 7 years ago

Added new function transformPathString(path,string) where string is an SVG transformation string to apply to the path. This allows fitting different sized shapes into a fixed window.

Changes to: src/svg.js - add new function index.js - export new function README.md - description of new function demos/H-House.svg - example using new function build/flubber.js - rollup after changes