Hello I have a problem with the rendering of images. The quality of the image is very bad when using IE10 or Chrome. It works fine with Firefox and Opera. See ...
Hi David, Possibly this may be helpful to give you an idea of how SVG is used to build fonts. A few years ago I worked on a project to access svg Unicode fonts...
66109
David Dailey
ddailey@...
May 8, 2013 12:21 am
A student and I are working on a project that will involve using the browser-based manipulation and distortion of typefaces using SVG. We're interested in...
... If you want it to never restart use restart="never" on the animateTransform element. If you simply want it to stop being interrupted while it is running...
Hi David, There is another interesting application for D3's Voronoi. It is based on Christopher Manning's Voronoi Diagram with Force Directed Nodes and...
Hi, Firstly why are you using polygons instead of paths? Why not just put a / at the end of an empty element instead of </polygon> or something? 1 - How to...
Richard, There are various ways to get help if you've got problems with bugzilla: http://www.bugzilla.org/support/ If you don't create bugs in bugzilla the...
Hello, I really can't understand how works a matrix in a matrix ! I have a foreground (containing a point in its center) in which i can zoom in and off. I...
more eggs: http://www.irony-maiden.com/svg/RandomEggs.htm markup-code has been streamlined. Regards, Arif Burhan [Non-text portions of this message have been...
Hi Arif, I didn't try Brian's solution. If you are still having trouble, you can make multiple elements work together with the group tag, <g>. You give the <g>...
Also; Since the site uses sessionStorage and datalist, it has to exclude MSIE to a large extent. MSIE users are redirected to a help page section that explains...
Hi, ... On the <animateTransform> element use: begin="control_panel.begin" ... Again, on <animateTransform> add the attribute: restart="whenNotActive"...
Similar to the turbine example posted a few days ago, but with tidied up markup: http://www.irony-maiden.com/svg/manyeggs.htm Regards, Arif Burhan [Non-text...
A six bladed turbine: http://www.irony-maiden.com/svg/turbine.htm Error: the sixth blade should overlap the first. Regards, Arif Burhan [Non-text portions of...
Thanks for the comments, Jason. If you started a mere 30 years ago, then I'm probably older than you are. :) This is just my first webshop, not my first time...
The Chrome/Chromium link is: https://code.google.com/p/chromium/issues/list You need this since Chrome is no longer based on WebKit (read up on "Blink" if...
I make game cards ( http://アニメイヘム.com/ ) and use the card's ID number at the seed. Up to about 1800 so far. I was just looking through them one day...
66091
David Dailey
ddailey@...
Apr 25, 2013 5:56 pm
Hi Richard, Yours is a complaint I tend to share. I am sure that the browser makers want to reduce spam by requiring accounts, but it tends to ensure that the...
Hi, Sorry, just the URL's for reporting bugs isn't good enough. At least not with Mozila (which has managed to introduce some really bad bugs recently). I...
66089
David Dailey
ddailey@...
Apr 25, 2013 12:22 pm
Wow! That is very odd. Firefox and Chrome show the squares in the same locations. Opera, which, along with IE/ASV, for years has had the most stable and ...
Seeds 514, 1977, 2337, 4777, 8032, 9615 (only checked 0-10000) cause blank squares in feTurbulence in Firefox, Inkscape, and Batik. Is it the algorithm itself...
Hi David, ... Chromium is the open source project on which Chrome is based. Even before Google announced Blink, the version of WebKit used in Chromium had...
66086
David Dailey
ddailey@...
Apr 24, 2013 9:18 pm
Many of you have probably seen the Voronoi diagram generator in D3 [1]. Mike Bostock showed it at SVG Open in Boston in 2011, I think. Well, Jake Weidman (who...
On Tue, 23 Apr 2013 19:47:35 -0400 ... I see a summary of messages from there almost every day. G. Wade ... -- $HOME is where your dotfiles are....
66084
David Dailey
ddailey@...
Apr 24, 2013 12:13 am
Curious. Is Chromium the same thing as Chrome? I thought Webkit sort of underlay both Chrome and Safari. The example at ...
66083
David Dailey
ddailey@...
Apr 23, 2013 11:47 pm
I'm replying to this old message, just so it is easier to find next time around. It would go in an FAQ if we had one. We used to have an SVG Interest Group, ...