reanimate / reanimate-svg

BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Style element #24

Open tonyday567 opened 3 years ago

tonyday567 commented 3 years ago

When building a Document, where should CSS be placed?

I think best practice is to place global CSS as a direct child of the svg tag but there is no StyleTree. loadSvgFile looks like it ignores a style tag.

lemmih commented 3 years ago

There's no good place to put it, I think. CSS support is fairly lacking atm.