Skip to content

george-i/RaphaelJS.group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaphaelJS.group

A plugin which brings SVG group elements into Raphael JS framework.

Short documentation

First take a look at the source code of the 'index.html' file for adding the script in the page.

Initiating a group:

var group = new r.group('container',array); Where: 'r' is the Raphael JS canvas, 'container' is the HTML element ID where the SVG was created with Raphael JS and 'array' is an array of Raphael JS objects

Available methods

  • group.remove
  • group.translate
  • group.rotate
  • group.scale
  • group.push
  • group.getAttr
  • group.toFront
  • group.clipPath
  • group.animate

Copyright 2013 George I.

Licensed under the MIT License

About

Raphael JS SVG group element plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published