length limit deprecated (for data/string input)
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).