Commit Graph

149 Commits

Author SHA1 Message Date
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
2702ceb26d svgjs now saves crucial data in the dom (fixes #369 again) 2015-11-06 22:08:38 +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
dd190c872b Added custom context binding for event callbacks 2015-09-22 20:51:46 +02:00
Peter Dave Hello
dd7c4b7e52 remove useless executable permission 2015-06-23 10:39:13 +08: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
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
843c0f5b0f Merged all changes and fixes from SVG 1.1 into this branch 2015-06-11 01:07:59 +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
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
c2d1b2916b Added one more spec on raw importing 2014-08-01 15:52:37 +02:00
wout
92fbfd5d58 Added svg import / export functionalty 2014-08-01 15:21:54 +02:00
wout
5e9ab52bd6 Added more control to SVG.Matrix 2014-07-28 22:16:35 +02:00
wout
0c336f2f4b Matirx specs 2014-07-27 21:29:49 +02:00
wout
917cd24c50 Specified untransform() method 2014-07-27 13:37:26 +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
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
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
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
1c50b34aba Added marker, symbol and dynamic referencing 2014-06-17 20:17:01 +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
5fd4a57bfd add classes, hasClass, addClass, removeClass, toggleClass functions to Element 2014-06-02 19:21:58 -05: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
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
a7d61df3e8 Giving Firefox some slack in the text position specs 2014-02-05 15:17:12 +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
9995944cb2 Added loader on SVG.Image and included svg.pattern.js to the core 2014-02-05 00:06:36 +01:00
wout
5c9f99f1be Fix for arcs in SVG.PathArray#toString method 2014-02-04 10:53:20 +01:00
wout
189f009dbb Added second values to SVG.Number 2014-02-03 21:59:15 +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
2b2a4040f6 Added morph() and at() methods to SVG.Color 2014-01-31 16:22:01 +01:00
wout
bd7e10cb46 Added relative()method for relative translations 2014-01-30 19:44:40 +01:00
wout
5b6736666d Added SVG.PathArray, updated data() and bumped to v1.0rc1 2014-01-29 21:20:58 +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
b27d01e9f9 Bumped to v0.33 2014-01-22 12:48:49 +01:00
wout
bd58094c43 Fixed bug in memory system 2013-08-22 13:26:11 +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
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
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
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
a72b8a7afb Added SVG.Number, reworked gradient system 2013-06-23 14:59:46 +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
ec833bcefe Fix for Firefox in bbox() 2013-04-11 08:52:20 +01:00
wout
87f9985c2d Fix in viewbox() method 2013-03-29 17:28:40 +00:00
wout
089816c84f Bug fix: recreating defs after clear() 2013-03-28 11:16:10 +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