Skip to content

Instantly share code, notes, and snippets.

View sidewayss's full-sized avatar

Sideways S. sidewayss

View GitHub Profile
/*
Muse Score SVG sheet music styles, by element type: text, polyline, path, font.
*/
/* All the visually animated elements are <text>. It seems that if I set a
fill attribute value for an animated SVG <text> in CSS, I cannot set
the fill value from code during the animation. So animated elements
do not have a fill value defined here in CSS. This forces me to add fill
attribute values for each <text> class explicitly. Oh well. */
/* Is it more efficient to declare: text.Note or .Note? */