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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 62498 - 62527 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62498
Hi, I have to create a html file containing multiple svg objects. The html page should be displayed local on the pc using MS Internet Explorer 7. I tried the...
alexgreindl
Offline Send Email
Jul 1, 2009
6:09 pm
62499
I have not attempted inline SVG with IE. However, I wanted to raise a related issue about multiple SVG objects in IE. My experience of including multiple SVG...
CPK Smithies
cpk.smithies
Offline Send Email
Jul 2, 2009
1:36 pm
62500
Hi Alex, ... [...] ... [...] ... Yes, I haven't tested for sure but inline CSS should work. The problem here seems to be the CSS selector ("*"), which as far...
Helder Magalhães
heldermagalhaes
Offline Send Email
Jul 2, 2009
3:12 pm
62501
... Hi Christopher, I haven't had this problem. I haven't forced a test yet. but I've had 20-30 svg embeds in the past. Could you post a typical html segment...
Francis Hemsher
fhemsher
Offline Send Email
Jul 2, 2009
7:00 pm
62502
Can I get some test cases around this? I want to see if the SVG Web toolkit we are building suffers from this, and to find workarounds if necessary....
Bradley Neuberg
bradneuberg
Offline Send Email
Jul 2, 2009
9:58 pm
62503
Greetings, Francis. This is the sort of thing that I'd be using, e.g. for a button icon: <object type="image/svg+xml" width="20" height="20" ...
CPK Smithies
cpk.smithies
Offline Send Email
Jul 2, 2009
10:08 pm
62504
Hi CPK, I would love to get this code as a test case for the SVG Web project to test real world usage. Can I grab it from you? I would have to adapt it a bit...
Bradley Neuberg
bradneuberg
Offline Send Email
Jul 2, 2009
10:53 pm
62505
Hi Christopher, Three comments: IE is not happy unless the embed is sitting in the page at load,plus it tends to ingore a dynamic src, and also, in my...
Francis Hemsher
fhemsher
Offline Send Email
Jul 3, 2009
12:53 am
62506
Hi Christopher, The script cannot work because it tries to remove children from obs while working with its length, which is live for getElementsByTagName. ...
Domenico Strazzullo
domenico_str...
Offline Send Email
Jul 4, 2009
11:59 am
62507
... From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com]On Behalf Of Domenico Strazzullo Sent: 04 July 2009 12:59 ... obs while working...
CPK Smithies
cpk.smithies
Offline Send Email
Jul 4, 2009
12:31 pm
62508
Hi Helder, thanks for answer. I tried simpler CSS but it seems that IE ignors any CSS classes. Regards, Alex...
alexgreindl
Offline Send Email
Jul 4, 2009
2:15 pm
62509
... True, I missed it. The script shouldn't work anyway because you can't append fallback content elements to <embed>. HTML 5 doesn't allow that either, if I...
Domenico Strazzullo
domenico_str...
Offline Send Email
Jul 4, 2009
4:15 pm
62510
... content elements to <embed>. HTML 5 doesn't allow that either, if I read well. < Let us agree that the script would not work (or even exist) in an ideal ...
CPK Smithies
cpk.smithies
Offline Send Email
Jul 5, 2009
1:51 am
62511
Hi, I have recently release unstable version of svg whiteboard player cum recorder - It works on Opera -- Here is the link - ...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jul 6, 2009
4:54 am
62512
Results from http://smithies.org/cpks/test/ IE = v:8.0.6001.18783 IE64 = v:8.0.6001.18783 64-bit Edition Testing both versions on a 64-bit system. IE64 With...
Domenico Strazzullo
domenico_str...
Offline Send Email
Jul 6, 2009
8:37 am
62513
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Holger Jeromin
holger.jeromin
Offline Send Email
Jul 6, 2009
9:07 am
62514
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Holger Jeromin
holger.jeromin
Offline Send Email
Jul 6, 2009
9:07 am
62515
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Holger Jeromin
holger.jeromin
Offline Send Email
Jul 6, 2009
9:08 am
62516
Does Firefox have pan and zoom for SVG? If so, how do you do it? Richard Pearman http://www.pixelpalaces.com/ The next stage in the evolution of web...
Richard Pearman
cremnosedum
Offline Send Email
Jul 6, 2009
5:38 pm
62517
... There is no UI for it but the backend code does exist so that you can implement it yourself as some have already e.g....
Robert Longson
longsonr
Offline Send Email
Jul 6, 2009
9:22 pm
62518
... The whitespace is within the text element so it is just that i.e a space. You are using text-anchor middle so all the text is stuck together including the...
Robert Longson
longsonr
Offline Send Email
Jul 6, 2009
9:27 pm
62519
The code below shows a way to animate the drawing of a circle. It works after a fashion, but I don't like it: - It is pushing stroke-dasharray to do something...
cwflamont
Offline Send Email
Jul 7, 2009
12:05 am
62520
... yes, but i position the tspan element absolute, which do not contain a white space itself. Why is the space "sucked in" and why not in the last tspan? -- ...
Holger Jeromin
holger.jeromin
Offline Send Email
Jul 7, 2009
8:22 am
62521
Hi Charles, Try to animate a clipPath for the circle. Francis...
Francis Hemsher
fhemsher
Offline Send Email
Jul 7, 2009
11:00 am
62522
Hi, I tried to install the zoom and pan extention but it's not compatable with Firefox 3.5. I couldn't figure out how the panning and zooming were...
Richard Pearman
cremnosedum
Offline Send Email
Jul 7, 2009
5:11 pm
62523
... Original french yahoo news from http://fr.news.yahoo.com/16/20090707/ttc-w3c-les-balises-audio-et-video-et-le-c2f7783.html : "Le HTML 5 justement vient de...
richard.trigaux
Offline Send Email
Jul 7, 2009
6:47 pm
62524
... Hi again, Charles, Sorry, I didn't have the time earlier today to include an example. Below is an example using Javascript in IE/ASV. <?xml version="1.0"...
Francis Hemsher
fhemsher
Offline Send Email
Jul 8, 2009
7:27 am
62525
Hi, Richard- This is a common misunderstanding of the situation, which has been widely misreported because people like drama and don't like to listen to the...
Doug Schepers
d_a_schepers
Offline Send Email
Jul 8, 2009
7:36 am
62526
... As it was presented in the paper, it was a definitive decision to drop these tags off the spec. But I hope you are right and that responsible web browsers...
richard.trigaux
Offline Send Email
Jul 8, 2009
8:03 am
62527
Hi, Richard- ... The paper was wrong. But you don't have to trust me, you can read the facts for yourself. [1] Note that Ian clearly talks about the...
Doug Schepers
d_a_schepers
Offline Send Email
Jul 8, 2009
8:31 am
Messages 62498 - 62527 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