Branch: refs/heads/master
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 74b705948871f797376c75575e374a02987c6911
      
https://github.com/cytoscape/cytoscape.js/commit/74b705948871f797376c75575e374a02987c6911
  Author: Max Franz <[email protected]>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

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

  Log Message:
  -----------
  The element texture cache should use the `effectiveOpacity()` rather than the 
raw style value

The element texture cache does not take into account opacity within the cache.  
This allows for fast fade animations.  However, it means that opacity must be 
applied each time an element is blitted from the cache.  Because overall 
(effective) opacity gets recursively multiplied by the opacity of the compound 
parent, it is not sufficient to read the style property value.

Ref #2305


-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to