[svg-developers] Re: a brick pattern

2011-02-11 Thread Jon Frost
Since this is great stuff, I am updating the svg-replicate project with all of the various types of replicate samples I have seen. Folks, send over your interesting creations. Nice job once again Prof. David D. - its great that you started adding the svgr namespace: xmlns:svgr="http://granite

Re: [svg-developers] Showing SVG dynamically in browser

2011-02-11 Thread veiko herne
I put my clips now to IMG tag. Can someone verify, does they start to play when you are using Opera at http://www.veikoherne.com/wonderries as I can't have Opera in public library. Veiko  http://www.veikoherne.com - Original Message From: Erik Dahlstrom To: svg-developers@yahoogr

[svg-developers] a brick pattern

2011-02-11 Thread ddailey
Back some time ago, there was discussion (http://tech.groups.yahoo.com/group/svg-developers/message/59832 [1] ) about making brick patterns in SVG, with perspective. I don't recall all of the discussion that ensued, but here's a solution using : http://srufaculty.sru.edu/davi

Re: [svg-developers] Showing SVG dynamically in browser

2011-02-11 Thread veiko herne
Hi Erik Yes, I know that IMG attribute is src, that's how I got at least jpg file to show up. I think, it may be the bug of IE as I do not have Opera to test it in public library. And as my clips still work only with Opera, all other browsers should show noopera.jpg Veiko http://www.veikohe

Re: [svg-developers] Showing SVG dynamically in browser

2011-02-11 Thread Erik Dahlstrom
On Thu, 10 Feb 2011 17:42:40 +0100, veiko herne wrote: > Thanks Erik > > Will try to use IMG then. > > Currently I have tried following > > Function ShowClip () { > > var img = document.getElementById ("clips"); > img.setAttribute('data', > 'http://www.veikoherne.com/svg/noopera.JPG');