Skip to content

Commit

Permalink
Bumping up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Baranovskiy committed Apr 7, 2015
1 parent 75103d5 commit e1f9617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snap.svg",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "http://snapsvg.io",
"authors": [
"Dmitry Baranovskiy <[email protected]>"
Expand Down
5 changes: 1 addition & 4 deletions src/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

var Snap = (function(root) {
Snap.version = "0.3.0";
Snap.version = "0.4.0";
/*\
* Snap
[ method ]
Expand Down Expand Up @@ -634,7 +634,6 @@ Snap.getRGB = cacher(function (colour) {
}
return {r: -1, g: -1, b: -1, hex: "none", error: 1, toString: rgbtoString};
}, Snap);
// SIERRA It seems odd that the following 3 conversion methods are not expressed as .this2that(), like the others.
/*\
* Snap.hsb
[ method ]
Expand Down Expand Up @@ -940,7 +939,6 @@ Snap.rgb2hsl = function (r, g, b) {
};

// Transformations
// SIERRA Snap.parsePathString(): By _array of arrays,_ I assume you mean a format like this for two separate segments? [ ["M10,10","L90,90"], ["M90,10","L10,90"] ] Otherwise how is each command structured?
/*\
* Snap.parsePathString
[ method ]
Expand Down Expand Up @@ -1456,7 +1454,6 @@ Snap.parse = function (svg) {
function Fragment(frag) {
this.node = frag;
}
// SIERRA Snap.fragment() could especially use a code example
/*\
* Snap.fragment
[ method ]
Expand Down

0 comments on commit e1f9617

Please sign in to comment.