can't you just make a view that outputs that static text?  and then
from there abstract out the variables to use data from the web2py
controller?   while there are no helpers for SVG generation, there is
nothing stopping you from writing raw SVG in a view (or as a string
variable that you output using the XML helper so it is not escaped).

while i have not used SVG myself, if you were to make some helper
methods i'm sure they would be appreciated.

cfh

On Oct 27, 2:07 pm, Chris Baron <[email protected]> wrote:
> Hello web2py users,
>
> I'm having trouble rendering SVG in firefox using web2py without using
> a js library.
>
> For instance, take this simple example here 
> :http://www.w3schools.com/svg/tryit.asp?filename=rect1&type=svg
>
> Can anyone give me an example of how to render this using web2py ?
>
> Thanks in advance,
>
> Chris Baron

Reply via email to