Skip to content

length limit deprecated (for data/string input)

Compare
Choose a tag to compare
@lobingera lobingera released this 27 Dec 09:13
· 21 commits to master since this release
57bd9a9

The Rsvg call handle_new_from_data(data::AbstractString) had an (internal) limit of 10MB. With the help of tkf a call to the GIO lib is introduced that handles the input string as stream and allows now longer strings (a length of 25MB is tested).