bodoni / svg

Composer and parser for SVG
Other
302 stars 44 forks source link

expose content of declarations to be read while parsing #59

Closed RudolfVonKrugstein closed 2 years ago

RudolfVonKrugstein commented 2 years ago

Allow reading the content of delcarations, like the CDATA of a style. This does not parse the CDATA, but just exposes it while parsing.

This might break some code, which expects Event::Declarations to have no parameters.

RudolfVonKrugstein commented 2 years ago

addresses #27 and #45

IvanUkhov commented 2 years ago

Thank you for the contribution!