Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oslego/snap.freetransform
Adaptation of Raphael.FreeTransform for Snap SVG
https://github.com/oslego/snap.freetransform
Last synced: 3 months ago
JSON representation
Adaptation of Raphael.FreeTransform for Snap SVG
- Host: GitHub
- URL: https://github.com/oslego/snap.freetransform
- Owner: oslego
- Created: 2014-09-04T12:51:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T13:07:13.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:31:55.895Z (9 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 15
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snap.FreeTransform
Adaptation of [Raphael.FreeTransform](https://github.com/ElbertF/Raphael.FreeTransform) plugin for [Snap](http://snapsvg.io/). This is a fork with a few adjustments.
Provides a free transform tool to move, rotate and scale elements.## TODO
- split into chunks for easier maintenance and testing
- leverage groups; remove reliance on `toFront()` / `toBack()`
- test suite; write tests