thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Change Edge Filter Blocks to Live Arc Samples #443

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

This is from #442. It might be tricky; the right way to do it (svg defs and "use") does not work in IE for markers. It might be very tricky to reasonably and usefully refactor the arc generating code so that there isn't code duplication.

everbeek commented 9 years ago

Having an issue...I need styles from CSS classes, but to not select the sample arcs ever. Looking into CSS inheritance to see if that could fix this.

It looks like inheritance does not exist in CSS. I need to refactor my edge CSS classes to make this work.

everbeek commented 9 years ago

Found CaSetYpos in my CSS file, and also realized how I was thinking about the CSS classes incorrectly, sorted it out.

The sample arcs look great!