Commit Graph

351 Commits (0bd3b5b6785e44a1056ac1dbbbc069007e3d8f94)

Author SHA1 Message Date
Dmitry Baranovskiy 0bd3b5b678 Fixed drag. New methods added Snap.sin, Snap.cos, etc. 2014-10-28 21:48:17 +11:00
baranovs 34a5717713 • • build • • 2014-09-17 17:44:54 +10:00
baranovs 2056ab02b1 Stylistic clean up. 2014-09-17 17:41:59 +10:00
baranovs c58e1cab9f Merge remote-tracking branch 'origin/dev' into dev 2014-09-17 17:40:26 +10:00
baranovs 141d7a7610 Added new align module with two new methods for Element. 2014-09-17 17:40:16 +10:00
Dmitry Baranovskiy c0b0b5805e Merge pull request #300 from Klowner/dev-browserify-support
Add Browserify / CommonJS support (dev branch rebased)
2014-09-17 16:23:47 +10:00
Sam Breed 22d755e315 adding eve as a dependency and removing from devDependencies
Conflicts:
	package.json
2014-09-16 10:40:54 -05:00
Sam Breed ae835b9f63 explicitly pass the global scope to the SVG iffe
Conflicts:
	src/svg.js
2014-09-16 10:40:44 -05:00
Sam Breed bc7b84b162 adding CommonJS / Browserify support to amd banner 2014-09-16 10:10:09 -05:00
Dmitry Baranovskiy 3dcca7c330 Merge pull request #287 from voithos/transform-animate-bug
Fix regression from v0.2.0 when animating transforms
2014-08-25 16:54:39 +10:00
baranovs 1c608e67da Fix for pattern methods 2014-08-25 16:52:37 +10:00
Zaven Muradyan 383aa9a621 Fix regression from v0.2.0 when animating transforms 2014-08-24 19:28:07 -07:00
baranovs 59e4a15cda Added toDataURL() methods to paper and element. Extracted element methods as module. 2014-08-13 22:46:40 +10:00
baranovs 28b7a7a753 Fixed #196 2014-08-05 10:12:05 +10:00
baranovs 70916007ae Fixed issue with parse in IE 2014-08-05 09:52:27 +10:00
baranovs 5c2f9a6aa7 Fix for Paper.use and new method Paper.symbol 2014-08-04 21:22:04 +10:00
baranovs 1ccc381f32 Fixed bug with clipPath having id and paper.use 2014-08-04 08:59:28 +10:00
baranovs 9ff4c3f0df Merge remote-tracking branch 'origin/dev' into dev 2014-07-31 18:39:33 +10:00
baranovs 728fc208f2 Fixed #280 2014-07-31 18:37:34 +10:00
Dmitry Baranovskiy dae5337e7f Moved class methods in to separate module and added docs for them 2014-06-13 13:48:24 +10:00
Dmitry Baranovskiy e2a8156f34 Typo in dr.js comments 2014-06-05 21:56:10 +10:00
Dmitry Baranovskiy 5b17fca57c Merge pull request #256 from kristoferjoseph/master
Fixing npm install by updating main property
2014-06-05 13:32:29 +10:00
Kristofer Joseph 46ca4ba281 Fixing npm install by updating main property
main is the property npm uses to know what to require. It was requiring the Gruntfile instead of the compiled source. 🍻
2014-06-04 20:03:41 -07:00
Dmitry Baranovskiy 064ad5b081 Merge branch 'dev' 2014-06-03 19:28:07 +10:00
Dmitry Baranovskiy 008fc2261b build after merge 2014-06-03 19:27:27 +10:00
Dmitry Baranovskiy d398a81e74 Bump up version on component.js 2014-06-03 18:55:06 +10:00
Dmitry Baranovskiy 50399ba59b Merge pull request #253 from bitblitter/dev
Element.transform().toString() fix attempt
2014-06-03 18:54:39 +10:00
Carles Codony 542c41aaa2 Element.transform().toString() fix attempt
Sometimes calling .transform().toString() returns an object, instead of a string.

elproto._.transform gets assigned to the toString() property of the transform() return value,
but this value is an object.

Sample case:
http://jsfiddle.net/bitblitter/hUWT7/3/
2014-05-31 13:35:25 +02:00
Dmitry Baranovskiy 25fdc9f477 Fix for #88 2014-05-29 08:58:58 -07:00
Dmitry Baranovskiy 2a4a76e016 Fix for bug #252 2014-05-28 13:29:35 -07:00
Dmitry Baranovskiy 5850f162d9 Fix for getScroll 2014-05-27 06:57:03 -07:00
Dmitry Baranovskiy 499193a51f Fixed bug in mouse handler and update tests 2014-05-25 17:52:40 +10:00
Dmitry Baranovskiy ddcb2a3430 Playing with precision in path intersection. 2014-05-23 21:36:04 +10:00
Dmitry Baranovskiy fb9c60849c Avoid referencing document absolutely 2014-05-23 21:35:35 +10:00
Dmitry Baranovskiy 8d75bb4881 Added new method `Snap.matrix()` 2014-05-23 21:04:33 +10:00
Dmitry Baranovskiy 73ec9f0b53 Upgrade eve. 2014-05-23 21:04:33 +10:00
Dmitry Baranovskiy 28119905a5 Merge pull request #245 from dcjones/dev
Correctly check for undefined in getScroll. Fixes #219
2014-05-23 21:01:02 +10:00
Dmitry Baranovskiy 71ad308027 Fix for #248 2014-05-22 12:23:30 +10:00
Dmitry Baranovskiy 8c5eb95c50 Two more design tutorials. 2014-05-21 12:38:35 +10:00
Dmitry Baranovskiy b92dcb5af5 unit2px and getBBox fix
Fix for Firefox bug when getBBox throws an exception.
2014-05-21 12:38:18 +10:00
Dmitry Baranovskiy c1e8a98db9 Fix for use getBBox() 2014-05-20 18:22:26 +10:00
Dmitry Baranovskiy 1bbd8e9fdd First two design tutorials. 2014-05-16 23:04:23 +10:00
Daniel Jones 78bf554eb2 Correctly check for undefined in getScroll. Fixes #219 2014-05-15 22:48:22 -07:00
Dmitry Baranovskiy 8c0a7dc0a4 Fix for mask being passed to `.attr()` method. 2014-05-16 12:30:49 +10:00
Dmitry Baranovskiy 20adda5829 Fix for prepend of set. Keeping order intact. 2014-05-16 11:15:29 +10:00
Dmitry Baranovskiy d1f8db5f6e Fix for error when getting attribute "points" 🔨
bug #239
2014-05-15 17:08:19 +10:00
Dmitry Baranovskiy d7e1f819bb Prepend accepts set 🔨
Fix for #244
2014-05-15 17:04:05 +10:00
Dmitry Baranovskiy 5296fa16a0 Mistype in pattern code fix 2014-05-15 16:58:29 +10:00
Dmitry Baranovskiy d2b729cd16 Prefixed values
Added ability to specify attributes as `"+=10"` or `"-=1em"` or `"*=2"`
Bug #243.
2014-05-15 16:58:04 +10:00
Dmitry Baranovskiy 48a5f6ae79 Added docs to `animateEach` 2014-05-13 00:10:07 +10:00