Branch: refs/heads/master
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 11615bdc9ac50359d517b496c3472ef781c3821b
      
https://github.com/cytoscape/cytoscape.js/commit/11615bdc9ac50359d517b496c3472ef781c3821b
  Author: Max Franz <[email protected]>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M src/collection/dimensions/bounds.js

  Log Message:
  -----------
  When calculating the bounds for an edge, the edge should be considered dirty 
if the connected nodes are dirty.  Here, an element is considered dirty if the 
`bbCache` is null-like.  The bbCache is cleared for an element whenever a style 
property is applied that may result in a change in bounds.  So now for a node, 
a change of a bounds-affecting style property results in the implicit dirtying 
of the bounds of each connected edge.

We should avoid explicit dirtying of edges to avoid additional expense.  There 
is typically a 1:n relationship of nodes:edges, so connected edge iteration 
should be generally avoided.

Ref : Edge not drawn anymore when fully covered by a node and then removing the 
cover #2566


  Commit: 13f1ed790130c7d8acf3e7c090aedb68d4168e5f
      
https://github.com/cytoscape/cytoscape.js/commit/13f1ed790130c7d8acf3e7c090aedb68d4168e5f
  Author: Max Franz <[email protected]>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M src/extensions/renderer/canvas/drawing-elements.js
    M src/extensions/renderer/canvas/drawing-label-text.js

  Log Message:
  -----------
  An edge with the `badLine` flag (impossible to calculate endpoints) is 
ignored by label drawing functions.

Ref : Edge label still drawn even though edge is completely covered by a node 
#2563


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/d13ad7eb2ff4...13f1ed790130

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/master/d13ad7-13f1ed%40github.com.

Reply via email to