Circle tag

Asked by silverrocha

good night ..

It was there that when using the program Inkscape to the format of a circle not he labels as the tag circle .... then the time to draw an image that will be used in a device with the Symbian operating system, such as the smartphone the nokia n95, using the format of a circle he does not recognize this device ...
I understand that the code to generate the labels do tag it to circle ....
Well do not know if I am sure .. but already tried all the ways to make a single circle as icon to put in my project, which would be for an application for the operating system symbian and even then it does not recognize the circle and ... to make use of this code below to create the design in svg, or a circle, and works is recognized by operating system the device.

<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">

  <circle cx="50" cy="50" r="45" stroke="#000" stroke-width="3" fill="#FD0" />

</svg>

thanks

rodrigo

Question information

Language:
English Edit question
Status:
Answered
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jon A. Cruz (jon-joncruz) said :
#1

Functionally in the short term it sounds like the clean-up you need could be done as an export filter. XSLT would be one solution. Conversion of <path> with sodipodi:type of arc and sodipodi:rx equal to sodipodi:ry to be a <circle> should do it.

In the long term it sounds like you could benefit from SVG Tiny support that explicitly covered the capabilities of the phones you care about.

So both of those could use addition of separate bugs (one for the export filter/XSLT, and the second for Nokia-specific support). For the general Nokia support, getting us more details of what is and is not support would be very helpful. Adding that to a page on our wiki could be good to get things moving sooner.

Can you help with this problem?

Provide an answer of your own, or ask silverrocha for more information if necessary.

To post a message you must log in.