Hello,
does anyone know about a python library that can compute an image from a SVG-File (W3C Scalable Vector Graphics format)?
Or are we able in python to display vector graphics in another way?
Thx
novis
Hello,
does anyone know about a python library that can compute an image from a SVG-File (W3C Scalable Vector Graphics format)?
Or are we able in python to display vector graphics in another way?
Thx
novis
thx for your answer JOM,
I just want to know if it is possible using python.
My questions are:
1. Is there a ready to use content handler as I couldn't find any for pys60?
2. If there is no content-handler avaliable: Are we able to write our own content handler using python only? e.g I don't know if it is possible in python to render a *.png from SVG-data.
Thx
novis
thx for your answer JOM,
I just want to know if it is possible using python.
My questions are:
1. Is there a ready to use content handler as I couldn't find any for pys60?
2. If there is no content-handler avaliable: Are we able to write our own content handler using python only? e.g I don't know if it is possible in python to render a *.png from SVG-data.
3. How can I directly display SVG-XML-data using python?
Thx
novis
Please check manual chapter "5.1.9 Content_handler type" and discussion thread http://discussion.forum.nokia.com/fo...d.php?t=132606.
Basically "content handler" is a system ECOM plugin, which is registered to process certain MIME types. What it actually does with the data is something different, could be anything.
No, you cannot create a new system content handler ECOM plugin with python only. Would like to say it's totally impossible, but since I haven't tried it myself, I don't know for sure. Would be happily surprised, if it's possible.
Hmph, I believe S60 should be able to handle SVG Tiny. Not sure about SVG-XML-data.
Cheers,
--jouni