Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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