master
Dmitry Baranovskiy 2017-01-03 10:34:35 +11:00
parent f028c2dee5
commit 2e040ced8b
7 changed files with 20 additions and 20 deletions

File diff suppressed because one or more lines are too long

8
dist/snap.svg.js vendored
View File

@ -1,6 +1,6 @@
// Snap.svg 0.4.2dev
//
// Copyright (c) 2013 2016 Adobe Systems Incorporated. All rights reserved.
// Copyright (c) 2013 2017 Adobe Systems Incorporated. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// build: 2016-12-30
// build: 2017-01-03
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
//
@ -7249,7 +7249,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
return val.join(" ");
}
function getColour(clr) {
return Snap.rgb(clr[0], clr[1], clr[2]);
return Snap.rgb(clr[0], clr[1], clr[2], clr[3]);
}
function getPath(path) {
var k = 0, i, ii, j, jj, out, a, b = [];
@ -8259,7 +8259,7 @@ Snap.plugin(function (Snap, Element, Paper, glob, Fragment) {
};
});
// Copyright (c) 2016 Adobe Systems Incorporated. All rights reserved.
// Copyright (c) 2017 Adobe Systems Incorporated. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

View File

@ -50,7 +50,7 @@
<a href="/docs/" class="mobile-hide selected">Docs</a>
<a href="/support/">Support</a>
<a href="/demos/" class="mobile-hide">Demos</a>
<a class="bt" href="/assets/downloads/Snap.svg-0.1.0.zip" onclick="trackOutboundLink(this, 'Download', '0.1');return false;">Download</a>
<a class="bt" href="/assets/downloads/Snap.svg-0.4.2.zip" onclick="trackOutboundLink(this, 'Download', '0.4.2');return false;">Download</a>
</nav>
</div>
</header>

View File

@ -1,4 +1,4 @@
// Copyright (c) 2016 Adobe Systems Incorporated. All rights reserved.
// Copyright (c) 2017 Adobe Systems Incorporated. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
// Snap.svg @VERSION
//
// Copyright (c) 2013 2016 Adobe Systems Incorporated. All rights reserved.
// Copyright (c) 2013 2017 Adobe Systems Incorporated. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

View File

@ -83,7 +83,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
return val.join(" ");
}
function getColour(clr) {
return Snap.rgb(clr[0], clr[1], clr[2]);
return Snap.rgb(clr[0], clr[1], clr[2], clr[3]);
}
function getPath(path) {
var k = 0, i, ii, j, jj, out, a, b = [];

View File

@ -50,7 +50,7 @@
<a href="/docs/" class="mobile-hide selected">Docs</a>
<a href="/support/">Support</a>
<a href="/demos/" class="mobile-hide">Demos</a>
<a class="bt" href="/assets/downloads/Snap.svg-0.1.0.zip" onclick="trackOutboundLink(this, 'Download', '0.1');return false;">Download</a>
<a class="bt" href="/assets/downloads/Snap.svg-0.4.2.zip" onclick="trackOutboundLink(this, 'Download', '0.4.2');return false;">Download</a>
</nav>
</div>
</header>