RazrFalcon / svgdom

Library to represent an SVG as a DOM.
Apache License 2.0
31 stars 3 forks source link

Complete CSS support using external CSS parser #3

Open RazrFalcon opened 7 years ago

RazrFalcon commented 7 years ago

Problems:

  1. There are no CSS2 parser for Rust.
  2. I have no idea how to apply CSS to DOM. There are too many rules.
RazrFalcon commented 7 years ago

Currently I'm using https://github.com/RazrFalcon/simplecss, but it's far from perfect.