Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8775
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 66090 - 66119 of 66119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
66090 Richard Pearman
cremnosedum Send Email
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@... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email May 1, 2013
4:12 am
Hi, ... On the <animateTransform> element use: begin="control_panel.begin" ... Again, on <animateTransform> add the attribute: restart="whenNotActive&quot;...
66100 Roger F. Gay
rogerfgay Send Email
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... Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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... Send Email
May 6, 2013
9:06 pm
... ===================================================================== Hi Al, Try setting your two commented lines like so: tempMatrixPT[4] =...
66108 brianskold Send Email 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@... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email
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 Send Email 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...
66118 al_i_bi_bi Send Email 4:21 pm
Hello, I try to use an <use> tag with an xlink:href to an external SVG ... (e.g. : <use x="-10" y="-10" width="640" height="570"...
66119 Bjoern Hoehrmann
hoermi Send Email
4:28 pm
... We would have to see a small but complete example so we could reproduce the problem, but if those free all agree on something, it's a fair bet that the...
Messages 66090 - 66119 of 66119   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help