Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 62082 - 62111 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62082
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...
voutcher
Offline Send Email
Apr 1, 2009
11:37 am
62083
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...
Andreas Neumann
neumannandreas
Offline Send Email
Apr 1, 2009
12:57 pm
62084
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...
voutcher
Offline Send Email
Apr 3, 2009
12:40 pm
62085
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...
Andreas Neumann
neumannandreas
Offline Send Email
Apr 3, 2009
5:29 pm
62086
This code: O=document.getElementById("E") try{SVGDoc=O.contentDocument} catch(err){SVGDoc=O.getSVGDocument} as seen at...
Dailey, David P.
david.dailey@...
Send Email
Apr 3, 2009
7:22 pm
62087
Perhaps try this trick: var doc; if (typeof o.getSVGDocument != 'undefined') { doc = o.getSVGDocument(); } else { doc = o.contentDocument; } ... [Non-text...
Bradley Neuberg
bradneuberg
Offline Send Email
Apr 4, 2009
12:52 am
62088
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...
gonzo4819
Offline Send Email
Apr 4, 2009
1:26 am
62089
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 ...
Doug Schepers
d_a_schepers
Offline Send Email
Apr 4, 2009
4:10 am
62090
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...
Richard Pearman
cremnosedum
Offline Send Email
Apr 5, 2009
9:12 pm
62091
... 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: ...
Erik Dahlström
erida539
Offline Send Email
Apr 6, 2009
8:45 am
62092
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...
dpmen hajeb
hajebmen
Offline Send Email
Apr 6, 2009
11:59 am
62093
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 ->...
Jake B
otakuj462
Offline Send Email
Apr 6, 2009
1:23 pm
62094
... 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 ...
ddailey
ddailey@...
Send Email
Apr 7, 2009
12:32 am
62095
... The links in that paper are broken (my apologies), all the demos and corresponding slideshow is available here though: ...
Erik Dahlström
erida539
Offline Send Email
Apr 7, 2009
7:00 am
62096
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...
Francis Hemsher
fhemsher
Offline Send Email
Apr 7, 2009
5:05 pm
62097
On Tue, 07 Apr 2009 19:05:22 +0200, Francis Hemsher <fhemsher@...> ... It is most often used for transforming coordinates from userspace to viewport...
Erik Dahlstrom
erida539
Offline Send Email
Apr 7, 2009
5:40 pm
62098
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...
Francis Hemsher
fhemsher
Offline Send Email
Apr 7, 2009
6:20 pm
62099
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...
Erik Dahlstrom
erida539
Offline Send Email
Apr 8, 2009
8:27 am
62100
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...
steltenpower
Offline Send Email
Apr 8, 2009
10:48 am
62101
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...
Altsoft Xml2PDF
xml2pdf
Offline Send Email
Apr 8, 2009
7:16 pm
62102
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...
steltenpower
Offline Send Email
Apr 9, 2009
2:34 pm
62103
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...
ddailey
ddailey@...
Send Email
Apr 10, 2009
1:41 am
62104
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...
frcpsvg
Offline Send Email
Apr 10, 2009
6:03 pm
62105
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 ->...
Andrew Matseevsky
a_matseevsky
Offline Send Email
Apr 10, 2009
6:52 pm
62106
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 ...
Erik Dahlstrom
erida539
Offline Send Email
Apr 14, 2009
8:15 pm
62107
Hi, Can you please explain briefly what does 'stroke-dashoffset' implies. The explanation I have seen is as follow: Stroke-dashoffset specifies the distance...
Naveen Kumar T N
ait_navee
Offline Send Email
Apr 16, 2009
8:37 am
62108
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...
examotion
Offline Send Email
Apr 16, 2009
2:12 pm
62109
Hi Alexander, ... Congratulations for the release! I'm thrilled to have some spare time in order to investigate further. ;-) ... Great, this was proposed...
Helder Magalhães
heldermagalhaes
Offline Send Email
Apr 16, 2009
6:01 pm
62110
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...
keith_allen53
Offline Send Email
Apr 16, 2009
6:23 pm
62111
Good approach, but... ... For now, SVG is NOT YET implemented. IE doesn't support a standard version (which makes any business use impossible), Firefox,...
richard.trigaux
Offline Send Email
Apr 16, 2009
7:09 pm
Messages 62082 - 62111 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help