Javascript interface enhancements for the SVG library
- For browsers that support it,
TextEncoder
is now used to get strings from WebAssembly. Currently only Edge does not support this; for this browser the old method (copying byte by byte) is used. -
jsDeserializeGraph
now takes a unique source string so that this string does not have to be copied. This is especially useful when the server sends a large SVG image.