Closed NightFurySL2001 closed 1 year ago
Fixes #292
Can you add a test in tests/svg_test.py
maybe using the SVG from the issue report #292 ?
Add it somewhere here, name the file e.g. text-tspan-before.svg
and save the expected result next to it, name it text-tspan-nano.svg
like the others:
From what I see in 44192dec68, the push author used a new function instead of putting it in the mentioned position as picosvg should throw error when allowText = False.
Can @zond help a lil bit here?
ok, yes you're right. Add a new test function or parametrize the one for allowText=True, thanks!
sorry I pushed the wrong button :)
@anthrotype any updates?
thanks!
SVG defineds 3 text element: text, tspan and textPath. Allows all 3 to be passthrough when allowText = True