I have ASCIIsvg via Bram Chen's version of HTMLarea and can create
graphs from the options offered within the wysiwyg editor
successfully.

The ASCIIsvg documentation at http://www1.chapman.edu/~jipsen/svg/asciisvg.html
suggests I might create my own drawings using scripts like:

<embed width="117" height="117" src="d.svg"
script='border = 0
initPicture(-10,10)
axes()
stroke = "red"
p = []
with (Math)
  for (t = 0; t < 10.01; t += 0.05)
    p[p.length] = [t*cos(PI*t), t*sin(PI*t)]
path(p)'>

But I'm not sure how to make this work since placing the above code in
a wysiwyg tiddler merely results in the code being redisplayed to me.
Does anyone know how I would successfully invoke such code please?

Many thanks for any insights you have.

Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to