Jeff: I have a few patches to SharpVectorGraphics but do not have CVS check-in authority. Can you e-mail me off-list and I can send you the updates?
Basically a few bug fixes (PreserveAspectRatio), a few defensive coding additions for certain types of SVG constructs that throw GDI+ exceptions, support for inline base64 encoded images using the data: URI format, and a couple other goodies. Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -----Original Message----- From: scasquiov [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 7:39 PM To: [email protected] Subject: [svg-developers] Re: Using SVG in a .NET application great work! I got the CVS version and i must say, it looks quite promising. I'll play with it in the next few days. thanks --- In [email protected], Jeff Rafter <[EMAIL PROTECTED]> wrote: > > I've been trying to use SVG in a C# application and have succeeded in > > presenting a SVG image with the sharpvectorgraphics library (been > > using an image of a graph actually). But now I would like to add some > > interactivity, making it possible for the user to select or move each > > of my graph's node or connection. Being able to handle some simple > > events from each SVG element (like mousedown, mousemove, etc) would be > > enough for the time being. > > Get the CVS version. There was a lot of work done that was never > released as a full version. Additionally I have been committing changes > on the project for about 2 months now. I have a lot of changes yet on my > side (including some performance tuning)-- but I fixed all of the > interactivity for <use> elements and the shadow tree-- reimplemented > mutation events and corrected click behavior-- to name a few things. > Right now I am trying to correct the CTM functions-- they are apparently > more right than adobe 3-- but there are still a couple of issues. > > When I am finished everything should be ready to enable custom dragging > and editing code-- I am just not quite there yet. > > Cheers, > Jeff Rafter ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

