googlefonts / picosvg

Helps simplify SVG files. Intended for use as part of a font build.
Apache License 2.0
142 stars 12 forks source link

Pass `tspan` when parsing svg with allow_text=True #292

Closed NightFurySL2001 closed 1 year ago

NightFurySL2001 commented 1 year ago

When parsing this svg file to picosvg with allow_text=True, the parser failed at tspan element. Unable to convert to picosvg: BadElement: /svg[0]/text[0]/tspan[0]

會.svg

NightFurySL2001 commented 1 year ago

Fixed in #294