Possible Duplicate:
SVG rendering in a PyGame application
Can I load .svg files created by inkscape to python via pygame? And if so, how I can do it?
Possible Duplicate:
SVG rendering in a PyGame application
Can I load .svg files created by inkscape to python via pygame? And if so, how I can do it?
No you cannot, PyGame supports following image formats:
You can however rasterize that SVG using Cairo RSVG library. There is some documentation for that on PyGame's web.