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...
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 ...
66090
Richard Pearman
cremnosedum
Apr 25, 2013 5:15 pm
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...
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...
66092
Ryan Richards
everett_svg
Apr 25, 2013 5:57 pm
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...
66093
Jeff Schiller
jeff_schiller
Apr 25, 2013 7:40 pm
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...
66094
Ryan Richards
everett_svg
Apr 26, 2013 4:38 am
14783, 14862, 14921, 18607, 19537, 19852, and 19955 cause it too. Thirteen found bad seeds should been enough, right?...
66095
Roger F. Gay
rogerfgay
Apr 27, 2013 5:09 am
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...
66096
Arif Burhan
aburhan2000
May 1, 2013 12:56 am
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...
66097
Arif Burhan
aburhan2000
May 1, 2013 12:56 am
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...
66098
yjaguar0009
May 1, 2013 12:56 am
Hello, I built my first animated SVG: <svg version="1.1" id="control_panel" class="icon_big" xmlns="http://www.w3.org/2000/svg"...
66099
brianskold
May 1, 2013 4:12 am
Hi, ... On the <animateTransform> element use: begin="control_panel.begin" ... Again, on <animateTransform> add the attribute: restart="whenNotActive"...
66100
Roger F. Gay
rogerfgay
May 1, 2013 9:58 am
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...
66101
Joe Doll
joe.doll...
May 1, 2013 3:53 pm
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>...
66102
Arif Burhan
aburhan2000
May 3, 2013 1:10 am
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...
66103
al_i_bi_bi
May 3, 2013 1:11 am
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...
66104
Robert Longson
longsonr
May 3, 2013 8:43 am
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...
66105
Richard Pearman
cremnosedum
May 3, 2013 5:53 pm
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...
66106
Francis Hemsher
fhemsher
May 6, 2013 7:55 pm
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...
66107
israel_eisenberg
israel_eisen...
May 6, 2013 9:06 pm
... ===================================================================== Hi Al, Try setting your two commented lines like so: tempMatrixPT[4] =...
66108
brianskold
May 7, 2013 12:40 am
... 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...
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...
66110
Francis Hemsher
fhemsher
May 8, 2013 9:31 pm
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...
66111
Arif Burhan
aburhan2000
May 16, 2013 3:00 pm
http://www.trzcianka.net/vrwyc.php Arif Burhan [Non-text portions of this message have been removed]...
66112
Armin Mueller
armintemp
May 17, 2013 4:33 pm
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 ...
66113
Ricky
gurpreet_thegr8
May 21, 2013 4:26 pm
I want to create a generalized script that works on different SVG files and edits them. The manipulation can be in the form of adding elements at a particular...
66114
ronwithbca
May 21, 2013 4:26 pm
Hello, I've been handed this code to render an .svg button with .css styling. Works in all other browsers aside from IE. Unfortunately, we are testing in...
66115
al_i_bi_bi
May 21, 2013 4:26 pm
Hello, In a SVG, there is a way to get (read) the size (width and height) of an external file (svg too) ? Thank you Al...
66116
Hugh
warlockeddie666
May 21, 2013 4:26 pm
I have a question. I want to know if there is a command to "fill under" a line or path. Because I'm drawing some curves and lines that are connected, but I...
66117
gijskruitbosch
May 21, 2013 4:27 pm
Hi, I'm trying to come up with a way to have a fixed-size gradient apply leftwards from the right edge of a variable-size HTML box. The best I could come up...