egraphs-good / egglog

egraphs + datalog!
https://egraphs-good.github.io/egglog/
MIT License
400 stars 45 forks source link

Fix web demo box shadowing problem #372

Closed yihozhang closed 3 months ago

yihozhang commented 3 months ago

Currently, in the web visualization, E-node may be shadowed by its surrounding E-classes after a series animated transitions. This PR fixes it.

Step to reproduce: step through the Fibonacci example in the web demo using the slideshow mode.

See https://github.com/magjac/d3-graphviz/issues/308 .

saulshanabrook commented 3 months ago

Thank you @yihozhang for getting this fixed upstream!

Is the included source file a built version of the d3-graphviz library, since a new version hasn't been released yet with the included change?

yihozhang commented 3 months ago

Yep! @saulshanabrook