Fix for #492
parent
f028c2dee5
commit
2e040ced8b
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
// Snap.svg 0.4.2dev
|
// 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");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with 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
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
// build: 2016-12-30
|
// build: 2017-01-03
|
||||||
|
|
||||||
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
||||||
//
|
//
|
||||||
|
@ -7249,7 +7249,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
|
||||||
return val.join(" ");
|
return val.join(" ");
|
||||||
}
|
}
|
||||||
function getColour(clr) {
|
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) {
|
function getPath(path) {
|
||||||
var k = 0, i, ii, j, jj, out, a, b = [];
|
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");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<a href="/docs/" class="mobile-hide selected">Docs</a>
|
<a href="/docs/" class="mobile-hide selected">Docs</a>
|
||||||
<a href="/support/">Support</a>
|
<a href="/support/">Support</a>
|
||||||
<a href="/demos/" class="mobile-hide">Demos</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>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -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");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Snap.svg @VERSION
|
// 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");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -83,7 +83,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
|
||||||
return val.join(" ");
|
return val.join(" ");
|
||||||
}
|
}
|
||||||
function getColour(clr) {
|
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) {
|
function getPath(path) {
|
||||||
var k = 0, i, ii, j, jj, out, a, b = [];
|
var k = 0, i, ii, j, jj, out, a, b = [];
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<a href="/docs/" class="mobile-hide selected">Docs</a>
|
<a href="/docs/" class="mobile-hide selected">Docs</a>
|
||||||
<a href="/support/">Support</a>
|
<a href="/support/">Support</a>
|
||||||
<a href="/demos/" class="mobile-hide">Demos</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>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue