Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5415
  • 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

  Messages Help
Advanced
Messages 64277 - 64306 of 65545   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64277 Mr Rauf
cute_rauf_696 Offline Send Email
Dec 1, 2010
10:25 am
The SVG <use> tag doesn't work in chrome. How do I group svg shapes like rect,circle,path without using SVG use tag ?...
64278 Holger Jeromin
holger.jeromin Offline Send Email
Dec 1, 2010
10:45 am
... You can put your rect, circle, path elements into a <g> Element. It is even possible to include an <svg> element, which represents a local coordinate...
64279 Chris Peto
ressol2002 Offline Send Email
Dec 1, 2010
11:10 am
This works! This is grouping without use tag. grp.svg <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" ...
64280 Chris Peto
ressol2002 Offline Send Email
Dec 1, 2010
11:15 am
well, not in Chrome, but Opera, Safari, and Firefox From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Chris Peto Sent:...
64281 jamesd
jcdeering1 Offline Send Email
Dec 1, 2010
11:43 pm
Just returned from the Apple store where my efforts failed. I am trying to figure out how to get an SVG file to load properly in iPads and iPhones. Currently...
64282 Chris Peto
ressol2002 Offline Send Email
Dec 2, 2010
8:04 am
Hi, on my iPod touch I just use the normal width="100%" height="100%" viewBox="0 0 X X" Then if should work iPhone too. Safari Regards, Chris From:...
64283 Andreas
pawelfritsch Offline Send Email
Dec 2, 2010
8:29 am
Mathias Schäfer show me an other, to my mind, the best way: function init() { var fsupport =...
64284 Mark
nuttersmark Offline Send Email
Dec 2, 2010
12:54 pm
I'm running into an unusual problem that's only exhibited on Safari involving clip-paths. We are building a site where you can customize greeting cards, and...
64285 jamesd
jcdeering1 Offline Send Email
Dec 2, 2010
6:11 pm
... "on my iPod touch I just use the normal width="100%" height="100%" viewBox="0 0 X X" Then if should work iPhone too. Safari" That used to work, but with...
64286 Chris Peto
ressol2002 Offline Send Email
Dec 2, 2010
6:17 pm
That's probably a bug then, not a feature. From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of jamesd Sent: Donnerstag,...
64287 Pranav Lal
slimprize Offline Send Email
Dec 6, 2010
1:23 am
Hi all, I am generating a SVG graph dynamically using Excel's chart object. Excel does not give me the coordinates for the axes so I need to add them manually....
64288 ddailey
ddailey@... Send Email
Dec 6, 2010
3:11 am
Well, this draws a grid from 0% to 100% both horizontally and vertically. Don't know if it will be of help or not, but the code should be pretty easy to...
64289 Pranav Lal
slimprize Offline Send Email
Dec 6, 2010
2:59 pm
Hi David, I think the list stripped the attachment. Pranav...
64290 Oliver Boermans
oliverboermans Offline Send Email
Dec 6, 2010
4:01 pm
Greetings all, I’m a new subscriber to this list, a graphic designer and front end web developer from Adelaide (South Australia), and most relevantly a...
64291 Chris Peto
ressol2002 Offline Send Email
Dec 6, 2010
7:03 pm
Hi, Well, that's kinda cheating if you ask us. :) Right, David? Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On...
64292 ddailey
ddailey@... Send Email
Dec 6, 2010
9:00 pm
Hi Chris, Well, you know me... I like people to be happy, and Ollie's toy is just very cool! David ... From: Chris Peto To: svg-developers@yahoogroups.com ...
64293 David Leunen
leunend Offline Send Email
Dec 7, 2010
8:14 am
... my very first blot : http://blotbot.co/#2632b82c Kenny McCormick's ninja sister ? [Non-text portions of this message have been removed]...
64294 Oliver Boermans
oliverboermans Offline Send Email
Dec 7, 2010
2:01 pm
... lol, brilliant! [Non-text portions of this message have been removed]...
64295 meikelneu Offline Send Email Dec 7, 2010
10:28 pm
The SVGopen 2010 (Paris, France) talks are now available online in various video formats and free for all to watch. ...
64296 Pranav Lal
slimprize Offline Send Email
Dec 8, 2010
1:52 pm
Hi David, I don't know if my message made it through the first time. I did not get the code. If you sent it as an attachment, I suspect the list stripped it. ...
64297 Jonathan Chetwynd
j.chetwynd... Offline Send Email
Dec 8, 2010
9:49 pm
optimising SVG: rendering, painting, styling and layout - efficiently, can anyone point me to published or online resources**? regards Jonathan Chetwynd ...
64298 Pranav Lal
slimprize Offline Send Email
Dec 9, 2010
1:03 pm
Hi all, Is there a library that can do the following. 1. Take a list of x y coordinates and draw the resulting graph complete with axes, color and relevant...
64299 Manfred Staudinger
staudinger_m... Offline Send Email
Dec 11, 2010
11:00 pm
I need to analyze lots of graphics data written in XPS both by visual and algorithmic inspection. As the very first step I want a selection of them converted...
64300 Cameron Laird
Cameron_Laird Offline Send Email
Dec 13, 2010
1:42 am
On Thu, Dec 09, 2010 at 06:32:53PM +0530, Pranav Lal wrote: . . . ... . . . While I know of none, it certainly would be entertaining to build one....
64301 PETER
peterbyers1... Offline Send Email
Dec 13, 2010
9:42 am
I have an image <image xlink:href="working.png" x="740" y="40" width="40" height="40"/> I want to rotate it around its centre (x="760" y="60") indefinately I...
64302 malferzzz Offline Send Email Dec 13, 2010
1:18 pm
Hi, I have started libmsvg, a minimal and generic C library to read and write SVG files. It concentrates on a small subset of SVG to be useful. Contributions...
64303 honyk
j.tosovsky Offline Send Email
Dec 13, 2010
1:19 pm
Hello Everyone, I am trying to create a small tool completely in SVG with the help of JavaScript. It consists of two wheels. The front one is fixed while the...
64304 Pranav Lal
slimprize Offline Send Email
Dec 13, 2010
1:49 pm
Hello M.Alvarez, Your library is very close to what I am looking for. Do you have any plans to add routines to: 1. generate the axes given that I give the...
64305 Kenneth N
nellisks Offline Send Email
Dec 14, 2010
1:06 am
Perhaps you can adapt the following to your needs. It rotates an image about its center point: <?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg"...
64306 honyk
j.tosovsky Offline Send Email
Dec 14, 2010
1:39 pm
... SVG files: http://libmsvg.fgrim.com I am just curious what is advantage over the generic XML library like libxml2: http://xmlsoft.org/ or GNOME rsvg...
Messages 64277 - 64306 of 65545   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