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.

Messages

  Messages Help
Advanced
Messages 41349 - 41380 of 60468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41349
Hi everybody, I have a problem with changing the ASV's SRC from C#. If I use the code below, ReadyState is 4 right after the setSRC method, so it does not...
Csaba, Csaba Simon, S...
ascs99
Offline Send Email
Apr 1, 2004
8:14 am
41350
How can you tell when an <image> has loaded? I tried the onload event but it seems like it fires almost immediately, or at least way before the image file is...
"Eid, Øyvind"
oye@...
Send Email
Apr 1, 2004
8:57 am
41351
Hi, anybody know a date for ASV6 release ? arnaud...
Arnaud CAYROL
arnaud_cayrol
Offline Send Email
Apr 1, 2004
9:19 am
41352
Hi, I m looking for an example of xforms in svg. Do you know an adress or a sample where i can find that ? Thank's Arnaud...
Arnaud CAYROL
arnaud_cayrol
Offline Send Email
Apr 1, 2004
9:24 am
41353
Has anyone come up with a better solution than what's described here? http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm...
"Eid, Øyvind"
oye@...
Send Email
Apr 1, 2004
9:43 am
41354
I have this problem too when i have a default or a percent size for my embed element. I solved it with a fixed size (width="800" height="600"). If you want to...
Arnaud CAYROL
arnaud_cayrol
Offline Send Email
Apr 1, 2004
10:01 am
41355
Hi, I print to an fixed iframe. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development ... Resource Solutions Germany Mobile: +49 (0) 173...
Chris Peto
ressol2002
Offline Send Email
Apr 1, 2004
10:53 am
41356
http://kart.nois.no/test/print/svg.a0.htm uses a fixed size, but in the print preview the svg image is distorted on the first try. What attributes do you use...
"Eid, Øyvind"
oye@...
Send Email
Apr 1, 2004
11:03 am
41357
There is an example in the book "SVG Unleashed". Lincoln Mitchell hm: 618 9250 6772 mb: 0414 286 433 email: lincoln@... web: www.linc.net.au ... From:...
Lincoln Mitchell
lincmitch
Offline Send Email
Apr 1, 2004
11:25 am
41358
Hi, I am looking for an example of scroll bars, specifically, when I have an image, and this image is bigger than the space work. Image that you have an image...
Vladimir E. Rodriguez
verodriguez@...
Send Email
Apr 1, 2004
11:27 am
41359
Hilsen, take a look at http://www.peepo.co.uk As it happens on our html page we do suggest trying the plugin, but you could just as easily have a page of...
Jonathan Chetwynd
signbrowser
Offline Send Email
Apr 1, 2004
12:21 pm
41361
My svg element : <svg preserveAspectRatio="xMidYMid meet" viewBox="[myXVB] [myYVB] [myWidthVB] [myHeightVB]" width="100%" height="100%" ...
Arnaud CAYROL
arnaud_cayrol
Offline Send Email
Apr 1, 2004
1:41 pm
41362
I am trying to develop a SVG editor similar to SVG DRAW but with capability of using RCC element. The first step is to be able to load a SVG file with RCC...
taojiang_2000
Offline Send Email
Apr 1, 2004
2:58 pm
41363
Try putting an alert on the event handler to see if it fires before the image is actually visible. Peter Kalev Senior Web Developer, SWF, LLC ... From: "Eid,...
Peter Kalev
peterkalev2002
Offline Send Email
Apr 1, 2004
3:36 pm
41364
The problem with printing SVG's that I had was that they were stretching to fill the entire printed page (I had the dimensions 100%x100%, but the html page...
Peter Kalev
peterkalev2002
Offline Send Email
Apr 1, 2004
3:40 pm
41365
hi, an <image> is an external ressource and that's why 'onload' only handles the svg doc itself but no refernced ressources such as images or external css and...
andre m. winter
raxmapa
Offline Send Email
Apr 1, 2004
4:04 pm
41367
How does the Roadmap continue with SVG on www.w3.org? http://www.w3.org/Graphics/SVG/Roadmap An update could help! Reto...
reto00dz
Offline Send Email
Apr 1, 2004
4:35 pm
41368
I give you an example ... <html> <head> <script type="text/javascript"> <!-- function FreezeSize(bOn,ww,wh){ if(bOn){ var aww=ww,awh=wh; if(!ww)...
Arnaud CAYROL
arnaud_cayrol
Offline Send Email
Apr 1, 2004
4:37 pm
41369
Hi, thank's for your help, Could you give me this example or an other ? I just wan't to test XForms in SVG and see how it works. I'm not sure to use it, that's...
Arnaud CAYROL
arnaud_cayrol
Offline Send Email
Apr 1, 2004
4:49 pm
41370
Hello I have svg file with: min-x = 0; min-y = 0; width = 300; height = 200; In this file are data (for example point 900, 1200). All data (points) are bigger...
Jaroslaw Michalowski
jarekjm
Offline Send Email
Apr 1, 2004
5:19 pm
41371
It is possible technically speaking, but in order to find the scale number you need to know what is the ratio between the original and the display rectangle...
Peter Kalev
peterkalev2002
Offline Send Email
Apr 1, 2004
5:36 pm
41372
I know it, but it is much harder. I know the orginal size, is 2200x1700, but the data is placed on the center of 2200x1700 with width=300, height=200 (points...
Jaroslaw Michalowski
jarekjm
Offline Send Email
Apr 1, 2004
6:31 pm
41373
OK, you must have a "transform" attribute inside the <g> that contains the "original" data Then you can use matrix, but I am too stupid for that so I prefer ...
Peter Kalev
peterkalev2002
Offline Send Email
Apr 1, 2004
6:55 pm
41374
Hello No, no ,no Peter :) I say about something else. When I do what u say, data will be ok, but after this transformation i must cut some data from this file...
Jaroslaw Michalowski
jarekjm
Offline Send Email
Apr 1, 2004
7:19 pm
41375
Dean, SVG Accessibility Techniques working draft was due Mar 2003, was it published? http://www.w3.org/Graphics/SVG/Roadmap Can't seem to locate it, that's me...
Jonathan Chetwynd
signbrowser
Offline Send Email
Apr 1, 2004
7:21 pm
41376
... <j.michalowski@i...> wrote: Why not use viewBox="0 0 2200 1700" ? Michel ... but after ... (in "square shape"), ... square ... (scale)? ... contains ... ...
pilatfr
Offline Send Email
Apr 1, 2004
7:41 pm
41377
Because the area where svg data is: 300x200, and empty space exists round this data, i want stretch this data to area 300x200 Jarek ... From: "pilatfr"...
Jaroslaw Michalowski
jarekjm
Offline Send Email
Apr 1, 2004
7:56 pm
41378
Use the large viewBox, but scale down the entire <embed> to fit in the desired space... Peter Kalev Senior Web Developer, SWF, LLC ... From: Jaroslaw...
Peter Kalev
peterkalev2002
Offline Send Email
Apr 1, 2004
7:58 pm
41379
Peter i don't understand you. :( Please can you repeat it using example? Thanks Jarek ... From: "Peter Kalev" <peter@...> To:...
Jaroslaw Michalowski
jarekjm
Offline Send Email
Apr 1, 2004
8:26 pm
41380
The abstracts for presentations are due in about two weeks. I can't find how to submit one - is it there and I am missing it, or if not, when will the...
Jerrold Maddox
jxm22
Offline Send Email
Apr 1, 2004
8:32 pm
Messages 41349 - 41380 of 60468   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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