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

@ -24,9 +24,9 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
function trackOutboundLink(link, category, action) {
try {
_gaq.push(['_trackEvent', category , action]);
function trackOutboundLink(link, category, action) {
try {
_gaq.push(['_trackEvent', category , action]);
} catch(err){}
setTimeout(function() {
@ -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>
@ -15205,4 +15205,4 @@ h.onclick=h.onchange=h.onkeydown=h.onkeyup=function(){var t=h.value,r=[]
if(t.length>1){for(var i=0,o=a.length;o>i;i++)r[i]={li:a[i].li,weight:n(a[i].text,t)}
r.sort(f)}else r=a
for(i=0,o=r.length;o>i;i++)e.appendChild(r[i].li)}}}(document.getElementById("dr-toc"))</script>
</body></html>
</body></html>

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

@ -24,9 +24,9 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
function trackOutboundLink(link, category, action) {
try {
_gaq.push(['_trackEvent', category , action]);
function trackOutboundLink(link, category, action) {
try {
_gaq.push(['_trackEvent', category , action]);
} catch(err){}
setTimeout(function() {
@ -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>
@ -154,4 +154,4 @@ h.onclick=h.onchange=h.onkeydown=h.onkeyup=function(){var t=h.value,r=[]
if(t.length>1){for(var i=0,o=a.length;o>i;i++)r[i]={li:a[i].li,weight:n(a[i].text,t)}
r.sort(f)}else r=a
for(i=0,o=r.length;o>i;i++)e.appendChild(r[i].li)}}}(document.getElementById("dr-toc"))</script>
</body></html>
</body></html>