I have use svglib with this code :
from svglib.svglib import svg2rlg
from reportlab.graphics import renderPM
drawing = svg2rlg('''E:/img/1926_S1_style_1_0_0.svg''')
renderPM.drawToFile(drawing, 'image.jpg', fmt='jpg')
But what i receive
It's from the image of SVG like
So what should i do to convert SVG to PNG in the right way?