Dear Sir, Thank you for extending your suggestion. The requirement of my academic project is to support Max browsers across multiple platform. Thus Grabbing...
Hi, I read some of your article. Then I realized how I could do eye lashes in SVG, something that's been bothering me for a while. I know you can just draw...
On Sun, Nov 29, 2009 at 07:17:32PM +0200, Asko Kauppi wrote: . . . ... . . . "Passing events" between distinct SVGs embedded disjointly in HTML: possible, not...
On Mon, Nov 30, 2009 at 4:09 PM, profileofpradeep ... I think, you want a client side saving dynamic html+svg , As per my knowledge, You can do it using...
Hi group, I use svg which includes a jpeg map. I add svg objects like rect,lines and circles to highlight certain area of the map depending on the user choices...
Hi Asko, So far my explorations lead me to prefer elevating the svg to 'top document'. Then use foreignObject for html .bits. I have found my javascript issues...
I found this on the list from July, largely unanswered. I'm up to similar things myself, and here are some approaches I've discovered so far: - use HTML as the...
... Thank you, it works. I prefer the 1.example in combination with the xhtml strict, MathMl and svg doctype and it is valid. Simpler (and the best way for me)...
Hi, ... The point of the viewBox is to specify the region of content to be shown in the viewport. The paths are within the rectangle (10,10)-(50,30), so you...
Hi all, Just finished: Variable Stroke Width I: The simple way. http://owl3d.com/svg/vsw/articles/vsw_article.html Next article: The Normal Gradient. Hope you...
Yes, indeed! Thanks for the catch. I've fixed it now at http://srufaculty.sru.edu/david.dailey/svg/experiments/replicateNS.svg -- now just Opera misbehaves (by...
ddailey
ddailey@...
Nov 21, 2009 6:36 pm
63044
Hi David, Try modifying your add() function to use getElementsByTagNameNS instead of getElementsByTagName. function add(node, attname, attvalue){ var...
Since Erik D. and I have already been talking about this, I will report on my new and more adventurous experiments: 1. At...
Dailey, David P.
david.dailey@...
Nov 20, 2009 2:48 pm
63042
Hi Erik, Thanks to you and to Ken Stacey for helping me out with this. I suspected that namespaces might have something to do with it, and never really had the...
ddailey
ddailey@...
Nov 20, 2009 3:49 am
63041
... I got these steps from one comment AndiSkater ( ) by http://ajaxian.com/archives/todataurl-canvas-and-svg , I was trying to refer this. """"copy paste...
On Thu, 19 Nov 2009 09:25:42 +0100, narendra sisodiya ... Support for any particular image format? No, not even png is required. :) The fact that you can...
... is it part of html5 standard ?? I am eagerly waiting for this feature in firefox because this will directly lead to svg to png conversion in firefox. -->...
... Sure, by using XMLHttpRequest for example. ... In Opera 10 and later (and probably recent webkit too): image.src = "someImage.svg"; This will give you a...
... I can confirm that's a bug in Opera 10. ... FWIW, it is also better practice to namespace the replicate element since if a future SVG spec decides to...
Hi David, I can't explain why Opera would report the correct number of attributes but fail on nodeValue. I suspect that it is a namespace issue. The spec,...