
18 Oct
2005
18 Oct
'05
6:18 p.m.
- The binding to Inkscape's css system is a bit tighter than you would
like it to be, but it shouldn't be too hard to fix given that most of it is isolated in one file.
But isn't Inkscape using libcroco just like librsvg is?
Yes, but there's an extra step in between. I don't know how librsvg does it, but Inkscape just uses libcroco as a parser and has its own structures into which it dumps the parsed data. libcroco does have a stateful interface but we don't use it because it only includes a subset of the necessary properties (a subset that's optimised for html, not svg).
Richard.