> I want to prevent others from viewing my svg source code. Nope, no way to do that unless with a custom viewer. Even if you encrypt the content and decrypt it using script, the user will always be able to get to the source/DOM ... with a little effort. And if that means just turning on a debugger and watch the encrypted SVG being decrypted ... not too difficult really. So, if you find things like: http://jan.kollhof.net/projects/svg/examples/protected.svg don't take that too serious :) it is not keeping anyone from looking at the source really. What you need is a custom viewer which can load encrypted SVGs, does some smart keyhadling so it cannot be broken that quickly. I have been playing around with that for a bit once. So if you are interested in it let me know.
Jan ----- 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/

