This library is valid for me?

Asked by Fergus

Hi, I'm new to Android and I'm trying to render svg files. I've noticed that Android hasn't native svg support and I searching for alternatives. In my project I need to render, zoom in/out and rotate svg files. So, this is the question: This library is valid for me?

Thanks...

Question information

Language:
English Edit question
Status:
Solved
For:
libsvg-android Edit question
Assignee:
No assignee Edit question
Solved by:
pltxtra
Solved:
Last query:
Last reply:
Revision history for this message
Best pltxtra (pltxtra) said :
#1

Short answer: Yes, it is valid for you.

This library can render and "zoom" (scale) SVG files to a canvas. Currently
you can not directly rotate them, but if you use the canvas to draw to a
bitmap you can rotate the bitmap afterwards.

I'm considering implementing rotation in the library directly.

On Sat, Jun 19, 2010 at 7:45 PM, Fergus <
<email address hidden>> wrote:

> New question #115135 on libsvg-android:
> https://answers.launchpad.net/libsvg-android/+question/115135
>
> Hi, I'm new to Android and I'm trying to render svg files. I've noticed
> that Android hasn't native svg support and I searching for alternatives. In
> my project I need to render, zoom in/out and rotate svg files. So, this is
> the question: This library is valid for me?
>
>
> Thanks...
>
> --
> You received this question notification because you are an answer
> contact for libsvg-android.
>

Revision history for this message
Fergus (fergus1986) said :
#2

Ok, thanks.

My proyect is in an early stage and this library is exactly what I'm looking for. I think that a directly rotation in the library will be a useful feature, you have all my support. Also I've open a request feature in the Android proyect: http://code.google.com/p/android/issues/detail?id=9219

Revision history for this message
Fergus (fergus1986) said :
#3

Thanks pltxtra, that solved my question.