Ian
c8e483c969
Merge pull request #665 from Phaen/patch-1
...
Thanks!
2022-03-13 07:11:15 +00:00
Pablo Kebees
6093531a4a
Fix Snap.atan2 to use 2 arguments
2022-03-13 07:40:56 +08:00
Ian
b365287722
Merge pull request #616 from enition/master
...
createTouch - Deprecated
2021-07-27 07:25:21 +01:00
Ian
6f02a26890
Merge pull request #624 from fmichenaud/fix_anchor_paper_gradient
...
Fixing anchor on Paper Gradient link
2021-05-24 15:32:10 +01:00
Florent
69fa02a746
Fixing anchor on Paper Gradient link
2019-12-23 13:23:02 +01:00
enition
4ec1cbee55
createTouch - Deprecated
...
createTouch has been deprecated for a while now.
This fix uses the same technique used by Modernizr - 377a6303b3/feature-detects/touchevents.js (L40)
2019-08-19 16:53:27 +01:00
Drew Powers
b242f49e67
Update webpack install instructions ( #551 )
...
* Update webpack install instructions
This updates the older webpack instructions to work in a friendlier, more invisible way. Until Snap is updated to a more ES6-import-friendly format.
* Fix README syntax errors
This fixes some basic syntax errors in the webpack config fix.
2017-10-02 23:07:52 +11:00
Dmitry Baranovskiy
d8f7508872
Regenerate dist
2017-02-07 13:25:01 +11:00
Dmitry Baranovskiy
8c67c8ceaa
Merge branch 'dev'
2017-02-06 12:14:53 +11:00
Dmitry Baranovskiy
bc579407fd
Fix for fill attribute getter
2017-02-06 12:05:34 +11:00
Dmitry Baranovskiy
b1ff04a2e0
Merge branch 'dev'
2017-02-05 13:23:31 +11:00
Dmitry Baranovskiy
e4da83403e
Added tests for gradients
2017-02-05 13:17:33 +11:00
Dmitry Baranovskiy
23140bf2e1
Docs fix
2017-02-05 12:17:21 +11:00
Dmitry Baranovskiy
fa62b7b152
Added missed doc for set
2017-02-04 10:39:45 +11:00
Dmitry Baranovskiy
5433d225f6
Pre 0.5.0 clean up
2017-02-03 22:19:22 +11:00
Dmitry Baranovskiy
7396c39a42
Travis integration with Slack
2017-02-03 16:46:23 +11:00
Dmitry Baranovskiy
24fe30b583
Added link to the slack room
2017-02-03 13:46:22 +11:00
Dmitry Baranovskiy
d98ed510da
Bumped version number and added release notes.
...
I think enough code to release…
2017-02-03 13:09:16 +11:00
Dmitry Baranovskiy
5981a095a6
Updated badges
2017-02-03 12:57:47 +11:00
Dmitry Baranovskiy
3463a66ace
Updated README with badges
2017-02-03 12:48:28 +11:00
Dmitry Baranovskiy
d7b6d3afc2
Updated README with build badge
2017-02-03 11:54:28 +11:00
Dmitry Baranovskiy
de8cbbe908
Merge branch 'master' into dev
2017-02-03 11:52:50 +11:00
Dmitry Baranovskiy
492021f276
Make node version latest
2017-02-03 11:47:38 +11:00
Dmitry Baranovskiy
deac9d6e73
Dropped node version
2017-02-03 11:44:01 +11:00
Dmitry Baranovskiy
9880c1f749
Adding auto testing
2017-02-03 11:41:35 +11:00
Dmitry Baranovskiy
e02f17aebe
Fixed shadows’ tests
2017-02-02 12:51:59 +11:00
Thomas Brierley
a63c1e6127
Fix clipPath coercion when used multiple times ( #498 )
...
Check parent nodes before coercing elements into clipPaths to prevent
the same element being coerced multiple times.
Fixes adobe-webplatform/Snap.svg#471
2017-02-01 11:04:04 +11:00
Thomas Brierley
230396fd68
Fix mina frame loop exit on resume ( #499 )
...
Invoke frame function from resume to restart animation loop when it has
previously exited after running out of animations. Add checks to frame
function and move handling of animation frame requests internally to
prevent simultaneous requests / loops.
Fixes adobe-webplatform/Snap.svg#496
2017-02-01 10:50:07 +11:00
Dmitry Baranovskiy
768ddb1b77
Fixes left out `URL` call.
...
Fixes #390 . Slightly better duplicate of #501 .
2017-02-01 10:47:28 +11:00
Dmitry Baranovskiy
fe2d206c5a
Update syntax highlighting in README
2017-01-31 10:18:50 +11:00
Dmitry Baranovskiy
646e58b434
Updated README
2017-01-31 10:12:04 +11:00
Dmitry Baranovskiy
7abe4d149f
Included ESLint
2017-01-24 13:32:41 +11:00
Dmitry Baranovskiy
989b3f7c93
Added support for gradients’ stops manipulation + url, deurl
2017-01-24 13:08:13 +11:00
Dmitry Baranovskiy
c31fad6ef9
Regenrate things
2017-01-18 11:42:08 +11:00
Dmitry Baranovskiy
dd8b5a249e
Fixes typo
...
Proper duplicate of #488 . HT to @daanmichiels.
2017-01-18 11:39:57 +11:00
Dmitry Baranovskiy
14ff07d96a
Bumped eve’s version
...
Fixes #369 .
2017-01-18 11:35:46 +11:00
Dmitry Baranovskiy
ce1c2a3d04
Merge pull request #379 from ThomasBrierley/issue_378
...
Fixed pathValues exponential notation parsing regression
2017-01-18 11:15:00 +11:00
Dmitry Baranovskiy
4c93894571
Fix for #481
2017-01-03 10:49:09 +11:00
Dmitry Baranovskiy
2e040ced8b
Fix for #492
2017-01-03 10:34:35 +11:00
Dmitry Baranovskiy
f028c2dee5
Adding material and flat colours palettes.
2016-12-30 11:29:34 +11:00
Dmitry Baranovskiy
b59c08038a
Fixed animation of percentage. Moved animation to separate module.
2016-12-29 16:13:00 +11:00
Dmitry Baranovskiy
1492b44dac
Fixed bug with missed bbox parameter
2016-12-22 11:33:43 +11:00
Dmitry Baranovskiy
2e6a2afa0f
Fixed matrix splitting and matrix animation
...
Fixed #1036 .
2016-12-14 11:40:56 +11:00
Dmitry Baranovskiy
b14d35dd34
Arc with zero radius proper conversion to curve
...
Fixes #430 .
2016-08-01 11:37:11 +10:00
Dmitry Baranovskiy
2825d0ce65
Improved matrix and getBBox for span elements
2016-07-30 21:18:45 +10:00
Dmitry Baranovskiy
378b3a56b6
Merge pull request #381 from ThomasBrierley/issue_373
...
Fixed equal.js aggressive numeric type capture regression
2016-07-30 18:16:40 +10:00
Dmitry Baranovskiy
ad20c7591a
Merge pull request #459 from Jameskmonger/master
...
Fix "Macchiato" spelling
2016-07-30 18:14:34 +10:00
Dmitry Baranovskiy
938350b999
Merge pull request #463 from NicolasPinzon/bug_fix
...
Bug fix
2016-07-30 18:13:19 +10:00
Nicolás Pinzón
e2acee4741
fix undefined tagName
2016-06-09 07:02:46 -05:00
Nicolás Pinzón
a7f1a26b6f
jquery added svg element fix
2016-06-08 20:06:05 -05:00