Im using plumber 1.0.0 to create an API GET and I want to render an svg with dynamic resolution
Reading the documentation we see that is possible change the resolution in a static way. But I need that the API calls this function with the parameters for resolution (to be responsive).
My last try was create the svg file and save as an temporary file, and then I want to "read" this saved svg file and return as output the graph saved as svg.
Anyone knows how to do this?
I try the same logic with png, and worked.
But when i try load the svg file, dont work properly...
Thanks!