Minor readme update + linter fix
This commit is contained in:
parent
1fcf7b5ab6
commit
bd0e7b5dc3
|
@ -290,10 +290,6 @@ class Node extends NodeBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
EdgeBase.calculateOffset = function (nodeSize, source, target) {
|
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 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 offsetLength = Math.max(0, Math.min((0.75 * size), (math.norm(arrowVector) / 2) - 40));
|
||||||
const offsetVector = math.dotMultiply(arrowVector, (offsetLength / math.norm(arrowVector)) || 0);
|
const offsetVector = math.dotMultiply(arrowVector, (offsetLength / math.norm(arrowVector)) || 0);
|
||||||
|
|
|
@ -31,6 +31,7 @@ yaourt pagraphcontrol-git
|
||||||
### Other PulseAudio Superpowers
|
### Other PulseAudio Superpowers
|
||||||
|
|
||||||
* [pulseaudio-dlna](https://github.com/masmu/pulseaudio-dlna) - DLNA / UPNP / Chromecast - streams to most TVs and stuff
|
* [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
|
### PulseAudio Documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user