Minor readme update + linter fix

This commit is contained in:
futpib 2018-11-24 19:59:40 +03:00
parent 1fcf7b5ab6
commit bd0e7b5dc3
2 changed files with 1 additions and 4 deletions

View File

@ -290,10 +290,6 @@ class Node extends NodeBase {
}
EdgeBase.calculateOffset = function (nodeSize, source, target) {
// if (!source || !target) {
// return this.getDefaultIntersectResponse();
// }
const arrowVector = math.matrix([ target.x - source.x, target.y - source.y ]);
const offsetLength = Math.max(0, Math.min((0.75 * size), (math.norm(arrowVector) / 2) - 40));
const offsetVector = math.dotMultiply(arrowVector, (offsetLength / math.norm(arrowVector)) || 0);

View File

@ -31,6 +31,7 @@ yaourt pagraphcontrol-git
### Other PulseAudio Superpowers
* [pulseaudio-dlna](https://github.com/masmu/pulseaudio-dlna) - DLNA / UPNP / Chromecast - streams to most TVs and stuff
* [PulseEffects](https://github.com/wwmm/pulseeffects) - Equalizer and other audio effects
### PulseAudio Documentation