Commit Graph

299 Commits (d2b729cd16495d30ef79bd9c10ef9f46623fd067)

Author SHA1 Message Date
Dmitry Baranovskiy be91a1b24f Fix bug #5 2013-09-11 14:38:52 +10:00
Dmitry Baranovskiy be42ac9b88 Added ability to solve ids in cloned elements. New element methods and 2013-09-11 13:17:32 +10:00
adeveria fd8db10bd3 add Element event tests 2013-09-10 16:37:24 -07:00
adeveria 630b66058d add tests for misc element methods 2013-09-10 14:09:02 -07:00
Dmitry Baranovskiy e610c49616 Added all the filters from https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#ShorthandEquivalents 2013-09-10 12:22:49 +10:00
Dmitry Baranovskiy 0eb355e072 Element.remove() now returns the element 2013-09-10 10:49:12 +10:00
Dmitry Baranovskiy a66f711727 Added attr(key, value) for masochists 2013-09-10 10:38:04 +10:00
Dmitry Baranovskiy c5c57cccf6 Fix docs for bug #4 2013-09-10 10:26:53 +10:00
Dmitry Baranovskiy 67667a5491 Merge branch 'master' of https://github.com/adobe-webplatform/savage 2013-09-10 10:22:19 +10:00
Dmitry Baranovskiy 506c5d4af7 Fix for bug #3 2013-09-10 10:22:05 +10:00
adeveria 0f1b1ab86d add some extra tests to Element method return values 2013-09-09 17:12:26 -07:00
Dmitry Baranovskiy 21bd1d8be5 Merge branch 'master' of https://github.com/adobe-webplatform/savage 2013-09-10 10:06:45 +10:00
Dmitry Baranovskiy 2e6789ce15 Fix for bugs #1 and #2 2013-09-10 10:06:35 +10:00
adeveria 7f9a89e5c0 remove invalid test 2013-09-09 16:05:21 -07:00
adeveria eea4f89d29 add first Element tests 2013-09-09 15:38:51 -07:00
Dmitry Baranovskiy 02dfd62f22 Fixed group to follow pattern of first argument to be an attributes 2013-09-09 17:36:48 +10:00
Dmitry Baranovskiy 7a2ebfa2ac Fixed text setting and getting. Removed superflous <tspan> 2013-09-09 17:22:14 +10:00
Dmitry Baranovskiy 5bca0ff9db Update notice and readme 2013-09-09 11:16:25 +10:00
Dmitry Baranovskiy 4c609185c7 NPM all the things. Fix for transformation animation 2013-09-09 10:33:59 +10:00
Dmitry Baranovskiy 6a394d3fcb Added another demo 2013-09-06 14:09:36 +10:00
Dmitry Baranovskiy 59201c0146 Added <use> attributes and linked demojs.html to dist folder 2013-09-06 13:40:22 +10:00
Dmitry Baranovskiy 9dc21ca8ce Fixed path and groups 2013-09-05 23:24:16 +10:00
Dmitry Baranovskiy 9c00bc6469 Split tests into seperate JS files 2013-09-05 10:29:15 +10:00
Dmitry Baranovskiy b2a0817c5e Added methods for loading external SVG, new attribute #text and Paper.toString() 2013-09-05 10:10:45 +10:00
Dmitry Baranovskiy ec5eabeb82 Added API Reference in TopCaoat style 2013-09-02 14:26:51 +10:00
Dmitry Baranovskiy 4f75197c9e Rearrange & rename files 2013-08-27 10:48:51 +10:00
Dmitry Baranovskiy b7d0985f5d Rearrange & rename files 2013-08-27 10:43:48 +10:00
Dmitry Baranovskiy 383ae375c4 Docs for mina and path fix for test 2013-08-24 09:31:00 +10:00
Dmitry Baranovskiy 55742231ee Added docs. Moved generated files to “dist” directory 2013-08-22 20:00:40 +10:00
Dmitry Baranovskiy 34c814c1df In the process of adding useful animation methods + docs 2013-08-20 19:42:07 +10:00
Dmitry Baranovskiy 8eacc3ab1a Include copyright notice 2013-08-16 14:57:44 +10:00
Dmitry Baranovskiy 3ec5eaec53 Added contributing file 2013-08-16 14:50:35 +10:00
Dmitry Baranovskiy 7e15c23e33 Added copyright NOTICE 2013-08-16 14:44:10 +10:00
Dmitry Baranovskiy f5a8d501e3 Added callback to animation 2013-08-16 12:56:19 +10:00
Dmitry Baranovskiy 583bb2a37d Moving submodules (part 2) 2013-08-16 11:20:48 +10:00
Dmitry Baranovskiy 7a3cc15a43 Moving submodules (part 1) 2013-08-16 11:15:34 +10:00
Dmitry Baranovskiy f8e84670a1 Add License 2013-08-15 18:31:27 +10:00
Dmitry Baranovskiy 3cf4c5e7d6 Added filters and rewrote animation library (mina). It still WIP 2013-08-15 18:29:47 +10:00
Dmitry Baranovskiy d07cb4cf1b Moved elemental.js to 3rd party folder, fixed Savage(<SVG element>) work 2013-08-09 22:13:22 +10:00
Dmitry Baranovskiy 537e249baf Added Grunt building 2013-08-05 18:04:30 +10:00
Dmitry Baranovskiy c40144d90c More tests and small fixes to the path 2013-08-02 14:07:42 +10:00
Dmitry Baranovskiy fe71fc7505 Adding doc and fixing broken references 2013-07-26 13:47:26 +10:00
Dmitry Baranovskiy a9a99faada Extracted path methods into separate module 2013-07-24 15:51:07 +10:00
Dmitry Baranovskiy f57bb75a1b Added support for “O”, “U” & “R” path commands 2013-07-22 12:51:29 +10:00
Dmitry Baranovskiy 8766ae2c79 Markers, Animation of colour, transform and path, mouse and touch events 2013-07-15 22:57:30 +10:00
Dmitry Baranovskiy 2270a96f12 Added gradients. Changed plugin architecture. 2013-07-11 13:23:37 +10:00
Dmitry Baranovskiy c22245fc56 Adding submodules 2013-07-05 18:13:33 +10:00
Dmitry Baranovskiy e9a164079f Initial commit 2013-07-05 17:23:52 +10:00
Dmitry Baranovskiy da0a61c54f Initial commit 2013-07-04 21:56:18 -07:00