Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5417
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 63947 - 63976 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
63947 Andreas
pawelfritsch Offline Send Email
Aug 1, 2010
9:13 am
Hi Guys, i often work with InlineSVG and use switch/ foreignObject for presentation an alternative content for not-SVG-Browser. I have two question: * Will all...
63948 iliribur Offline Send Email Aug 1, 2010
9:17 am
... Yes, simple flag clip-rule="zero" could do the thing. ... But not on my iPhone/iPod Touch. And masking is much slower than clipping....
63949 iliribur Offline Send Email Aug 1, 2010
10:06 am
... Yep, SVG 2 can do compositing, but I'm forced to use SVG 1.1 only since it is (partially) implemented across different devices/browsers. I will also check...
63950 rodrigo_benenson
rodrigo_bene... Offline Send Email
Aug 1, 2010
11:52 pm
Thank you very much for your answer. This code indeed provides a workaround to do exactly what I want. Regards, rodrigob....
63951 Jacob Beard
jbeard4@... Send Email
Aug 1, 2010
11:55 pm
w00t :) Jake ... [Non-text portions of this message have been removed]...
63952 Jacob Beard
jbeard4@... Send Email
Aug 10, 2010
4:26 am
Hi, I'm curious about the status of the Renesis SVG player. Nothing seems to be hosted at examotion.com anymore. Does anyone have any information about this? ...
63953 steltenpower Offline Send Email Aug 10, 2010
12:46 pm
... The company Examotion no longer exists. The people that were behind the company are discussing Renesis ownership. That vague bit is all i know....
63954 heldermagalhaes Offline Send Email Aug 10, 2010
5:08 pm
Hi everyone, It seems a simple question, although I'm not being able to find an easy answer: how can one determine the actual (screen) viewport size? I...
63955 ddailey
ddailey@... Send Email
Aug 11, 2010
2:37 am
Hi Helder, When you figure it out, please let me know (or better yet add it somewhere in http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html :) I've...
63956 ddailey
ddailey@... Send Email
Aug 11, 2010
8:02 pm
An svg document is included in an HTML document using <object> Inside the HTML is a <textarea> (it has id="t", and I also tried name="t" and putting it inside...
63957 Jacob Beard
jbeard4@... Send Email
Aug 11, 2010
8:12 pm
David, top.document.getElementById("t") seems to be working well in Firefox 3.6.8. top.t.value seems to be working fine in Chromium 5.0.382. Jake ... [Non-text...
63958 David Bellot
david.bellot Offline Send Email
Aug 12, 2010
1:56 pm
Hi again, today I've got plenty of questions for you, SVG fellows... I wrote this simple file but I don't get what I expected. I want my svg element to get its...
63959 David Bellot
david.bellot Offline Send Email
Aug 12, 2010
1:58 pm
Hi, is it possible to define sizes of an object in a CSS style and then apply this style to many objects so that they all have the same size ? Thanks, David --...
63960 Jacob Beard
jbeard4@... Send Email
Aug 12, 2010
4:21 pm
Hi David, See Jon Ferallio's comments about attributes vs. CSS properties in SVG here: http://tech.groups.yahoo.com/group/svg-developers/message/61991 Jake ......
63961 Smailus, Thomas O
thomassmailus Offline Send Email
Aug 12, 2010
5:50 pm
So it appears the answer is NO, because the groups didn't really have a strong feel about it in the early stages of developing the standards. Am I reading...
63962 David Bellot
david.bellot Offline Send Email
Aug 12, 2010
8:11 pm
So apparently there are no solution to what I want to do. It means I will have to "manually" copy the widths and heights into each svg element in my file. For...
63963 Jacob Beard
jbeard4@... Send Email
Aug 12, 2010
8:48 pm
Hi David, ... From look at your application, it's not clear to me why you need to define all positions in terms of a percentage. ... You could do this with a...
63964 David Bellot
david.bellot Offline Send Email
Aug 12, 2010
9:39 pm
From look at your application, it's not clear to me why you need to ... Because I want to be able to change the size of my cards without loosing the relative...
63965 Jacob Beard
jbeard4@... Send Email
Aug 12, 2010
9:57 pm
Hi David, ... The viewbox attribute on the SVG element allows you to define the dimensions of a coordinate system. You can then use absolute coordinates to...
63966 domenico_strazzullo
domenico_str... Offline Send Email
Aug 13, 2010
11:30 am
Hi Helder, If you are using width and height ="100%" on the outmost svg then you can use getComputedStyle: return...
63967 Jimmy Zhang
jkiwzztn Offline Send Email
Aug 15, 2010
7:54 am
VTD-XML 2.9, the next generation XML Processing API for SOA and Cloud computing, has been released. Please visit...
63968 Stanimir Stamenkov
stanio Offline Send Email
Aug 15, 2010
9:59 pm
I have very basic knowledge of SVG and I've been able to apply SVG filters to images as part of my browser user style sheet like: img { filter:...
63969 ddailey
ddailey@... Send Email
Aug 15, 2010
11:51 pm
I don't know about using filters as a part of CSS like that (nor in which browsers it would work), but take a look at ...
63970 Stanimir Stamenkov
stanio Offline Send Email
Aug 16, 2010
6:19 am
... I'm using Mozilla Firefox (4.0 betas). I place the CSS rules specifying the 'filter' property [1] in my "userContent.css" [2]. I may use the...
63971 Cameron Laird
Cameron_Laird Offline Send Email
Aug 17, 2010
12:36 am
I'd welcome help responding to the comment from 'a1programmer' which appears in <URL: ...
63972 heldermagalhaes Offline Send Email Aug 17, 2010
3:12 pm
Hi Jimmy, ... Thanks for the update. Nevertheless, please create a new thread [1] instead of replying to an existing post [2]: this will give more visibility...
63973 ddailey
ddailey@... Send Email
Aug 18, 2010
12:29 am
Running into various troubles [1,2] with feDisplacement for an upcoming presentation, I tried to simplify down to bare bones: ...
63974 damiancugley Offline Send Email Aug 18, 2010
1:40 am
I am writing a jigsaw demo using SVG. the work in progress works fine on Opera, Chrome, Safari and fails mysteriously on Firefox. I wonder if someone can tell...
63975 longsonr Offline Send Email Aug 18, 2010
7:05 am
David, Firefox 4 does not yet support putting SVG in image or feImage elements. Support for that is scheduled for beta 5, so not long to wait now. Best regards...
63976 heckflosse67 Offline Send Email Aug 18, 2010
12:56 pm
Hi, I have to visualize a simple technical drawing (rectangles, circles) in the web and look for ways to realize this. I found SVG as a possible and before...
Messages 63947 - 63976 of 65539   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