-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've got an app which is going to want to draw some simple diagrams client-side. I don't want to use a Canvas for this, partly for compatibility reasons, and partly because the hosted browser doesn't support it which makes it a pig to test.
Right now I'm using DOM to create a DIV containing lots of other DIVs - --- all I need is text and horizontal and vertical lines, so this works fine, but it's a bit slow. Right now I have about 500 graphics elements and I'm probably going to want to double that eventually. What other choices do I have? (What I'd *particularly* like is a nice GWT wrapper widget which abstracts over all the implementation details and uses Canvas, VML or if all else fails, this: http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm ...but I haven't found one yet.) - -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "People who think they know everything really annoy those of us who │ know we don't." --- Bjarne Stroustrup -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFKizrNf9E0noFvlzgRAv8uAJ4mM8NXmQA2mCt/hMsV9ZmG/GLPjQCfU0Fc YPqRJrb11MNXsvEHdNFwyhQ= =ASbf -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
