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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 62082 - 62111 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
62082 voutcher Send Email Apr 1, 2009
11:37 am
Quick question, hopefully, It seems to me that this would be a common problem, but there certainly don't seem to be any solutions on google yet. I want to...
62083 Andreas Neumann
neumannandreas Send Email
Apr 1, 2009
12:57 pm
Hi Richard, you hit one of the "weak" points of SVG implementations - SVG font support. You can actually embed SVG fonts (either a whole font or just the...
62084 voutcher Send Email Apr 3, 2009
12:40 pm
Thanks for the reply, I've beaten around the bush with SVG fonts, they would be good except for the fact that I am using a proprietary font, so as I understand...
62085 Andreas Neumann
neumannandreas Send Email
Apr 3, 2009
5:29 pm
I am not a law expert - but if you just embed the glyphs you need (as opposed to the whole font-set) you probably can also embed a proprietary font - but I may...
62086 Dailey, David P.
david.dailey@... Send Email
Apr 3, 2009
7:22 pm
This code: O=document.getElementById("E") try{SVGDoc=O.contentDocument} catch(err){SVGDoc=O.getSVGDocument} as seen at...
62087 Bradley Neuberg
bradneuberg Send Email
Apr 4, 2009
12:52 am
Perhaps try this trick: var doc; if (typeof o.getSVGDocument != 'undefined&#39;) { doc = o.getSVGDocument(); } else { doc = o.contentDocument; } ... [Non-text...
62088 gonzo4819 Send Email Apr 4, 2009
1:26 am
I have 2 SVG images, each of them in a separate <svg> tag. I load one of them in a browser using the <embed....> tag. Is it now possible to load the second SVG...
62089 Doug Schepers
d_a_schepers Send Email
Apr 4, 2009
4:10 am
Hi, Andres- ... This is very easy using CSS absolute positioning. I've made an example for you here: http://www.schepers.cc/svg/blendups/overlay/overlay.html ...
62090 Richard Pearman
cremnosedum Send Email
Apr 5, 2009
9:12 pm
Hi, I've been trying to develop a test case for this anoying Firefox bug but I can't get it to not work in Firefox! The problem is shapes with an animated...
62091 Erik Dahlström
erida539 Send Email
Apr 6, 2009
8:45 am
... How about using onclick="openSession(event)" instead? ... Depends on how you want to mix them. You have at least the following elements to play with: ...
62092 dpmen hajeb
hajebmen Send Email
Apr 6, 2009
11:59 am
I have a jpg image, and I want to convert it into an image with svg pure and accepted. Thank you for your help [Non-text portions of this message have been...
62093 Jake B
otakuj462 Send Email
Apr 6, 2009
1:23 pm
You normally need to use a tool that can "trace" the raster image to turn it into vector graphics. Inkscape 0.46 bundles this capability. It's under Path ->...
62094 ddailey
ddailey@... Send Email
Apr 7, 2009
12:32 am
... In case one is wondering why on earth one might want to do this last of these (I looked at the last one of the above three and scratched my head ...
62095 Erik Dahlström
erida539 Send Email
Apr 7, 2009
7:00 am
... The links in that paper are broken (my apologies), all the demos and corresponding slideshow is available here though: ...
62096 Francis Hemsher
fhemsher Send Email
Apr 7, 2009
5:05 pm
I would like to show a meaningful application example for matrixTransform on my website. It extends the SVGPoint element, but frankly I can't see any...
62097 Erik Dahlstrom
erida539 Send Email
Apr 7, 2009
5:40 pm
On Tue, 07 Apr 2009 19:05:22 +0200, Francis Hemsher <fhemsher@...> ... It is most often used for transforming coordinates from userspace to viewport...
62098 Francis Hemsher
fhemsher Send Email
Apr 7, 2009
6:20 pm
Erik Dahlstrom Wrote: It is most often used for transforming coordinates from userspace to ... Thanks, Erik Yes, I saw Antoine Quint's above example. (I...
62099 Erik Dahlstrom
erida539 Send Email
Apr 8, 2009
8:27 am
On Tue, 07 Apr 2009 20:20:20 +0200, Francis Hemsher <fhemsher@...> ... Does that work in anything but ASV3? There are js implementations of getScreenCTM...
62100 steltenpower Send Email Apr 8, 2009
10:48 am
http://entertainment.slashdot.org/article.pl?sid=09/04/07/2241233&art_pos=7 ' MLBAM's decision to dump Silverlight is particularly problematic for Microsoft's...
62101 Altsoft Xml2PDF
xml2pdf Send Email
Apr 8, 2009
7:16 pm
Altsoft Xml2PDF 2009 is a .NET-based formatting engine for converting various page layout formats into print-ready documents. Available as a freeware UI or...
62102 steltenpower Send Email Apr 9, 2009
2:34 pm
The 7th international conference on Scalable Vector Graphics will take place from October 2-4, 2009, in Mountain View, California, hosted by Google at the...
62103 ddailey
ddailey@... Send Email
Apr 10, 2009
1:41 am
In the example at http://srufaculty.sru.edu/david.dailey/svg/newstuff/clipPath4.svg IE/ASV, Opera, and the other three (as a cluster) behave rather...
62104 frcpsvg Send Email Apr 10, 2009
6:03 pm
Hi to all. I'm new to this group and not a teacher in English but I 'll do the best to ask your help for the followin problem, on which I'm breaking my head...
62105 Andrew Matseevsky
a_matseevsky Send Email
Apr 10, 2009
6:52 pm
You normally need to use a tool that can "trace" the raster image to turn it into vector graphics. Inkscape 0.46 bundles this capability. It's under Path ->...
62106 Erik Dahlstrom
erida539 Send Email
Apr 14, 2009
8:15 pm
On Fri, 10 Apr 2009 03:39:42 +0200, ddailey <ddailey@...> wrote: ... That bug has been fixed in Opera 10, and the example seems to work as ...
62107 Naveen Kumar T N
ait_navee Send Email
Apr 16, 2009
8:37 am
Hi, Can you please explain briefly what does 'stroke-dashoffset&#39; implies. The explanation I have seen is as follow: Stroke-dashoffset specifies the distance...
62108 examotion Send Email Apr 16, 2009
2:12 pm
Hello folks, We have published a first alpha version of Renesis v3: http://examotion.com/index.php?id=v3 However, please note that this is an absolute alpha...
62109 Helder Magalhães
heldermagalhaes Send Email
Apr 16, 2009
6:01 pm
Hi Alexander, ... Congratulations for the release! I'm thrilled to have some spare time in order to investigate further. ;-) ... Great, this was proposed...
62110 keith_allen53 Send Email Apr 16, 2009
6:23 pm
All, I am looking for thoughtful insight here with regards to the future of SVG. I am not interested in biased, emotional technical opinions. I need to make...
62111 richard.trigaux Send Email Apr 16, 2009
7:09 pm
Good approach, but... ... For now, SVG is NOT YET implemented. IE doesn't support a standard version (which makes any business use impossible), Firefox,...
Messages 62082 - 62111 of 66120   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