1.0.0 • Published 7 years ago

jsyg-container v1.0.0

Weekly downloads
47
License
MIT
Repository
github
Last release
7 years ago

JSYG.Container

Container plugin for JSYG framework

Demo

http://yannickbochatay.github.io/JSYG.Container/

Installation

npm install jsyg-container

Example with es6 bundler

import Container from "jsyg-container"

let container = new Container()
container.appendTo('svg') //it's actually a g element

container.addItems("svg > *") //put elements inside the g element
container.translate(50,50).rotate(30) // apply transformation on group
container.freeItems() //free elements. They keep the transformation