snap.js/test
Michael Tiller b54624a11b Adding a way to specify how attributes are bound on Set objects
This commit is backward compatible with previous versions but adds a new option for handling
attribute applications on Set objects.  The normal behavior (of applying the attribute
to all elements in the set) is preserved unless the developer explicitly defines how
the attribute should be treated.  This relatively simply change allows three useful
cases.  First, the user can specify that an attribute to applied to a specific element.
Second, it allows pseudo-attributes to be defined and applied to a specific element.  Finally,
and most powerfully, it allows the user to specify a function to be called when a given
attribute is set.  That function can, of course, apply the attribute to a number of
different elements.

This commit includes test cases for all these cases.
2014-03-23 08:59:50 -04:00
..
res add more tests 2013-09-12 15:44:59 -07:00
attrs.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
colors.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
element.js Added support for text path 2013-12-23 12:26:40 +11:00
filter.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
matrix.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
mina.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
paper.js Added support for text path 2013-12-23 12:26:40 +11:00
path.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
primitives.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
set.js Adding a way to specify how attributes are bound on Set objects 2014-03-23 08:59:50 -04:00
snap-tests.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
system.js Restore elemental removal. For attr() moved from white list to black list strategy 2013-11-18 11:17:17 +11:00
test.html Added support for text path 2013-12-23 12:26:40 +11:00