]> source.dussan.org Git - svg.js.git/log
svg.js.git
9 years agoAdded comic.js to plugins section in README.md 327/head
Balint Morvai [Mon, 23 Feb 2015 16:51:32 +0000 (17:51 +0100)]
Added comic.js to plugins section in README.md

9 years agoRework of `drawing.remove()`
Ulrich-Matthias Schäfer [Mon, 23 Feb 2015 10:47:09 +0000 (11:47 +0100)]
Rework of `drawing.remove()`

9 years agoMerge pull request #262 from PoziWorld/patch-1
Fuzzy [Sun, 22 Feb 2015 22:26:31 +0000 (23:26 +0100)]
Merge pull request #262 from PoziWorld/patch-1

Grammatical error: a SVG => an SVG

9 years agoFixes #326
Ulrich-Matthias Schäfer [Sun, 22 Feb 2015 15:25:37 +0000 (16:25 +0100)]
Fixes #326

drawing.remove() now calls destroy() to remove the doc from the DOM

9 years agoFixed Event-Spec for Chrome
Ulrich-Matthias Schäfer [Sun, 22 Feb 2015 13:58:20 +0000 (14:58 +0100)]
Fixed Event-Spec for Chrome

9 years agoAdded example in Readme about passing additional data to events
Ulrich-Matthias Schäfer [Sun, 22 Feb 2015 13:40:39 +0000 (14:40 +0100)]
Added example in Readme about passing additional data to events

9 years agoFixed Custom Events with data #317
Ulrich-Matthias Schäfer [Sun, 22 Feb 2015 13:27:45 +0000 (14:27 +0100)]
Fixed Custom Events with data #317

Keeps the `registerEvent`-function only for consistency

9 years agoMerge pull request #282 from masondesu/patch-1
Fuzzy [Sat, 21 Feb 2015 23:57:44 +0000 (00:57 +0100)]
Merge pull request #282 from masondesu/patch-1

Added missing `.bbox()` calls to merge example

9 years agoMerge pull request #273 from dotob/patch-1
Fuzzy [Sat, 21 Feb 2015 23:55:04 +0000 (00:55 +0100)]
Merge pull request #273 from dotob/patch-1

add missing add in function params

9 years agoMerge pull request #286 from fibo/master
Fuzzy [Sat, 21 Feb 2015 23:52:57 +0000 (00:52 +0100)]
Merge pull request #286 from fibo/master

Fixed npm warning about "repositories" property

9 years agoMerge pull request #300 from mjomble/patch-2
Fuzzy [Sat, 21 Feb 2015 23:51:39 +0000 (00:51 +0100)]
Merge pull request #300 from mjomble/patch-2

Fixed function usage in example

9 years agoMerge pull request #299 from mjomble/patch-1
Fuzzy [Sat, 21 Feb 2015 23:49:41 +0000 (00:49 +0100)]
Merge pull request #299 from mjomble/patch-1

Gave example variables less confusing names

9 years agoMerge pull request #302 from mjomble/patch-3
Fuzzy [Sat, 21 Feb 2015 23:48:46 +0000 (00:48 +0100)]
Merge pull request #302 from mjomble/patch-3

Various typo and error fixes

9 years agoMerge pull request #303 from IonicaBizau/patch-1
Alex Ewerlöf [Thu, 19 Feb 2015 15:09:28 +0000 (16:09 +0100)]
Merge pull request #303 from IonicaBizau/patch-1

Added connectable plugin.

9 years agoMerge pull request #312 from zachrbrown/master
Alex Ewerlöf [Thu, 29 Jan 2015 10:00:37 +0000 (11:00 +0100)]
Merge pull request #312 from zachrbrown/master

Remove nested AMD/exports loader

9 years agoRemove nested AMD/exports loader 312/head
Zach Brown [Sun, 18 Jan 2015 07:38:54 +0000 (23:38 -0800)]
Remove nested AMD/exports loader

Fixes Mismatched anonymous define() module: error in requirejs

9 years agoAdded connectable plugin. 303/head
Ionică Bizău [Sun, 28 Dec 2014 09:32:21 +0000 (11:32 +0200)]
Added connectable plugin.

9 years agoVarious typo and error fixes 302/head
Andres Kalle [Fri, 26 Dec 2014 18:05:01 +0000 (20:05 +0200)]
Various typo and error fixes

9 years agoFixed function usage in example 300/head
Andres Kalle [Fri, 26 Dec 2014 00:07:56 +0000 (02:07 +0200)]
Fixed function usage in example

9 years agoGave example variables less confusing names 299/head
Andres Kalle [Thu, 25 Dec 2014 23:03:52 +0000 (01:03 +0200)]
Gave example variables less confusing names

9 years agoFixed npm warning about "repositories" property 286/head
Gianluca Casati [Wed, 12 Nov 2014 17:40:56 +0000 (18:40 +0100)]
Fixed npm warning about "repositories" property

After adding *svg.js* as a dependency

```
$ npm install svg.js --save
svg.js@1.0.1 node_modules/svg.js
```

when I update deps I get a warning

```
$ npm install
npm WARN package.json svg.js@1.0.1 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
svg.js@1.0.1 node_modules/svg.js
```

9 years agoAdded missing `.bbox()` calls to merge example 282/head
Mason Stewart [Sun, 9 Nov 2014 16:09:40 +0000 (11:09 -0500)]
Added missing `.bbox()` calls to merge example

Hey there. I may be misunderstanding, so feel free to dismiss this, but the `merge` method example for `BBox` wasn't working. I looked at the source for a few minutes, and realized that the first two lines in the example were missing a call to `bbox`, since `merge` belongs to `BBox` instances, not `Rect` instances.

Thanks for making such a great lib. Really enjoying it so far :sparkles:

10 years agoadd missing add in function params 273/head
sebastian krämer [Mon, 13 Oct 2014 08:27:06 +0000 (10:27 +0200)]
add missing add in function params

10 years agoGrammatical error: a SVG => an SVG 262/head
PoziWorld [Mon, 22 Sep 2014 22:23:06 +0000 (15:23 -0700)]
Grammatical error: a SVG => an SVG

10 years agoBumped to 1.0.1
wout [Sat, 6 Sep 2014 10:35:09 +0000 (12:35 +0200)]
Bumped to 1.0.1

10 years agoMerge pull request #242 from janaspage/patch-2
Wout [Fri, 5 Sep 2014 15:26:08 +0000 (17:26 +0200)]
Merge pull request #242 from janaspage/patch-2

Correct spelling/typo.

10 years agoAdded UMD support
wout [Fri, 5 Sep 2014 15:21:01 +0000 (17:21 +0200)]
Added UMD support

10 years agoAdded UMD wrapper 1.0.1
wout [Fri, 5 Sep 2014 15:15:38 +0000 (17:15 +0200)]
Added UMD wrapper

10 years agoMerge pull request #244 from janaspage/patch-4
Wout [Fri, 5 Sep 2014 14:53:09 +0000 (16:53 +0200)]
Merge pull request #244 from janaspage/patch-4

Correct spelling/typo of "returns".

10 years agoMerge pull request #243 from janaspage/patch-3
Wout [Fri, 5 Sep 2014 14:52:56 +0000 (16:52 +0200)]
Merge pull request #243 from janaspage/patch-3

Minor grammar corrections.

10 years agoMerge pull request #226 from chinhodado/patch-1
Wout [Fri, 5 Sep 2014 14:52:37 +0000 (16:52 +0200)]
Merge pull request #226 from chinhodado/patch-1

typo in README

10 years agoMerge pull request #237 from peteruithoven/Move-doc-fix
Wout [Fri, 5 Sep 2014 14:52:05 +0000 (16:52 +0200)]
Merge pull request #237 from peteruithoven/Move-doc-fix

Better explanation for Array.move()

10 years agoBumped to version 1.0.0
wout [Fri, 5 Sep 2014 12:45:27 +0000 (14:45 +0200)]
Bumped to version 1.0.0

10 years agoUpdate README.md 1.0.0
Wout [Fri, 29 Aug 2014 11:31:21 +0000 (13:31 +0200)]
Update README.md

10 years agoUpdate README.md
Wout [Fri, 29 Aug 2014 11:30:33 +0000 (13:30 +0200)]
Update README.md

10 years agoCorrect spelling/typo of "returns". 244/head
Janas Page [Wed, 6 Aug 2014 00:02:06 +0000 (17:02 -0700)]
Correct spelling/typo of "returns".

10 years agoMinor grammar corrections. 243/head
Janas Page [Tue, 5 Aug 2014 23:53:02 +0000 (16:53 -0700)]
Minor grammar corrections.

Idiom is "a piece of cake".
"Let's" is a contraction for "let us".

10 years agoCorrect spelling/typo. 242/head
Janas Page [Tue, 5 Aug 2014 23:35:36 +0000 (16:35 -0700)]
Correct spelling/typo.

10 years agoMerge pull request #241 from janaspage/patch-1
Wout [Fri, 1 Aug 2014 06:52:50 +0000 (08:52 +0200)]
Merge pull request #241 from janaspage/patch-1

Minor grammar & punctuation corrections.

10 years agoMinor grammar & punctuation corrections. 241/head
Janas Page [Thu, 31 Jul 2014 22:22:01 +0000 (15:22 -0700)]
Minor grammar & punctuation corrections.

10 years agoBetter explanation for Array.move() 237/head
peteruithoven [Tue, 29 Jul 2014 10:47:57 +0000 (12:47 +0200)]
Better explanation for Array.move()

(Copied most from Manipulating elements move() explanation)

10 years agotypo 226/head
chinhodado [Tue, 1 Jul 2014 04:43:38 +0000 (00:43 -0400)]
typo

10 years agoFixing a bug in viewbox
wout [Thu, 19 Jun 2014 09:04:15 +0000 (11:04 +0200)]
Fixing a bug in viewbox

10 years agoMerge pull request #216 from shabegger/master
Wout [Thu, 19 Jun 2014 08:56:49 +0000 (10:56 +0200)]
Merge pull request #216 from shabegger/master

Fixed Infinite Loop

10 years agoFixed version mismatch
wout [Thu, 19 Jun 2014 06:20:52 +0000 (08:20 +0200)]
Fixed version mismatch

10 years agoUpdated README
wout [Wed, 18 Jun 2014 18:31:03 +0000 (20:31 +0200)]
Updated README

10 years agoUpdated REAMDE
wout [Tue, 17 Jun 2014 19:58:24 +0000 (21:58 +0200)]
Updated REAMDE

10 years agoUpdated README
wout [Tue, 17 Jun 2014 18:47:50 +0000 (20:47 +0200)]
Updated README

10 years agoUpdated README
wout [Tue, 17 Jun 2014 18:40:01 +0000 (20:40 +0200)]
Updated README

10 years agoUpdated README
wout [Tue, 17 Jun 2014 18:38:38 +0000 (20:38 +0200)]
Updated README

10 years agoAdded marker, symbol and dynamic referencing
wout [Tue, 17 Jun 2014 18:17:01 +0000 (20:17 +0200)]
Added marker, symbol and dynamic referencing

10 years agoFixed Infinite Loop 216/head
Stephen Habegger [Mon, 16 Jun 2014 12:38:48 +0000 (07:38 -0500)]
Fixed Infinite Loop

Fixed infinite loop in ViewBox when element has a percentage
width/height.

10 years agoUpdated README 1.0.0-rc.9
wout [Thu, 12 Jun 2014 13:40:37 +0000 (15:40 +0200)]
Updated README

10 years agoUpdated change log
wout [Thu, 12 Jun 2014 09:01:31 +0000 (11:01 +0200)]
Updated change log

10 years agoFixing offset by window scroll position in rbox()
wout [Thu, 12 Jun 2014 09:00:36 +0000 (11:00 +0200)]
Fixing offset by window scroll position in rbox()

10 years agoMerge pull request #207 from bryhoyt/patch-1
Wout [Thu, 12 Jun 2014 08:58:24 +0000 (10:58 +0200)]
Merge pull request #207 from bryhoyt/patch-1

Offset rbox by window scroll, because getBoundingClientRect changes when...

10 years agoUpdate bower.json
wout [Thu, 12 Jun 2014 08:48:11 +0000 (10:48 +0200)]
Update bower.json

10 years agoBumped to version 1.0.0-rc.8 1.0.0-rc.8
wout [Thu, 12 Jun 2014 08:42:37 +0000 (10:42 +0200)]
Bumped to version 1.0.0-rc.8

10 years agoFix in SVG.off
wout [Thu, 12 Jun 2014 08:37:26 +0000 (10:37 +0200)]
Fix in SVG.off

10 years agoRemoving version in bower.json
wout [Thu, 12 Jun 2014 08:01:21 +0000 (10:01 +0200)]
Removing version in bower.json

10 years agoFixing typo in README
wout [Thu, 12 Jun 2014 07:45:45 +0000 (09:45 +0200)]
Fixing typo in README

10 years agoOffset rbox by window scroll, because getBoundingClientRect changes when window is... 207/head
bryhoyt [Thu, 12 Jun 2014 01:27:33 +0000 (13:27 +1200)]
Offset rbox by window scroll, because getBoundingClientRect changes when window is scrolled

As per https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect "If this is not the desired behaviour just add the current scrolling position to the top and left property (via window.scrollX and window.scrollY) to get constant values independent from the current scrolling position."

10 years agoBumped to version 1.0.0-rc.7
wout [Wed, 11 Jun 2014 13:27:07 +0000 (15:27 +0200)]
Bumped to version 1.0.0-rc.7

Look at change log for full overview of changes.

10 years agoCalling after() on stop(fulfill)
wout [Tue, 10 Jun 2014 12:32:44 +0000 (14:32 +0200)]
Calling after() on stop(fulfill)

10 years agoMerge pull request #192 from vird/patch-1
Wout [Tue, 10 Jun 2014 12:24:45 +0000 (14:24 +0200)]
Merge pull request #192 from vird/patch-1

.animation() .stop(true) now fires .after() callback if present

10 years agoMerge pull request #200 from pklingem/master 1.0.0-rc.7
Wout [Tue, 10 Jun 2014 11:39:15 +0000 (13:39 +0200)]
Merge pull request #200 from pklingem/master

add class manipulation functions to Element

10 years agotoggleClass returns the svg instance 200/head
Patrick Klingemann [Mon, 9 Jun 2014 17:59:53 +0000 (13:59 -0400)]
toggleClass returns the svg instance

10 years agotrim class attribute whitespace
Patrick Klingemann [Mon, 9 Jun 2014 13:47:38 +0000 (09:47 -0400)]
trim class attribute whitespace

10 years agoavoid unintentional global variables
Patrick Klingemann [Mon, 9 Jun 2014 13:46:08 +0000 (09:46 -0400)]
avoid unintentional global variables

10 years agoadd classes, hasClass, addClass, removeClass, toggleClass functions to Element
Patrick Klingemann [Tue, 3 Jun 2014 00:21:58 +0000 (19:21 -0500)]
add classes, hasClass, addClass, removeClass, toggleClass functions to Element

10 years ago.animation() .stop() now fires .after() if present 192/head
vird [Wed, 28 May 2014 12:50:21 +0000 (15:50 +0300)]
.animation() .stop() now fires .after() if present

10 years agoMerge pull request #179 from Shtong/master
Wout Fierens [Sat, 3 May 2014 09:24:23 +0000 (11:24 +0200)]
Merge pull request #179 from Shtong/master

Fixed a bug where Element.style() would not save empty values in IE11

10 years agoFixed a bug where Element.style() would not save empty values in IE11 179/head
Xavier Roger-Machart [Fri, 2 May 2014 15:17:41 +0000 (17:17 +0200)]
Fixed a bug where Element.style() would not save empty values in IE11

10 years agoAdded absorb plugin
wout [Wed, 5 Mar 2014 21:47:49 +0000 (22:47 +0100)]
Added absorb plugin

10 years agoReplaced a non breaking space with a real space
wout [Wed, 5 Mar 2014 08:56:22 +0000 (09:56 +0100)]
Replaced a non breaking space with a real space

Thanks @musterknabe

10 years agoBumped to 1.0.0-rc.6
wout [Tue, 4 Mar 2014 21:19:01 +0000 (22:19 +0100)]
Bumped to 1.0.0-rc.6

10 years agoSVG.Stop accepts multiple arguments 1.0.0-rc.6
wout [Thu, 20 Feb 2014 19:10:56 +0000 (20:10 +0100)]
SVG.Stop accepts multiple arguments

10 years agoUpdated README
wout [Thu, 20 Feb 2014 18:12:04 +0000 (19:12 +0100)]
Updated README

10 years agoRe-added touch events
wout [Thu, 20 Feb 2014 18:08:07 +0000 (19:08 +0100)]
Re-added touch events

10 years agoMerge pull request #165 from calvin/master
Wout Fierens [Tue, 18 Feb 2014 07:44:44 +0000 (08:44 +0100)]
Merge pull request #165 from calvin/master

Fixed typo

10 years agoFixed typo 165/head
Calvin Jeong [Tue, 18 Feb 2014 03:05:33 +0000 (16:05 +1300)]
Fixed typo

10 years agoUpdated README
wout [Fri, 14 Feb 2014 22:22:23 +0000 (23:22 +0100)]
Updated README

10 years agoCompletely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to 1.0...
wout [Fri, 14 Feb 2014 21:25:12 +0000 (22:25 +0100)]
Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to 1.0.0-rc.5

10 years agoGiving Firefox some slack in the text position specs 1.0.0-rc.5
wout [Wed, 5 Feb 2014 14:17:12 +0000 (15:17 +0100)]
Giving Firefox some slack in the text position specs

10 years agoMinor enhancement in patharray arcs
wout [Wed, 5 Feb 2014 13:33:55 +0000 (14:33 +0100)]
Minor enhancement in patharray arcs

10 years agoMerge pull request #146 from dotnetCarpenter/patharray
Wout Fierens [Wed, 5 Feb 2014 13:27:06 +0000 (14:27 +0100)]
Merge pull request #146 from dotnetCarpenter/patharray

convert bool to int, so d only contains number values - fixes #145

10 years agoconvert bool to int, so d only contains number values - fixes #145 146/head
dotnetCarpenter [Wed, 5 Feb 2014 13:15:53 +0000 (14:15 +0100)]
convert bool to int, so d only contains number values - fixes #145

10 years agoUpdated changelog
wout [Wed, 5 Feb 2014 13:03:44 +0000 (14:03 +0100)]
Updated changelog

10 years agoFix in patharray arc
wout [Wed, 5 Feb 2014 13:02:38 +0000 (14:02 +0100)]
Fix in patharray arc

10 years agoUpdated README
wout [Wed, 5 Feb 2014 09:57:35 +0000 (10:57 +0100)]
Updated README

10 years agoadded pointAt() method to SVG.Path
wout [Wed, 5 Feb 2014 09:51:47 +0000 (10:51 +0100)]
added pointAt() method to SVG.Path

10 years agoFix in animate('=').to()
wout [Wed, 5 Feb 2014 09:23:34 +0000 (10:23 +0100)]
Fix in animate('=').to()

10 years agoUpdated README
wout [Tue, 4 Feb 2014 23:08:47 +0000 (00:08 +0100)]
Updated README

10 years agoAdded loader on SVG.Image and included svg.pattern.js to the core
wout [Tue, 4 Feb 2014 23:06:36 +0000 (00:06 +0100)]
Added loader on SVG.Image and included svg.pattern.js to the core

10 years agoUpdated README 1.0.0-rc.4
wout [Tue, 4 Feb 2014 13:47:49 +0000 (14:47 +0100)]
Updated README

10 years agoUpdated JSON
wout [Tue, 4 Feb 2014 12:03:24 +0000 (13:03 +0100)]
Updated JSON

10 years agoUpdated JSON
wout [Tue, 4 Feb 2014 12:01:06 +0000 (13:01 +0100)]
Updated JSON

10 years agoRemoving old unbiassed flag on textPath path creation
wout [Tue, 4 Feb 2014 10:47:17 +0000 (11:47 +0100)]
Removing old unbiassed flag on textPath path creation

10 years agoFix for arcs in SVG.PathArray#toString method
wout [Tue, 4 Feb 2014 09:53:20 +0000 (10:53 +0100)]
Fix for arcs in SVG.PathArray#toString method

10 years agofix for arcs in patharray toString() method
wout [Tue, 4 Feb 2014 09:36:28 +0000 (10:36 +0100)]
fix for arcs in patharray toString() method