in short, the following code can give the context:
import skia
stream = skia.DynamicMemoryWStream()
...
There are more operations done over the stream
variable, but they are not important and the key thing here is I want to convert the stream
to an SVG file. I have looked Python skia library documentation, however, their documentation is poorly written and I wasn't able to find out a way to do so.