... 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...
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:...
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...
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...
... "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...
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,...
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@...
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...
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...
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@...
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 ...
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. ...
optimising SVG: rendering, painting, styling and layout - efficiently, can anyone point me to published or online resources**? regards Jonathan Chetwynd ...
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...
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...
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...
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...
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...
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...
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"...
... 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...