anyone know of any RSS feeds that contain SVG? any topics... many RSS feeds contain HTML, few if any seem to contain SVG. it's problematical converting from...
59045
Erik Dahlström
ed@...
Jul 25, 2007 8:44 am
On Wed, 25 Jul 2007 09:29:54 +0200, Andreas Neumann ... I'm surprised that no-one mentioned clip-paths yet. They are more light-weight than masks, and thus...
59046
kristianpalm
Jul 25, 2007 9:51 am
How do i best check if the clients browser is capable to handle SVG content befor i start generating/sending it from the server. I was thinking of using a page...
59047
Martin Honnen
honnen_martin
Jul 25, 2007 11:53 am
... Check the Accept header the client sends whether it says that the client accepts image/svg+xml. See ...
59048
Andreas Neumann
neumannandreas
Jul 25, 2007 1:03 pm
yes, of course clip-paths are also an option. But often its more complicated than just doing a path with a hole. Say f.e. you have a rectangle and you want to...
59049
"~:'' ...
signbrowser
Jul 25, 2007 9:14 pm
Which applications have a GUI for cutting transparent holes? is one better than the others? does one produce better code? cheers Jonathan Chetwynd...
59050
dave
ceek63
Jul 26, 2007 12:17 am
I guess I can then convert PDF to Word if there are no straight SVG->Word conversion tools available? If I don't find any PDF to Word conversion tool, what is...
59051
zipado50
Jul 26, 2007 12:37 am
Hi, Could anyone to point out a timeline in svg, something similar that in javascript: http://simile.mit.edu/timeline/ thanks Ricardo Barros...
59052
reham abdelghany
rehamabdelghany
Jul 26, 2007 7:19 am
Hello Chaals, -can i display the data as a regular text in the xml and display the image using svg tag in the same xml file? and if i can what is the xslt...
59053
Erik Dahlström
ed@...
Jul 26, 2007 8:08 am
On Wed, 25 Jul 2007 22:40:45 +0200, ~:'' ありがとうございました。 ... In Inkscape (I used v0.45): 1. Create two shapes, one that you want to cut...
59054
Charles McCathieNevile
charlesmccn
Jul 26, 2007 9:49 am
On Thu, 26 Jul 2007 09:19:22 +0200, reham abdelghany ... Yes. You can do it without XSLT by making the file SVG, and including the XML inside svg:metadata...
59055
Andreas Neumann
neumannandreas
Jul 26, 2007 10:22 am
whats the benefit from converting PDF and/or SVG to Word? Whats the benefit of having Wordfiles anyway? PDF, SVG and Word are totally different file formats...
59056
dave
ceek63
Jul 26, 2007 10:39 pm
I would need to provide a user interface to save these SVG images(rendered on IE using ASV plugin) as word/pdf files. In other words, I need to embed these SVG...
59057
Stephen
amsteve23
Jul 27, 2007 6:14 am
I thought I'd share some of the SVG statistics I've gathered over the past 3 or 4 weeks from my visitors. This sample includes 8740 visitors. SVG Support...
59058
Stephen
amsteve23
Jul 27, 2007 6:16 am
I am not at all familiar with Macs, so perhaps someone out there is. Does Safari 1 or 2 support SVG? If not, are there any plugins available?...
59059
Andreas Neumann
neumannandreas
Jul 27, 2007 7:07 am
Hi Steve, No, Safari 1 and 2 doesn't support SVG. On the old PowerPC the Adobe plugin worked in Safari but on the newer Intel Macs it doesn't. However, Opera 9...
59060
Andreas Neumann
neumannandreas
Jul 27, 2007 7:16 am
the numbers are hard to reach - somehow they collapsed. Can you repost with a better formatting? I understand that about 50% of your audience would be able to...
59061
Andreas Neumann
neumannandreas
Jul 27, 2007 7:27 am
ok, one option would be to send the serialized, modified DOM structure with a network request (postURL/XMLHttpRequest) to a server and let it render by Batik...
59062
Mark
oldmeatus
Jul 27, 2007 11:10 am
... Short answer is no. But there is a "developer version" called webkit that has limited support. http://webkit.org/ This is a Mac app, tho. There is a Safari...
59063
Ben Shimmin
benshimmin
Jul 27, 2007 11:11 am
... If you start Safari with Rosetta (Get Info -> tick `Open using Rosetta'), the PPC-only plug-in should work even on an Intel Mac. Obviously this is fairly...
59064
Mark
oldmeatus
Jul 27, 2007 11:13 am
... Short answer is no. But there is a "developer version" called webkit that has limited support. http://webkit.org/ This is a Mac app, tho. There is a Safari...
59065
Tonny Kohar
tonny_kohar
Jul 27, 2007 6:22 pm
... You could use Sketsa boolean operation (exclusiveOr) to create holes Regards Tonny Kohar -- Kiyut imagine, design, create ... http://www.kiyut.com...
59066
dave
ceek63
Jul 27, 2007 6:36 pm
thanks for the tip.. ... ____________________________________________________________________________________ Pinpoint customers who are looking for what you...
59067
uppala_vl
Jul 27, 2007 10:26 pm
Hi, I have few questions regarding the <animation> element for SVG 1.2 tiny . http://www.w3.org/TR/SVGMobile12/multimedia.html#AnimationElement . Please let me...
59068
Stephen
amsteve23
Jul 28, 2007 7:00 am
Oops, sorry! It looked pretty when I pressed Send in the fancy Yahoo interface, though. :) SVG Support (overall) none -- 4385 -- 50.2% yes -- 4355 -- 49.8% ...
59069
heldermagalhaes
Jul 30, 2007 7:55 am
... SVG support in version 3 of Safari seems to be fairly consistent! :-) Few memory leaks observed (which lack a deeper study before trying to post any bug...
59070
sujana_jyothi
Jul 31, 2007 10:20 am
Hi Everyone. I had been struggling with this for quite a while. I hope someone could help me out. I have an SVG image.The image has some rectangels, circles...
59071
TheMountainScene
couloir007
Jul 31, 2007 3:28 pm
I did a mouse over test with a 300 kb map of Canada, and even though Minefield is a decent improvement over the current version of Firefox, it is still...
59072
uppala_vl
Jul 31, 2007 6:21 pm
Hi Everyone, I have few questions regarding the <animation> element for SVG 1.2 tiny.. http://www.w3.org/TR/SVGMobile12/multimedia.html#AnimationElement . I am...
59073
simonshutter
Aug 1, 2007 4:10 am
Hi folks, Is there a way that I can use the event model to identify all elements that overlap a specific point on a mouse down/move event? Or, do I have to...