#svg.fonttype: path # How to handle SVG fonts: # path: Embed characters as paths -- supported # by most SVG renderers # None: Assume fonts are installed on the # machine where the SVG will be viewed.
I am having problem rendering the SVGs made by Python library Matplotlib. Here is my html code: <!doctype html> <html> <body> <div class="plot_item"> <img src ...