Commit Graph

546 Commits

Author SHA1 Message Date
dotnetCarpenter
770fc4d7a8
sorry the last commit was nonsens. This one is proper tested. 2016-10-12 12:53:54 -02:00
dotnetCarpenter
eed96bcf59
fixes #525 by accepting/parsing coordianate strings where x and y is seperated by comma and or by space - we count the shape coordinates until (and including) the maximum even number 2016-10-12 12:53:24 -02:00
dotnetCarpenter
5c18e89d27
halt dev of chrome base solution 2016-10-08 17:18:25 -02:00
dotnetCarpenter
cc1c484cff
using the dist version of svg.js for testing because the code is not meant to be executed individually (syntax errors) 2016-10-04 15:07:19 +02:00
dotnetCarpenter
b7061c65d5
try to run test with individual files instead of the concated version so it is easier to track down the source file 2016-10-04 14:59:20 +02:00
dotnetCarpenter
b60779c888
fixed gulp clean task not returning a Promise 2016-10-04 13:47:12 +02:00
dotnetCarpenter
b0637d22c3
update dependencies 2016-10-04 13:25:39 +02:00
wout
f25ba0e745 Version bump 2016-08-04 12:47:35 +02:00
wout
b0a8b25f38 Speed improvements on parent element 2016-08-04 08:58:29 +02:00
Ulrich-Matthias Schäfer
86c99607a3 fixed #514 and #516
- removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()`
- make element visible when call bbox on a clone
2016-08-02 18:44:48 +02:00
Ulrich-Matthias Schäfer
399dd4a2b4 bump 2.3.2 2016-06-21 10:03:18 +02:00
Ulrich-Matthias Schäfer
0a0a57218b fixed line constructor which doesn't work with Array as input (#487)
added spec for mentioned issue
2016-05-16 17:00:02 +02:00
Ulrich-Matthias Schäfer
3eb3209741 fixed bbox when element is not in the dom (#480), added parameter to clone 2016-05-13 14:03:10 +02:00
Ulrich-Matthias Schäfer
c0197097c4 fixed string parsing in viewbox (#483), specs SVG.ViewBox 2016-05-13 13:32:48 +02:00
Ulrich-Matthias Schäfer
cdf8e1467f bump 2.3.1 2016-05-05 15:39:39 +02:00
Ulrich-Matthias Schäfer
9e14ae8476 fixed bug in parse() from SVG.PathArray which does not correctly handled S and T (#485) 2016-05-05 15:38:21 +02:00
Ulrich-Matthias Schäfer
30df220d96 fixed bug in add() and SVG.Doc().create() 2016-04-15 19:53:58 +02:00
Ulrich-Matthias Schäfer
2d785535da fixed bug where stop(true) throws an error when element is not animated (#475) 2016-04-09 18:30:27 +02:00
Ulrich-Matthias Schäfer
700a77060f fixed old target references 2016-04-09 18:06:24 +02:00
Ulrich-Matthias Schäfer
8bdc17f571 fixed SVG.morph() (#473) 2016-04-03 13:11:41 +02:00
Ulrich-Matthias Schäfer
528637eb86 doublecheck SVG.parser, use svg element which is not in the dom (#471) 2016-04-02 00:38:27 +02:00
Ulrich-Matthias Schäfer
e059cf7f0a fix parser error (#471) and small bug in SVG.Color with new fx 2016-04-01 23:57:02 +02:00
Ulrich-Matthias Schäfer
b006c02b21 bump 2.3.0 2016-03-30 01:19:27 +02:00
Ulrich-Matthias Schäfer
8460b3b9fa readme update, clean up 2016-03-29 12:19:05 +02:00
Ulrich-Matthias Schäfer
1787f953b0 tidy up 2016-03-29 00:18:15 +02:00
Ulrich-Matthias Schäfer
541c6ecc81 fix finishing up correctly with even loops, readme 2016-03-29 00:18:14 +02:00
Ulrich-Matthias Schäfer
a14a3c5fdd discard totalProgress for now 2016-03-28 17:25:15 +02:00
Ulrich-Matthias Schäfer
d173ad16c5 revert multiple breaking changes introduced by the last commits 2016-03-28 17:18:40 +02:00
Ulrich-Matthias Schäfer
3af6480ec3 fixed bug where loop wasnt correctly reversed if specified 2016-03-25 00:03:31 +01:00
Ulrich-Matthias Schäfer
000b071d04 Merge branch '3.0.0' introducing several changes:
- textpath now is a parent element, the lines method of text will return the tspans inside the textpath (#450)
 - fx module rewritten to support animation chaining and several other stuff (see docs when commited)
 - fixed absolute transformation animations (not perfect but better)
 - fixed event listeners which didnt work correctly when identic funtions used
 - added `element.is()` which helps to check for the object instance faster (instanceof check)
 - added more fx specs
2016-03-24 23:44:59 +01:00
Ulrich-Matthias Schäfer
8205de6087 Implementation new fx module 2016-03-23 22:50:30 +01:00
wout
595777968f Removed references to old test page 2016-03-14 08:38:57 +01:00
Ulrich-Matthias Schäfer
2bf4788597 fixed error where a parent node is not found when loading an image but the canvas was cleared (#447) 2016-02-10 21:17:58 +01:00
Ulrich-Matthias Schäfer
0858bca9eb fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443) 2016-01-23 00:24:57 +01:00
Ulrich-Matthias Schäfer
d17bab6bcc fixed svgjs:data attribute which was not set properly in all browsers (#428)
added specs for `writeDataToDom()` and `setData()`
added toJSON in SVG.Number
2016-01-21 17:40:13 +01:00
Ulrich-Matthias Schäfer
bf0dd2a1cc added specs for isNumber() and compile svg.js 2016-01-18 00:40:16 +01:00
Ulrich-Matthias Schäfer
bda9f32dcd added SVG.Point class as wrapper for SVGPoint, added el.point() method (#403 / #437) 2016-01-11 23:39:49 +01:00
Ulrich-Matthias Schäfer
21be7b26b4 matrixify() will not apply the calculated matrix to the node anymore 2015-12-29 13:16:05 +01:00
Denis Mosolov
a7eaeb4b06 fix #433 2015-12-29 14:38:54 +03:00
Ulrich-Matthias Schäfer
a794401cda Merge branch 'master' into 3.0.0 2015-12-23 19:10:17 +01:00
Ulrich-Matthias Schäfer
2b97c7e419 added check for existence of node (fix #431) 2015-12-23 19:06:46 +01:00
Ulrich-Matthias Schäfer
2566a08d44 relative movements, delayed (queued) start of animation 2015-12-23 19:02:05 +01:00
Ulrich-Matthias Schäfer
14d36f8df7 transformation with correct rotation, fixed Color animation 2015-12-21 18:37:10 +01:00
Ulrich-Matthias Schäfer
b40238cdff new specs, reverse, initAnimation, after, during, comments 2015-12-20 15:43:40 +01:00
Ulrich-Matthias Schäfer
5cb2010246 added all fx methods, styles and attrs 2015-12-16 01:54:53 +01:00
Ulrich-Matthias Schäfer
3260b94a26 added once and during 2015-12-13 21:41:13 +01:00
Ulrich-Matthias Schäfer
f3e185674c new fx with enqueue method and dedicated SVG.Situation 2015-12-13 00:51:44 +01:00
Ulrich-Matthias Schäfer
13587eaf3c bump 2.2.4 2015-12-12 00:53:47 +01:00
Ulrich-Matthias Schäfer
7f5996c844 updated changelog, fixed typo in doc and removed semicolon 2015-12-12 00:52:26 +01:00
rdfriedl
291892690a fixes for issue #429 2015-12-11 09:21:58 -06:00
Dan Ormisher
507f91d644 replaced usage of window.scrollX and window.scrollY with standard window.pageXOffset and window.pageYOffset in rbox() to stop NaN bug in IE 2015-12-08 13:54:12 +00:00
Ulrich-Matthias Schäfer
3a6fe31f70 transform() returnw a-f now, too, double newlines create blank lines 2015-12-04 18:05:22 +01:00
Ulrich-Matthias Schäfer
e58ec6ae92 bump 2.2.3 2015-11-30 22:47:13 +01:00
Ulrich-Matthias Schäfer
03c7554cc4 fix amd loader (see #412) 2015-11-30 22:43:23 +01:00
Ulrich-Matthias Schäfer
dd2ad7824d fixed bug related to the new path parser, text-method of tspan is a getter now, too 2015-11-30 22:20:07 +01:00
Ulrich-Matthias Schäfer
57ca267205 fixes the null check fix from last commit (fixes #417) 2015-11-29 00:25:20 +01:00
Ulrich-Matthias Schäfer
068f9b9ad3 bump 2.2.2 2015-11-28 11:38:26 +01:00
Ulrich-Matthias Schäfer
74bb0144cc added null check in image onload callback (fixes #415) 2015-11-28 11:28:28 +01:00
Ulrich-Matthias Schäfer
dd7cc2f510 fix leading point bug in path parsing (#416) 2015-11-28 11:21:07 +01:00
Ulrich-Matthias Schäfer
618bb98112 gulp 2015-11-18 14:43:17 +01:00
Ulrich-Matthias Schäfer
30f7761e66 added gbox() to group to get bbox with translation included (fixes #405) 2015-11-18 14:38:33 +01:00
Ulrich-Matthias Schäfer
cb58fba619 dom data was not cleaned up properly (fixes #398) 2015-11-18 01:18:35 +01:00
Ulrich-Matthias Schäfer
cf783fca12 SvgPathSeg is removed in Chrome 48. Added workaround (fixes #409) 2015-11-18 01:16:41 +01:00
Ulrich-Matthias Schäfer
fd73060732 Bump to 2.2.0 2015-11-06 23:08:57 +01:00
Ulrich-Matthias Schäfer
3cb0000058 tab to space, block comments to line comments 2015-11-06 22:28:20 +01:00
Ulrich-Matthias Schäfer
2702ceb26d svgjs now saves crucial data in the dom (fixes #369 again) 2015-11-06 22:08:38 +01:00
Ulrich-Matthias Schäfer
28c8dedc84 fixes #396 2015-11-04 10:51:18 +01:00
Ulrich-Matthias Schäfer
c271f48c64 fixed return value of text() after import/clone (#393) 2015-11-04 02:43:53 +01:00
Ulrich-Matthias Schäfer
48537ddd92 add parents() method, added specs, fixed specs 2015-10-26 22:56:32 +01:00
Ulrich-Matthias Schäfer
f72c867e7e added support for css selectors with the parent() method 2015-10-25 22:50:52 +01:00
Ulrich-Matthias Schäfer
78e492ca46 UMD-Wrappper with possibility to add custom window object (#352) 2015-10-25 19:41:15 +01:00
Ulrich-Matthias Schäfer
4505aeabed fix rect 2015-10-22 22:38:43 +02:00
Ulrich-Matthias Schäfer
0b5b0eb484 bbox loop (fix #392) 2015-10-22 17:20:45 +02:00
Ulrich-Matthias Schäfer
8617a6b5d5 fixed mask animation in Firefox (#287) 2015-10-11 21:55:58 +02:00
Ulrich-Matthias Schäfer
ebf3dc5237 moved special handling of pattern/gradient transform to the corresponding class 2015-10-11 16:13:04 +02:00
Ulrich-Matthias Schäfer
0ea3472239 added ungroup src file. ungrouping defs forbidden 2015-10-11 15:45:18 +02:00
Ulrich-Matthias Schäfer
79e050f937 added ungroup/flatten (#238), toParent and toDoc 2015-10-11 15:20:01 +02:00
Ulrich-Matthias Schäfer
412b37652b fixes pattern animation (#385) 2015-10-10 17:16:12 +02:00
Ulrich-Matthias Schäfer
2fbeec1225 run gulp 2015-10-05 20:48:14 +02:00
Ulrich-Matthias Schäfer
dd190c872b Added custom context binding for event callbacks 2015-09-22 20:51:46 +02:00
Ulrich-Matthias Schäfer
07c5387602 clone method for text to mark all firstlevel tspans as newlines (fixes #369) 2015-09-15 23:47:21 +02:00
Ulrich-Matthias Schäfer
30b433264f added transform to pattern and gradient (fix #383)
added skewX and skewY
2015-09-15 23:22:03 +02:00
Ray Glover
1168723605 build (pr #372) 2015-09-14 14:09:33 +01:00
dhardtke
72a4f866b5 fix typo (finally) 2015-09-06 20:35:13 +02:00
dhardtke
3cf8e447b9 fix stupid typo that leads to broken gradients 2015-08-08 16:19:54 +02:00
Ulrich-Matthias Schäfer
32b8e6c0eb Bump 2.0.5 2015-07-05 01:48:38 +02:00
Ulrich-Matthias Schäfer
d0853322f9 Fixes #360 2015-07-05 01:39:16 +02:00
Ulrich-Matthias Schäfer
dd14bc3659 Fixed transform method which now uses current transformation and not ctm anymore 2015-07-05 01:33:53 +02:00
Ulrich-Matthias Schäfer
dd826d2352 Bump 2.0.4 2015-06-28 21:26:09 +02:00
Ulrich-Matthias Schäfer
c6026fb005 Bump 2.0.3 2015-06-27 14:03:23 +02:00
Ulrich-Matthias Schäfer
afcce62e95 Fixed bug in SVG.Bare (closes #358) 2015-06-27 14:00:58 +02:00
Peter Dave Hello
dd7c4b7e52 remove useless executable permission 2015-06-23 10:39:13 +08:00
Ulrich-Matthias Schäfer
31dc40f4a9 Bump 2.0.2 2015-06-22 22:11:07 +02:00
Ulrich-Matthias Schäfer
2270e8683d Fixed zoom consideration in circle and ellipse (see d0e24c5a8d) 2015-06-22 22:07:08 +02:00
Ulrich-Matthias Schäfer
06eda6b6f2 Removed scale consideration in move()
It wasn't compatible to the other move-functions e.g. for the PointArray
2015-06-21 18:32:10 +02:00
Ulrich-Matthias Schäfer
ae7052db3c Fixed bug in fx when animating with plot() (closes #354) 2015-06-19 11:50:30 +02:00
Ulrich-Matthias Schäfer
0d6459729c Events, Spec update, readme
Events can now be detached with only specifying the namespace (`el.off('.namespace')`)
`el.fire()` now accepts event-objects as parameter (like mouseevents)
2015-06-17 15:55:32 +02:00
Ulrich-Matthias Schäfer
71c984a986 Removed target-reference from use which caused bugs in dmove() and use() with external file
The used element can be retrieved using `element.reference('href')`
2015-06-15 16:37:42 +02:00
Ulrich-Matthias Schäfer
5d80e43931 Fixed bug with doc() which should always return the root SVG
Replaced split-function with an easier and faster one
2015-06-15 16:15:07 +02:00
Ulrich-Matthias Schäfer
45e1f24e80 bump version 2.0.0 2015-06-11 01:22:54 +02:00
Ulrich-Matthias Schäfer
843c0f5b0f Merged all changes and fixes from SVG 1.1 into this branch 2015-06-11 01:07:59 +02:00
wout
d5f5dd18a6 Bumped to 2.0.0-rc.1 2014-09-05 09:06:25 +02:00
wout
666abb81f9 Latest build 2014-09-05 08:43:50 +02:00
wout
89f3a26e94 Fix in RBox 2014-09-03 15:57:39 +02:00
wout
2649e3153e Fix in SVG.Number 2014-09-03 15:39:47 +02:00
wout
17e15d57d8 Fixed bug in event detaching 2014-09-03 15:24:24 +02:00
wout
69da2d3854 Firefox fixes and event specs 2014-09-03 12:15:16 +02:00
wout
826649995f Fixed bug in clone() method 2014-09-02 14:47:02 +02:00
wout
5aa85e6053 Removed matrix add() method 2014-08-30 17:15:52 +02:00
wout
bde8508836 Added animated parametric transformations 2014-08-30 17:06:00 +02:00
wout
dd4be62e39 Added SVG.TBox for transformed bounding boxes 2014-08-29 12:45:21 +02:00
wout
8789391f03 Fixed instantiation issue in SVG.Number 2014-08-28 18:44:14 +02:00
wout
7b8e6f1d5a Removed internal references from SVG.Text 2014-08-25 10:33:35 +02:00
wout
a5837d5bf9 Implemented absolute and relative matrix transformations 2014-08-24 16:15:56 +02:00
wout
35c4645257 Secure wrapper 2014-08-19 18:16:21 +02:00
wout
4466328be6 Typo's 2014-08-19 18:14:37 +02:00
Alex Ewerlof
f9f5081f0a Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using UMD wrapper 2014-08-03 15:35:34 +02:00
wout
27527cdef1 Removed node modules 2014-08-03 12:43:08 +02:00
wout
f0dc4d5ee0 Added SVG.Bare for creation of non-described elements 2014-08-01 20:40:49 +02:00
wout
92fbfd5d58 Added svg import / export functionalty 2014-08-01 15:21:54 +02:00
wout
98b3ec9d79 Reworked sub-pixel offset fix 2014-07-31 20:31:07 +02:00
wout
725828a6fc Added reverse functionality for animation loops 2014-07-30 11:04:56 +02:00
wout
5e9ab52bd6 Added more control to SVG.Matrix 2014-07-28 22:16:35 +02:00
wout
917cd24c50 Specified untransform() method 2014-07-27 13:37:26 +02:00
wout
a5b2301c23 Reimplemented matrix animations 2014-07-26 22:10:44 +02:00
wout
80521a95f8 Installed Jasmin 2.0.1 2014-07-26 21:58:56 +02:00
wout
9842187d84 Various small fixes 2014-07-25 17:47:03 +02:00
wout
94077ff778 Moved SVG.invent to main svg.js file 2014-07-23 11:44:50 +02:00
wout
6ac0193538 Fix in rbox 2014-07-20 09:24:46 +02:00
wout
4b4e45cc5f Fixes a but in absolute positioning of groups 2014-07-19 08:38:59 +02:00
wout
e9a0d5f5d7 Switched to gulp for building 2014-07-13 10:32:20 +02:00
wout
40bf2f8ecd Added support for scale center on matrices 2014-07-12 21:18:26 +02:00
wout
0f74fe7d0a Eliminate matrix translation errors 2014-07-12 14:18:52 +02:00
wout
501cb53870 Further debugging matrix new implementation 2014-07-12 14:06:49 +02:00
wout
462d2cd373 Completely reworked transform system 2014-07-11 23:36:17 +02:00
wout
2260f5789b Added new SVG.Line class and working on SVG.Matrix 2014-06-28 18:39:11 +02:00
wout
58b1a0b92b Complete new clone() method 2014-06-26 08:16:14 +02:00
wout
859cf9fce3 Added more versatility to adopter 2014-06-25 15:27:31 +02:00
wout
e567c774c1 Added SVG.Circle, removed structural internal references 2014-06-25 15:05:03 +02:00
wout
c168777a82 Speccing adopter module 2014-06-21 22:30:49 +02:00
wout
1953dbcdb4 Documented and added specs for new selector method 2014-06-21 22:04:12 +02:00
wout
0bb294ad91 Back on track with the specs 2014-06-21 21:19:06 +02:00
wout
629a01b3bb Various reference fixes 2014-06-21 20:32:28 +02:00
wout
19b6fd4338 Removed all structural references 2014-06-21 18:25:29 +02:00
wout
bb0e6be2da Fixing a bug in viewbox 2014-06-19 11:04:15 +02:00
wout
c1342e78f5 Updated README 2014-06-17 20:38:38 +02:00
wout
1c50b34aba Added marker, symbol and dynamic referencing 2014-06-17 20:17:01 +02:00
wout
51e4cb9d55 Fixing offset by window scroll position in rbox() 2014-06-12 11:00:36 +02:00
wout
faefee422a Fix in SVG.off 2014-06-12 10:37:26 +02:00
wout
e3a0f3a887 Bumped to version 1.0.0-rc.7
Look at change log for full overview of changes.
2014-06-11 15:27:07 +02:00
Patrick Klingemann
c13717a8d8 toggleClass returns the svg instance 2014-06-09 13:59:53 -04:00
Patrick Klingemann
63d88467de trim class attribute whitespace 2014-06-09 09:47:38 -04:00
Patrick Klingemann
41f6d9b060 avoid unintentional global variables 2014-06-09 09:46:08 -04:00
Patrick Klingemann
5fd4a57bfd add classes, hasClass, addClass, removeClass, toggleClass functions to Element 2014-06-02 19:21:58 -05:00
Xavier Roger-Machart
cd4bf2af4e Fixed a bug where Element.style() would not save empty values in IE11 2014-05-02 17:17:41 +02:00
wout
780c96d76d Replaced a non breaking space with a real space
Thanks @musterknabe
2014-03-05 09:56:22 +01:00
wout
1286e3de26 Bumped to 1.0.0-rc.6 2014-03-04 22:19:01 +01:00
wout
f3b9e80860 SVG.Stop accepts multiple arguments 2014-02-20 20:10:56 +01:00
wout
3c780bf88d Re-added touch events 2014-02-20 19:08:07 +01:00
wout
8f9ccb1630 Completely reworked SVG.Text, SVG.TSpan and SVG.PathArray and bumped to 1.0.0-rc.5 2014-02-14 22:25:12 +01:00
wout
ee583b1507 Minor enhancement in patharray arcs 2014-02-05 14:33:55 +01:00
wout
85a0e6e287 Fix in patharray arc 2014-02-05 14:02:38 +01:00
wout
050af98a7a added pointAt() method to SVG.Path 2014-02-05 10:51:47 +01:00
wout
c51d352bab Fix in animate('=').to() 2014-02-05 10:23:34 +01:00
wout
9995944cb2 Added loader on SVG.Image and included svg.pattern.js to the core 2014-02-05 00:06:36 +01:00
wout
f22fe6d271 Removing old unbiassed flag on textPath path creation 2014-02-04 11:47:17 +01:00
wout
5c9f99f1be Fix for arcs in SVG.PathArray#toString method 2014-02-04 10:53:20 +01:00
wout
ef026b3784 fix for arcs in patharray toString() method 2014-02-04 10:36:28 +01:00
wout
ce16057a3e Wrapping delay in SVG.Number 2014-02-03 22:05:28 +01:00
wout
189f009dbb Added second values to SVG.Number 2014-02-03 21:59:15 +01:00
wout
8dcb37d340 Added length()method to path 2014-02-03 21:44:34 +01:00
wout
e2304534e0 Implemented SVG.invent function and bumped to v1.0rc3 2014-02-03 15:14:47 +01:00
wout
7a29817ffd Applying block to text node on text() method 2014-02-02 22:11:41 +01:00
wout
3754d895e7 Leaner parser 2014-02-02 21:54:17 +01:00
wout
11376f6ec5 added morph() and at() methods to SVG.Number for unit morphing 2014-02-01 20:13:05 +01:00
wout
f047e3c3aa Added index() method to SVG.Parent and SVG.Set 2014-02-01 14:27:31 +01:00
wout
859bbecc67 Fix in color morphing 2014-01-31 19:01:16 +01:00
wout
a7288d90d3 Fix in poly morphing 2014-01-31 18:56:27 +01:00
wout
165ca9cc41 Disabled array bbox cache 2014-01-31 18:35:23 +01:00
wout
2b2a4040f6 Added morph() and at() methods to SVG.Color 2014-01-31 16:22:01 +01:00
wout
59d48eaab5 Added msRequestAnimationFrame fir IE10 support 2014-01-31 14:27:41 +01:00
wout
bd7e10cb46 Added relative()method for relative translations 2014-01-30 19:44:40 +01:00
wout
f6fc66659d Shortened arc objects in PathArray 2014-01-29 22:57:24 +01:00
wout
0a165763e9 Preparing SVG namespace when dom is loaded 2014-01-29 22:00:53 +01:00
wout
5b6736666d Added SVG.PathArray, updated data() and bumped to v1.0rc1 2014-01-29 21:20:58 +01:00
wout
e04f8d1b35 Added loop(), switched to requestAnimFrame, bumped to v0.38 2014-01-28 15:43:43 +01:00
wout
22212053f7 Added get to SVG.Set, bumped to v0.37 2014-01-26 17:50:45 +01:00
wout
b48f03348b Added addTo() and putIn() methods, added more detailed documentation 2014-01-25 14:34:03 +01:00
wout
aaaf8f1f3e Added the hyperlink element 2014-01-23 21:18:43 +01:00
wout
f776294c7b Added pause / play to SVG.FX module and bumped to v0.34 2014-01-23 20:20:25 +01:00
wout
551e3d6bb9 Fix in point array move method 2014-01-22 21:09:38 +01:00
wout
0bec3f4b0e Fix in viewbox 2014-01-22 14:53:01 +01:00
wout
c9678562e1 Fix in SVG.Viewbox 2014-01-22 13:53:14 +01:00
wout
b27d01e9f9 Bumped to v0.33 2014-01-22 12:48:49 +01:00
wout
df8db4b03d Fix in viewbox 2013-08-23 07:15:21 +01:00
wout
74614e02ec Fix in viewbox 2013-08-23 07:09:34 +01:00
wout
0ceb9b2940 Added merge() method to SVG.RBox 2013-08-22 15:30:15 +01:00
wout
bd58094c43 Fixed bug in memory system 2013-08-22 13:26:11 +01:00
wout
945c1a0a42 Distinguished SVG.Container from SVG.parent, bumped to v0.32
SVG.Use inherits from SVG.Shape
2013-08-05 14:08:36 +01:00
wout
eecebe3cdf Added animatible poly's, bumped to v0.31 2013-08-01 13:32:56 +01:00
wout
21d6c0b30a Added support for CommonJS and AMD, bunped to v0.30 2013-07-26 09:17:34 +01:00
wout
58f10a25db Added SVG.Array and bumped to v0.29 2013-07-25 13:09:30 +01:00
wout
d487260b7c Reworked SVG.Text to give more granular control 2013-07-23 16:27:31 +01:00
wout
9773661d93 Namespace fixes and added textPath and bumped to v0.27 2013-07-22 13:52:20 +01:00
wout
f5c28a74a5 Added textpath plugin to readme 2013-07-19 21:05:56 +01:00
wout
13762cb41c Fix in back() 2013-07-17 10:37:11 +01:00
wout
794f0defea Various IE9 and IE10 fixes 2013-07-04 10:02:01 +01:00
wout
c30c718d90 Added memory module 2013-07-02 14:36:09 +01:00
wout
84c4a52c43 Sets accept multiple elements at once 2013-07-01 21:05:39 +01:00
wout
4a6da20fd3 Added SVG.Set adn bumped to v0.24 2013-07-01 20:47:33 +01:00
wout
b9b4af505a Fix in SVG.Number for IE 2013-07-01 08:26:18 +01:00
wout
578c2bd6df Fix in unit parser with negative values. 2013-06-30 11:16:59 +01:00
wout
e4fb8522a2 IMplemented <use> element, bumped to v0.23 2013-06-29 15:16:58 +01:00
wout
b8f4400075 Fixed naming conflict in mask and clip modules, bumped to v0.22 2013-06-29 09:56:37 +01:00
wout
8cb2aba178 Reworked arrange module, <defs> always on top 2013-06-27 16:36:26 +01:00
wout
46909dc193 Fix in rotation transform 2013-06-25 15:27:40 +01:00
wout
b1669697a9 Added default stroke-linejoin and stroke-linecap values 2013-06-24 13:46:58 +01:00
wout
65f915f1f3 Added get() method to SVG.Container 2013-06-23 15:32:20 +01:00
wout
9841728efb Fix in fill() method 2013-06-23 15:20:16 +01:00
wout
a72b8a7afb Added SVG.Number, reworked gradient system 2013-06-23 14:59:46 +01:00
wout
30564bf1d4 Added to() method in the SVG.FX 2013-06-09 13:36:16 +01:00
wout
8f03d84e43 Added deep traversing, reorganizd modules 2013-06-09 11:37:26 +01:00
wout
1f3eeddc4a Added translate() method 2013-05-29 16:35:33 +01:00
wout
c7df993012 Added merge() to SVG.BBox 2013-05-28 20:58:52 +01:00
wout
9de0c38159 Removing defs and references on clear() 2013-05-08 11:10:20 +01:00
wout
6afb000673 Bumped to v0.15, removed hsb color support 2013-04-26 21:27:46 +02:00
wout
11ded2fe8f Added the rbox() method, bumped to v0.14 2013-04-22 09:57:25 +01:00
wout
a736acc12e Parsing numeric values as a global getter 2013-04-15 13:17:20 +01:00
wout
d0c34f778e Removing style attributes when empty 2013-04-15 12:04:41 +01:00
wout
801a9e1bfb Fix in defaults 2013-04-14 17:21:42 +01:00
wout
4154cf975a Ensure center point for rotations 2013-04-13 20:57:44 +01:00
wout
9aa9472043 Bumped to v0.13 2013-04-12 13:16:21 +01:00
wout
ec833bcefe Fix for Firefox in bbox() 2013-04-11 08:52:20 +01:00
wout
0b8d1de2c5 Fix in poly plot() with point arrays 2013-04-08 18:27:49 +01:00
wout
b17fb87d77 Rebuilding after leading() with arguments 2013-04-07 15:42:57 +01:00
wout
10acb5281d Fix for leading method on non text elements 2013-04-07 15:36:30 +01:00
wout
3864ff1426 Stored base offset as a private variable 2013-04-05 10:58:01 +01:00
wout
263045bfcd Extendibility fix in SVG.Element 2013-04-02 21:44:12 +01:00
wout
f5f60d2383 Passing attribute name and value in rebuild() method 2013-03-30 18:08:09 +00:00
wout
87f9985c2d Fix in viewbox() method 2013-03-29 17:28:40 +00:00
wout
f134e1cf3d Allow invocation of SVG() with an <svg> tag 2013-03-29 13:40:19 +00:00
wout
089816c84f Bug fix: recreating defs after clear() 2013-03-28 11:16:10 +01:00
wout
7b0ba31315 Updated README 2013-03-25 21:33:50 +01:00
wout
264c100153 Added unbiased option to plotable elements 2013-03-24 21:03:14 +01:00
wout
a0076d75bb Added plot() method to SVG.Line 2013-03-24 20:25:27 +01:00
wout
67d367e0d7 Bumped to v0.11
- removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path
- added delay on SVG.FX module
- made x(), y(), cx() and cy() as getters
- added SGB.get() method, to get elements by a DOM id
- fixed bug in remove() method on container elements
- added jasmine test suite to repo
2013-03-24 19:19:06 +01:00
wout
ff09596144 Animation value clearance 2013-03-13 13:46:49 +01:00
wout
4bd21ec64a Added x(), y(), cx(), cy() and matrix 2013-03-12 13:31:09 +01:00
wout
6c6c82ed59 Bumped to v0.9, added better style management, text support and extended animation functionality 2013-03-09 22:28:47 +01:00
wout
b75df7a1c5 Animatable fill() and stroke() 2013-03-06 21:17:37 +00:00