Hi all, I am converting Excel charts to scalable vector graphics. I am extracting the coordinates of the chart using the technique demonstrated at ...
64084
Doug Schepers
d_a_schepers
Oct 9, 2010 6:25 am
Hi, David- ... I created that page, so I actually had a local copy to use. I've reinstated it here (which I believe was the original location): ...
64085
ddailey
ddailey@...
Oct 9, 2010 12:25 pm
Hi Doug, That should help a lot. I don't have much of an opinion on the issue of where its final resting place should be, but it is useful information and good...
64086
friend_hi60
Oct 9, 2010 5:29 pm
Hi There i am Totally new to this Technology and i am going to Create the Project in the very same Language about the Writing Style Alternative for Urdu...
64087
Jacob Beard
jbeard4@...
Oct 9, 2010 5:35 pm
Inkscape: http://inkscape.org/ svg-edit: http://code.google.com/p/svg-edit/ Adobe Illustrator also supports export to SVG: ...
64088
Arjen
arjenmeijernl
Oct 9, 2010 5:44 pm
Greetings from Holland, I am making a basketball game plan in SVG. See http://b.alforto.nl/tweedrieaanval.html for the svg file. In Opera you can click on...
64089
1 + 1 = 22
friend_hi60
Oct 9, 2010 5:47 pm
Lots of Thanks Jake for early Reply...!! Best Regards, Fahim Mahmood " Happiness IS like A Butter Fly The more U chase The More It Will elude U " But If u...
64090
ddailey
ddailey@...
Oct 9, 2010 7:27 pm
The FA(q) question of the best editor sometimes means different things to different folks. Jacob hit the nail on the head for WYSIWYG /GUI editors. Inkscape...
64091
Jacob Beard
jbeard4@...
Oct 9, 2010 7:30 pm
... [Non-text portions of this message have been removed]...
64092
israel_eisenberg
israel_eisen...
Oct 10, 2010 9:58 pm
Hi guys, I know this thread is ancient history but as I'm off the Web lately for very long periods of time, I just recently discovered it, so if I may mumble a...
64093
ddailey
ddailey@...
Oct 12, 2010 12:37 am
Here are a couple of interesting examples / difficult browser calisthenics: http://granite.sru.edu/~ddailey/svg/animoval3.svg and ...
64094
Robert Longson
longsonr
Oct 12, 2010 8:39 am
... We don't like zeros ;-) 24;1 would animate see https://bugzilla.mozilla.org/show_bug.cgi?id=594198 Best regards Robert...
64095
ddailey
ddailey@...
Oct 13, 2010 2:40 am
Thanks Robert! I've gotten rid of the zeroes so that http://granite.sru.edu/~ddailey/svg/animoval4.svg now works well everywhere *but* Opera. To be balanced,...
64096
Erik Dahlstrom
erida539
Oct 13, 2010 7:33 am
On Wed, 13 Oct 2010 03:55:47 +0200, ddailey <ddailey@...> ... If the order of the animation elements is changed (switching places of the ...
64097
bruce
brucerindahl
Oct 13, 2010 7:09 pm
David These are interesting examples. I will add another: <?xml version="1.0" standalone="no"?> <svg width="100%" height="100%" viewBox="-100 -150 200 300" ...
64098
ddailey
ddailey@...
Oct 13, 2010 9:14 pm
Cool, Bruce! It almost seems paradoxical in the way it moves, reminding me a bit of those wooden winding toys. Seems like we'll need a machinery collection...
64100
bruce
brucerindahl
Oct 13, 2010 10:12 pm
It is a pretty crude version but you are welcome to it. I got the idea from "Making Mechanical Marvels In Wood" : ...
64101
friend_hi60
Oct 14, 2010 10:19 am
i am trying to Render the Character "Ù¹" according to my Font Style but its not working its rendering the default font not mine is there anything i am...
64102
friend_hi60
Oct 14, 2010 10:21 am
Its not Rendering Character in last message but here is its Decomal code ٹ and Hex NCR ٹ...
64103
Barend Köbben
barendkobben
Oct 15, 2010 2:23 pm
Hello all, After an inspiring SVGopen2010 conference, where I organised a small workshop introducing RIMapperWMS, I finally had some time to upgrade ...
64104
ddailey
ddailey@...
Oct 17, 2010 1:40 am
I don't really understand carburetors, but I have a vague idea that they control the richness of the fuel mixture so as to calibrate the rate of combustion in...
64105
G. Wade Johnson
gwadej
Oct 17, 2010 4:08 am
Hi David, Let me start by saying that I don't have a definitive answer on this, but I do have some vague recollections that might help. On Sat, 16 Oct 2010...
64106
Doug Schepers
d_a_schepers
Oct 17, 2010 4:49 am
Hi, David- ... Actually, that works with any XML language, XHTML included (provided it is real XHTML, and not served as text/html). ... Both are fine for SVG;...
64107
Jacob Beard
jbeard4@...
Oct 17, 2010 7:59 am
... The DOM Level 2 Core spec has something to say about mixing namespace-aware DOM methods with non-namespace-aware DOM methods: "Note: DOM Level 1 methods...
64108
ddailey
ddailey@...
Oct 17, 2010 2:03 pm
Jacob, Doug and Wade, Thanks for your assistance here. It definitely helps! regards David ... From: Jacob Beard To: svg-developers Sent: Sunday, October 17,...
64109
Doug Schepers
d_a_schepers
Oct 17, 2010 6:54 pm
Hi, Jacob- ... Thanks for digging that up. I think the author of that may actually have been a bit confused... or at least, they didn't state the facts ...
64110
fyrd_svg
Oct 18, 2010 2:24 pm
At the SVG-edit project, we are working on supporting units. Initially this seemed fairly straightforward to me, just use the CSS units supported in the SVG...
64111
skatethere
Oct 18, 2010 4:16 pm
... Nope, I only ever use px and %. I have no use for "cm", etc. I could in theory use em for designs where getComputedTextLength() is of prime importance, but...
64112
Dailey, David P.
david.dailey@...
Oct 18, 2010 7:47 pm
Here are some CooL tests: volume one - using createElementNS. http://srufaculty.sru.edu/david.dailey/svg/createElementBrowser.html I'm calling them CooL since...
64113
marijn.kampf
Oct 18, 2010 9:54 pm
Is it possible to embed another SVG image into an SVG file? The code below works for the PNG but not for the SVG... <?xml version="1.0" encoding="utf-8"?> <!--...