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: 8774
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 41349 - 41380 of 66112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#41349 From: "Csaba, Csaba Simon, Simon" <ascs99@...>
Date: Thu Apr 1, 2004 8:14 am
Subject: ASV 3, setSRC and ReadyState
ascs99
Send Email Send Email
 
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 wait, and doc is the
old SVGDocument (I suppose).
The classes and the code is from whack_em from this
list.
Can somebody show me how to get the newly loaded
document?
--------------------------
this.axSVGCtl1.setSRC(filename);
while( this.axSVGCtl1.ReadyState != 4 )
{
     Thread.Sleep( 100 );
}

SVGDocument doc = new SVGDocument(this.axSVGCtl1);

IDOMElement  docElem = doc.documentElement;
--------------------------

Thanks a lot,

Cs.

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

#41350 From: "Eid, Øyvind" <oye@...>
Date: Thu Apr 1, 2004 8:57 am
Subject: When is image loaded?
oye@...
Send Email Send Email
 
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 displayed. I'm using ASV 3.01.

Regards,
oye

#41351 From: "Arnaud CAYROL" <arnaud.cayrol@...>
Date: Thu Apr 1, 2004 9:18 am
Subject: ASV6 Release ?
arnaud_cayrol
Send Email Send Email
 
Hi,
anybody know a date for ASV6 release ?
arnaud

#41352 From: "Arnaud CAYROL" <arnaud.cayrol@...>
Date: Thu Apr 1, 2004 9:24 am
Subject: ASV6 and XForm
arnaud_cayrol
Send Email Send Email
 
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

#41353 From: "Eid, Øyvind" <oye@...>
Date: Thu Apr 1, 2004 9:43 am
Subject: ASV known issue: SVG is distorted when I print
oye@...
Send Email Send Email
 
Has anyone come up with a better solution than what's described here?

http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm

#41354 From: "Arnaud CAYROL" <arnaud.cayrol@...>
Date: Thu Apr 1, 2004 10:00 am
Subject: Re: ASV known issue: SVG is distorted when I print
arnaud_cayrol
Send Email Send Email
 
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 keep a percent size you can use (with IE)
onbeforeprint and onafterprint event for fix the embed size before
preview or print.

--- In svg-developers@yahoogroups.com, "Eid, Øyvind" <oye@n...> wrote:
> Has anyone come up with a better solution than what's described
here?
>
> http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm

#41355 From: "Chris Peto" <CPeto@...>
Date: Thu Apr 1, 2004 10:57 am
Subject: RE: ASV known issue: SVG is distorted when I print
ressol2002
Send Email Send Email
 
Hi,

I print to an fixed iframe.



Mit freundlichen Grüßen/Regards
Chris Peto
Freelance System Development
------------------------------------
Resource Solutions
Germany
Mobile: +49 (0) 173 308 7843
Tel:+49(0) 6103 80 21 98
Web: http://www.resource-solutions.de
<http://www.resource-solutions.de/>
SVG editor: http://www.resource-solutions.de/svgeditor.html
mailto:CPeto@...
------------------------------------
Member of: SPARK - SVG Programmers' Application Resource Kit
SVG site:  http://www.schemasoft.org/svg/main.svg
HTML site: http://www.schemasoft.org/





-----Original Message-----
From: Eid, Øyvind [mailto:oye@...]
Sent: Donnerstag, 1. April 2004 11:44
To: svg-developers@yahoogroups.com
Subject: [svg-developers] ASV known issue: SVG is distorted when I print


Has anyone come up with a better solution than what's described here?

http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm


-----
To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----



   _____

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/


* To unsubscribe from this group, send an email to:
svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .




[Non-text portions of this message have been removed]

#41356 From: "Eid, Øyvind" <oye@...>
Date: Thu Apr 1, 2004 11:03 am
Subject: Re: Re: ASV known issue: SVG is distorted when I print
oye@...
Send Email Send Email
 
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 for the svg element? <svg width="100%" height="100%">?


> -----Opprinnelig melding-----
> Fra: Arnaud CAYROL [mailto:arnaud.cayrol@...]
> Sendt: 1. april 2004 12:00
> Til: svg-developers@yahoogroups.com
> Emne: [svg-developers] Re: ASV known issue: SVG is distorted when I
> print
>
>
> 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 keep a percent size you can use (with IE)
> onbeforeprint and onafterprint event for fix the embed size before
> preview or print.
>
> --- In svg-developers@yahoogroups.com, "Eid, Øyvind" <oye@n...> wrote:
> > Has anyone come up with a better solution than what's described
> here?
> >
> > http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm
>
>

#41357 From: "Lincoln Mitchell" <lincoln@...>
Date: Thu Apr 1, 2004 11:24 am
Subject: Re: ASV6 and XForm
lincmitch
Send Email Send Email
 
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
----- Original Message -----
From: "Arnaud CAYROL" <arnaud.cayrol@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 5:24 PM
Subject: [svg-developers] ASV6 and XForm


> 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
>
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>

#41358 From: "Vladimir E. Rodriguez" <verodriguez@...>
Date: Thu Apr 1, 2004 11:27 am
Subject: Scroll bars
verodriguez@...
Send Email Send Email
 
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 editor, and in this editor, you can draw
anything, but when you want to extend the image, you could zoom out it, or
you could move the scroll bars down.

Could someone help me with any address or example where I could see these?

Thank you very much,

Vladimir

#41359 From: Jonathan Chetwynd <j.chetwynd@...>
Date: Thu Apr 1, 2004 12:17 pm
Subject: Re: Re: Plugin exsists, show svg file else show html file
signbrowser
Send Email Send Email
 
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 content instead.
it is a modified version of the sun link

best wishes

Jonathan Chetwynd
http://www.peepo.co.uk
"It's easy to use"

[Non-text portions of this message have been removed]

#41361 From: "Arnaud CAYROL" <arnaud.cayrol@...>
Date: Thu Apr 1, 2004 1:41 pm
Subject: Re: ASV known issue: SVG is distorted when I print
arnaud_cayrol
Send Email Send Email
 
My svg element :
<svg preserveAspectRatio="xMidYMid meet" viewBox="[myXVB] [myYVB]
[myWidthVB] [myHeightVB]" width="100%" height="100%"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" ... >

I have just test it on IE6 but it's seems to work well with IE5.5 too.
Last precision, I m using the IE menu preview/print and Javascript
method print() with focus() for frame (I have got some random
distortion problems with the 'WebBrowser1' object and so I stop using
it).

Arnaud

--- In svg-developers@yahoogroups.com, "Eid, Øyvind" <oye@n...> wrote:
> 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 for the svg element? <svg width="100%" height="100%">?
>
>
> > -----Opprinnelig melding-----
> > Fra: Arnaud CAYROL [mailto:arnaud.cayrol@i...]
> > Sendt: 1. april 2004 12:00
> > Til: svg-developers@yahoogroups.com
> > Emne: [svg-developers] Re: ASV known issue: SVG is distorted when
I
> > print
> >
> >
> > 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 keep a percent size you can use (with IE)
> > onbeforeprint and onafterprint event for fix the embed size
before
> > preview or print.
> >
> > --- In svg-developers@yahoogroups.com, "Eid, Øyvind" <oye@n...>
wrote:
> > > Has anyone come up with a better solution than what's described
> > here?
> > >
> > > http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm
> >
> >

#41362 From: "taojiang_2000" <taojiang_2000@...>
Date: Thu Apr 1, 2004 2:56 pm
Subject: parseXML() for customized tag
taojiang_2000
Send Email Send Email
 
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 element into the editor. I wrote a SVG file
using RCC. I tested it and it works fine. Then, I modified the
drawshapes.svg from http://www.datenverdrahten.de/svglbc/?
doc=drawshapes and let it load my SVG-RCC file. I used parseXML() to
parse each document fragment of editing file and inserted them into
drawing area. However, the document with customized tag cannot be
parsed correctly. Everythingelse can be parsed and inserted
correctly.

I suspected it is namespace problem. Then, I hard coded the editor
having the same namespace as my SVG-RCC file. But, I still can not
get it work. Here is the code fragment I used to loading file.

       function PasteClipboard()
       {
         shapes=drawing.childNodes;

         if (top.clipboardData )
         {
           var str = top.clipboardData.getData("Text");
           var xmldoc = parseXML(str).documentElement;

           for (var n = xmldoc.firstChild; n != null; n =
n.nextSibling) {
              // not an element just skip it
              if (n.nodeType != 1)
                 continue;

              var element = parseXML(printNode(n), svgdoc);
     // alert(printNode(element));

              drawing.appendChild(element);
           }
         }
       }

I am much appreciated if anyone could give me some advices. Thanks a
lot!

#41363 From: "Peter Kalev" <peter@...>
Date: Thu Apr 1, 2004 3:35 pm
Subject: RE: When is image loaded?
peterkalev2002
Send Email Send Email
 
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

-----Original Message-----
From: "Eid, Øyvind" [mailto:oye@...]
Sent: Thursday, April 01, 2004 12:58 AM
To: svg-developers@yahoogroups.com
Subject: [svg-developers] When is image loaded?

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 displayed. I'm using ASV 3.01.

Regards,
oye


-----
To unsubscribe send a message to: svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----



   _____

Yahoo! Groups Links
*         To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

*         To unsubscribe from this group, send an email to:
svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .


[Non-text portions of this message have been removed]

#41364 From: "Peter Kalev" <peter@...>
Date: Thu Apr 1, 2004 3:39 pm
Subject: RE: ASV known issue: SVG is distorted when I print
peterkalev2002
Send Email Send Email
 
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
containing it had hardcoded dimensions). The problem did not disappear even when
I gave "hard" dimensions to the SVG in pixels, BUT once I put the dimensions in
inches it all looks fine.

Peter Kalev
Senior Web Developer,
SWF, LLC

-----Original Message-----
From: "Eid, Øyvind" [mailto:oye@...]
Sent: Thursday, April 01, 2004 1:44 AM
To: svg-developers@yahoogroups.com
Subject: [svg-developers] ASV known issue: SVG is distorted when I print

Has anyone come up with a better solution than what's described here?

http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm


-----
To unsubscribe send a message to: svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----



   _____

Yahoo! Groups Links
*         To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

*         To unsubscribe from this group, send an email to:
svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .


[Non-text portions of this message have been removed]

#41365 From: "andre m. winter" <andre.winter@...>
Date: Thu Apr 1, 2004 4:00 pm
Subject: Re: When is image loaded?
raxmapa
Send Email Send Email
 
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 js.

there is no way to control that with ASV3 but i guess ASV6 handles this
with externelRessourceRequired or something like that

andré



> 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 displayed. I'm using ASV 3.01.
>
> Regards,
> oye
>
>
> -----
> To unsubscribe send a message to: svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
>
>
>
>   _____
>
> Yahoo! Groups Links
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/svg-developers/
>
> *         To unsubscribe from this group, send an email to:
> svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
>
>
> [Non-text portions of this message have been removed]
>
>
>
> -----
> To unsubscribe send a message to: svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>

--
___________________________________________________________________

         _________
       _/         \____       _______
     _/   ___-----___  \_____/     _ \
    /   _/    \|/    \_       \_,+' \ \
   /   /  _\|      |/_ \               |
|  ,-----------------------------------------              § § §
|==THERE'SSOMANYDIFFERENTWORLDSSOMANYDIFFERENTSUN================
|==SANDWEHAVEJUSTONEWORLDBUTWELIVEINDIFFERENTONES================
|  '-----------------------------------------              § § §
   \   \_ -/|      |\-_/       _       |
    \_   \___ /|\ ___/  _____ / '+,_/ /
      \_     ----- ____/     \_______/
        \_________/


andre m. winter http://www.carto.net/ http://tirolatlas.uibk.ac.at/

#41367 From: "reto00dz" <rleutwyler@...>
Date: Thu Apr 1, 2004 4:34 pm
Subject: SVG Roadmap on www.w3.org?
reto00dz
Send Email Send Email
 
How does the Roadmap continue with SVG on www.w3.org?

http://www.w3.org/Graphics/SVG/Roadmap

An update could help!

Reto

#41368 From: "Arnaud CAYROL" <arnaud.cayrol@...>
Date: Thu Apr 1, 2004 4:35 pm
Subject: Re: ASV known issue: SVG is distorted when I print
arnaud_cayrol
Send Email Send Email
 
I give you an example
contener file toto.html :
-------BEGIN-------
<html>
<head>
<script type="text/javascript">
<!--
function FreezeSize(bOn,ww,wh){
if(bOn){
var aww=ww,awh=wh;
if(!ww) aww=MonSVG.window.getInnerWidth();
if(!wh) awh=MonSVG.window.getInnerHeight();
MonSVG.setAttribute("width",aww);
MonSVG.setAttribute("height",awh);
}else{
MonSVG.setAttribute("width","100%");
MonSVG.setAttribute("height","100%");
}
}
// -->
</script>
</head>
<body onbeforeprint="FreezeSize(true);" onafterprint="FreezeSize
(false);">
<embed src="preserveRatioSvg.svg" type="image/svg+xml"
name="MonSVG" width="100%" height="100%"
style="align:center;"></embed>
</body>
</html>
-------END-------


svg file preserveRatioSvg.svg :
-------BEGIN-------
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE svg>
<svg preserveAspectRatio="xMidYMid meet" viewBox="20 10 60 70"
width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify" >
<rect id="BackGround" x="25" y="15" width="50" height="50"
style="fill:orange;stroke:blue;"/>
</svg>
-------END-------

And now you may have a square in preview and print (with IE6). The
size of this square depend of your window size (and then svg size) on
screen, you can fix this size with the two optionnal parameters of
FreezeSize.

Arnaud


--- In svg-developers@yahoogroups.com, "Peter Kalev" <peter@s...>
wrote:
> 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 containing it had hardcoded dimensions). The
problem did not disappear even when I gave "hard" dimensions to the
SVG in pixels, BUT once I put the dimensions in inches it all looks
fine.
>
> Peter Kalev
> Senior Web Developer,
> SWF, LLC
>
> -----Original Message-----
> From: "Eid, Øyvind" [mailto:oye@n...]
> Sent: Thursday, April 01, 2004 1:44 AM
> Subject: [svg-developers] ASV known issue: SVG is distorted when I
print

> Has anyone come up with a better solution than what's described
here?
>
> http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm

#41369 From: "Arnaud CAYROL" <arnaud.cayrol@...>
Date: Thu Apr 1, 2004 4:48 pm
Subject: Re: ASV6 and XForm
arnaud_cayrol
Send Email Send Email
 
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 why I want some sample before buy any book.

Arnaud

--- In svg-developers@yahoogroups.com, "Lincoln Mitchell"
<lincoln@l...> wrote:
> There is an example in the book "SVG Unleashed".
>
> Lincoln Mitchell
> hm: 618 9250 6772
> mb: 0414 286 433
> email: lincoln@l...
> web: www.linc.net.au
> ----- Original Message -----
> From: "Arnaud CAYROL" <arnaud.cayrol@i...>
> To: <svg-developers@yahoogroups.com>
> Sent: Thursday, April 01, 2004 5:24 PM
> Subject: [svg-developers] ASV6 and XForm
>
> > 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

#41370 From: "Jaroslaw Michalowski" <j.michalowski@...>
Date: Thu Apr 1, 2004 5:18 pm
Subject: How to scale svg data to other size (scale)?
jarekjm
Send Email Send Email
 
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 than 300 or 200.
How to scale all data to this width and height? I dont want change, width
and heght, it must be 300 and 200.
Is it possible to do?

Thanks
Jarek

#41371 From: "Peter Kalev" <peter@...>
Date: Thu Apr 1, 2004 5:33 pm
Subject: RE: How to scale svg data to other size (scale)?
peterkalev2002
Send Email Send Email
 
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 (300x200 in your case). You will be recalculating the
scale - that's all...

Peter Kalev
Senior Web Developer,
SWF, LLC

-----Original Message-----
From: Jaroslaw Michalowski [mailto:j.michalowski@...]
Sent: Thursday, April 01, 2004 9:18 AM
To: svg-developers@yahoogroups.com
Subject: [svg-developers] How to scale svg data to other size (scale)?

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 than 300 or 200.
How to scale all data to this width and height? I dont want change,
width
and heght, it must be 300 and 200.
Is it possible to do?

Thanks
Jarek




-----
To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----



   _____

Yahoo! Groups Links
*         To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

*         To unsubscribe from this group, send an email to:
svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .


[Non-text portions of this message have been removed]

#41372 From: "Jaroslaw Michalowski" <j.michalowski@...>
Date: Thu Apr 1, 2004 6:31 pm
Subject: Re: How to scale svg data to other size (scale)?
jarekjm
Send Email Send Email
 
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 x, y are from braket x: 0,2200 and y: 0,1700).
The rest area of svg is empty (white). I think that it isn't easy to do.Data
must be stretch to new width and height, no scale.
Any idea?

Jarek

----- Original Message -----
From: "Peter Kalev" <peter@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 7:33 PM
Subject: RE: [svg-developers] How to scale svg data to other size (scale)?


> 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 (300x200 in your case). You will be recalculating the
> scale - that's all...
>
> Peter Kalev
> Senior Web Developer,
> SWF, LLC
>
> -----Original Message-----
> From: Jaroslaw Michalowski [mailto:j.michalowski@...]
> Sent: Thursday, April 01, 2004 9:18 AM
> To: svg-developers@yahoogroups.com
> Subject: [svg-developers] How to scale svg data to other size (scale)?
>
> 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 than 300 or 200.
> How to scale all data to this width and height? I dont want change,
> width
> and heght, it must be 300 and 200.
> Is it possible to do?
>
> Thanks
> Jarek
>
>
>
>
> -----
> To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
>
>   _____
>
> Yahoo! Groups Links
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/svg-developers/
>
> *         To unsubscribe from this group, send an email to:
> svg-developers-unsubscribe@yahoogroups.com
> <mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
>
>
> [Non-text portions of this message have been removed]
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
>
>
>

#41373 From: "Peter Kalev" <peter@...>
Date: Thu Apr 1, 2004 6:42 pm
Subject: RE: How to scale svg data to other size (scale)?
peterkalev2002
Send Email Send Email
 
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
"translate/rotate/scale" which should look like "translate(0,0)
rotate(0,0,0) scale(2200/300,1700/200)".

I am talking off the top of my head, but that should put all your data
within the desired viewer size...

Good luck!!

Peter Kalev
Senior Web Developer,
SWF, LLC

-----Original Message-----
From: Jaroslaw Michalowski [mailto:j.michalowski@...]
Sent: Thursday, April 01, 2004 10:32 AM
To: svg-developers@yahoogroups.com
Subject: Re: [svg-developers] How to scale svg data to other size
(scale)?

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 x, y are from braket x: 0,2200 and y:
0,1700).
The rest area of svg is empty (white). I think that it isn't easy to
do.Data
must be stretch to new width and height, no scale.
Any idea?

Jarek

----- Original Message -----
From: "Peter Kalev" <peter@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 7:33 PM
Subject: RE: [svg-developers] How to scale svg data to other size
(scale)?


> 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 (300x200 in your case). You will be recalculating
the
> scale - that's all...
>
> Peter Kalev
> Senior Web Developer,
> SWF, LLC
>
> -----Original Message-----
> From: Jaroslaw Michalowski [mailto:j.michalowski@...]
> Sent: Thursday, April 01, 2004 9:18 AM
> To: svg-developers@yahoogroups.com
> Subject: [svg-developers] How to scale svg data to other size (scale)?
>
> 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 than 300 or 200.
> How to scale all data to this width and height? I dont want change,
> width
> and heght, it must be 300 and 200.
> Is it possible to do?
>
> Thanks
> Jarek
>
>
>
>
> -----
> To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
>
>   _____
>
> Yahoo! Groups Links
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/svg-developers/
>
> *         To unsubscribe from this group, send an email to:
> svg-developers-unsubscribe@yahoogroups.com
>
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
>
>
> [Non-text portions of this message have been removed]
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
>
>
>




-----
To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----



   _____

Yahoo! Groups Links
*         To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

*         To unsubscribe from this group, send an email to:
svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .


[Non-text portions of this message have been removed]

#41374 From: "Jaroslaw Michalowski" <j.michalowski@...>
Date: Thu Apr 1, 2004 7:06 pm
Subject: Re: How to scale svg data to other size (scale)?
jarekjm
Send Email Send Email
 
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 (in "square shape"),
after this operation i have empty area (white) round this cutted square
shape of data.
Any ideas?

Jarek

----- Original Message -----
From: "Peter Kalev" <peter@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 8:42 PM
Subject: RE: [svg-developers] How to scale svg data to other size (scale)?


> 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
> "translate/rotate/scale" which should look like "translate(0,0)
> rotate(0,0,0) scale(2200/300,1700/200)".
>
> I am talking off the top of my head, but that should put all your data
> within the desired viewer size...
>
> Good luck!!
>
> Peter Kalev
> Senior Web Developer,
> SWF, LLC
>
> -----Original Message-----
> From: Jaroslaw Michalowski [mailto:j.michalowski@...]
> Sent: Thursday, April 01, 2004 10:32 AM
> To: svg-developers@yahoogroups.com
> Subject: Re: [svg-developers] How to scale svg data to other size
> (scale)?
>
> 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 x, y are from braket x: 0,2200 and y:
> 0,1700).
> The rest area of svg is empty (white). I think that it isn't easy to
> do.Data
> must be stretch to new width and height, no scale.
> Any idea?
>
> Jarek
>
> ----- Original Message -----
> From: "Peter Kalev" <peter@...>
> To: <svg-developers@yahoogroups.com>
> Sent: Thursday, April 01, 2004 7:33 PM
> Subject: RE: [svg-developers] How to scale svg data to other size
> (scale)?
>
>
> > 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 (300x200 in your case). You will be recalculating
> the
> > scale - that's all...
> >
> > Peter Kalev
> > Senior Web Developer,
> > SWF, LLC
> >
> > -----Original Message-----
> > From: Jaroslaw Michalowski [mailto:j.michalowski@...]
> > Sent: Thursday, April 01, 2004 9:18 AM
> > To: svg-developers@yahoogroups.com
> > Subject: [svg-developers] How to scale svg data to other size (scale)?
> >
> > 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 than 300 or 200.
> > How to scale all data to this width and height? I dont want change,
> > width
> > and heght, it must be 300 and 200.
> > Is it possible to do?
> >
> > Thanks
> > Jarek
> >
> >
> >
> >
> > -----
> > To unsubscribe send a message to:
> > svg-developers-unsubscribe@yahoogroups.com
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and click "edit my
> > membership"
> > ----
> >
> >
> >
> >   _____
> >
> > Yahoo! Groups Links
> > *         To visit your group on the web, go to:
> > http://groups.yahoo.com/group/svg-developers/
> >
> > *         To unsubscribe from this group, send an email to:
> > svg-developers-unsubscribe@yahoogroups.com
> >
> <mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> > *         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/> .
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > -----
> > To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> > ----
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> > ----------------------------------------------------------------------
> > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> >
> >
> >
>
>
>
>
> -----
> To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
>
>   _____
>
> Yahoo! Groups Links
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/svg-developers/
>
> *         To unsubscribe from this group, send an email to:
> svg-developers-unsubscribe@yahoogroups.com
> <mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
>
>
>

#41375 From: Jonathan Chetwynd <j.chetwynd@...>
Date: Thu Apr 1, 2004 7:07 pm
Subject: SVG Accessibility Techniques working draft was due Mar 2003, was it published?
signbrowser
Send Email Send Email
 
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 though

thanks

Jonathan Chetwynd
http://www.peepo.co.uk
"It's easy to use"


[Non-text portions of this message have been removed]

#41376 From: "pilatfr" <pilat@...>
Date: Thu Apr 1, 2004 7:37 pm
Subject: Re: How to scale svg data to other size (scale)?
pilatfr
Send Email Send Email
 
--- In svg-developers@yahoogroups.com, "Jaroslaw Michalowski"
<j.michalowski@i...> wrote:

Why not use viewBox="0 0 2200 1700" ?
Michel

> 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
(in "square shape"),
> after this operation i have empty area (white) round this cutted
square
> shape of data.
> Any ideas?
>
> Jarek
>
> ----- Original Message -----
> From: "Peter Kalev" <peter@s...>
> To: <svg-developers@yahoogroups.com>
> Sent: Thursday, April 01, 2004 8:42 PM
> Subject: RE: [svg-developers] How to scale svg data to other size
(scale)?
>
>
> > 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
> > "translate/rotate/scale" which should look like "translate(0,0)
> > rotate(0,0,0) scale(2200/300,1700/200)".
> >
> > I am talking off the top of my head, but that should put all
your data
> > within the desired viewer size...
> >
> > Good luck!!
> >
> > Peter Kalev
> > Senior Web Developer,
> > SWF, LLC
> >
> > -----Original Message-----
> > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > Sent: Thursday, April 01, 2004 10:32 AM
> > To: svg-developers@yahoogroups.com
> > Subject: Re: [svg-developers] How to scale svg data to other size
> > (scale)?
> >
> > 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 x, y are from braket x: 0,2200 and
y:
> > 0,1700).
> > The rest area of svg is empty (white). I think that it isn't
easy to
> > do.Data
> > must be stretch to new width and height, no scale.
> > Any idea?
> >
> > Jarek
> >
> > ----- Original Message -----
> > From: "Peter Kalev" <peter@s...>
> > To: <svg-developers@yahoogroups.com>
> > Sent: Thursday, April 01, 2004 7:33 PM
> > Subject: RE: [svg-developers] How to scale svg data to other size
> > (scale)?
> >
> >
> > > 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 (300x200 in your case). You will be
recalculating
> > the
> > > scale - that's all...
> > >
> > > Peter Kalev
> > > Senior Web Developer,
> > > SWF, LLC
> > >
> > > -----Original Message-----
> > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > Sent: Thursday, April 01, 2004 9:18 AM
> > > To: svg-developers@yahoogroups.com
> > > Subject: [svg-developers] How to scale svg data to other size
(scale)?
> > >
> > > 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 than 300 or 200.
> > > How to scale all data to this width and height? I dont want
change,
> > > width
> > > and heght, it must be 300 and 200.
> > > Is it possible to do?
> > >
> > > Thanks
> > > Jarek
> > >
> > >
> > >
> > >
> > > -----
> > > To unsubscribe send a message to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > -or-
> > > visit http://groups.yahoo.com/group/svg-developers and
click "edit my
> > > membership"
> > > ----
> > >
> > >
> > >
> > >   _____
> > >
> > > Yahoo! Groups Links
> > > *         To visit your group on the web, go to:
> > > http://groups.yahoo.com/group/svg-developers/
> > >
> > > *         To unsubscribe from this group, send an email to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > >
> > <mailto:svg-developers-unsubscribe@yahoogroups.com?
subject=Unsubscribe>
> > >
> > > *         Your use of Yahoo! Groups is subject to the Yahoo!
Terms of
> > > Service <http://docs.yahoo.com/info/terms/> .
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > > -----
> > > To unsubscribe send a message to:
> > svg-developers-unsubscribe@yahoogroups.com
> > > -or-
> > > visit http://groups.yahoo.com/group/svg-developers and
click "edit my
> > membership"
> > > ----
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------
-------
> > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > >
> > >
> > >
> >
> >
> >
> >
> > -----
> > To unsubscribe send a message to:
> > svg-developers-unsubscribe@yahoogroups.com
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and
click "edit my
> > membership"
> > ----
> >
> >
> >
> >   _____
> >
> > Yahoo! Groups Links
> > *         To visit your group on the web, go to:
> > http://groups.yahoo.com/group/svg-developers/
> >
> > *         To unsubscribe from this group, send an email to:
> > svg-developers-unsubscribe@yahoogroups.com
> > <mailto:svg-developers-unsubscribe@yahoogroups.com?
subject=Unsubscribe>
> >
> > *         Your use of Yahoo! Groups is subject to the Yahoo!
Terms of
> > Service <http://docs.yahoo.com/info/terms/> .
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> >
> > -----
> > To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and
click "edit my
> membership"
> > ----
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> > -----------------------------------------------------------------
-----
> > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> >
> >
> >

#41377 From: "Jaroslaw Michalowski" <j.michalowski@...>
Date: Thu Apr 1, 2004 7:56 pm
Subject: Re: Re: How to scale svg data to other size (scale)?
jarekjm
Send Email Send Email
 
Because the area where svg data is: 300x200, and empty space exists round
this data, i want stretch this data to area 300x200

Jarek

----- Original Message -----
From: "pilatfr" <pilat@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 9:37 PM
Subject: [svg-developers] Re: How to scale svg data to other size (scale)?


> --- In svg-developers@yahoogroups.com, "Jaroslaw Michalowski"
> <j.michalowski@i...> wrote:
>
> Why not use viewBox="0 0 2200 1700" ?
> Michel
>
> > 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
> (in "square shape"),
> > after this operation i have empty area (white) round this cutted
> square
> > shape of data.
> > Any ideas?
> >
> > Jarek
> >
> > ----- Original Message -----
> > From: "Peter Kalev" <peter@s...>
> > To: <svg-developers@yahoogroups.com>
> > Sent: Thursday, April 01, 2004 8:42 PM
> > Subject: RE: [svg-developers] How to scale svg data to other size
> (scale)?
> >
> >
> > > 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
> > > "translate/rotate/scale" which should look like "translate(0,0)
> > > rotate(0,0,0) scale(2200/300,1700/200)".
> > >
> > > I am talking off the top of my head, but that should put all
> your data
> > > within the desired viewer size...
> > >
> > > Good luck!!
> > >
> > > Peter Kalev
> > > Senior Web Developer,
> > > SWF, LLC
> > >
> > > -----Original Message-----
> > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > Sent: Thursday, April 01, 2004 10:32 AM
> > > To: svg-developers@yahoogroups.com
> > > Subject: Re: [svg-developers] How to scale svg data to other size
> > > (scale)?
> > >
> > > 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 x, y are from braket x: 0,2200 and
> y:
> > > 0,1700).
> > > The rest area of svg is empty (white). I think that it isn't
> easy to
> > > do.Data
> > > must be stretch to new width and height, no scale.
> > > Any idea?
> > >
> > > Jarek
> > >
> > > ----- Original Message -----
> > > From: "Peter Kalev" <peter@s...>
> > > To: <svg-developers@yahoogroups.com>
> > > Sent: Thursday, April 01, 2004 7:33 PM
> > > Subject: RE: [svg-developers] How to scale svg data to other size
> > > (scale)?
> > >
> > >
> > > > 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 (300x200 in your case). You will be
> recalculating
> > > the
> > > > scale - that's all...
> > > >
> > > > Peter Kalev
> > > > Senior Web Developer,
> > > > SWF, LLC
> > > >
> > > > -----Original Message-----
> > > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > > Sent: Thursday, April 01, 2004 9:18 AM
> > > > To: svg-developers@yahoogroups.com
> > > > Subject: [svg-developers] How to scale svg data to other size
> (scale)?
> > > >
> > > > 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 than 300 or 200.
> > > > How to scale all data to this width and height? I dont want
> change,
> > > > width
> > > > and heght, it must be 300 and 200.
> > > > Is it possible to do?
> > > >
> > > > Thanks
> > > > Jarek
> > > >
> > > >
> > > >
> > > >
> > > > -----
> > > > To unsubscribe send a message to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > > -or-
> > > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > > > membership"
> > > > ----
> > > >
> > > >
> > > >
> > > >   _____
> > > >
> > > > Yahoo! Groups Links
> > > > *         To visit your group on the web, go to:
> > > > http://groups.yahoo.com/group/svg-developers/
> > > >
> > > > *         To unsubscribe from this group, send an email to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > >
> > > <mailto:svg-developers-unsubscribe@yahoogroups.com?
> subject=Unsubscribe>
> > > >
> > > > *         Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of
> > > > Service <http://docs.yahoo.com/info/terms/> .
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > > > -----
> > > > To unsubscribe send a message to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > > -or-
> > > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > > membership"
> > > > ----
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------
> -------
> > > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > > -----
> > > To unsubscribe send a message to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > -or-
> > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > > membership"
> > > ----
> > >
> > >
> > >
> > >   _____
> > >
> > > Yahoo! Groups Links
> > > *         To visit your group on the web, go to:
> > > http://groups.yahoo.com/group/svg-developers/
> > >
> > > *         To unsubscribe from this group, send an email to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > <mailto:svg-developers-unsubscribe@yahoogroups.com?
> subject=Unsubscribe>
> > >
> > > *         Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of
> > > Service <http://docs.yahoo.com/info/terms/> .
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > >
> > > -----
> > > To unsubscribe send a message to:
> > svg-developers-unsubscribe@yahoogroups.com
> > > -or-
> > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > membership"
> > > ----
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > > -----------------------------------------------------------------
> -----
> > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > >
> > >
> > >
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
>
>
>

#41378 From: "Peter Kalev" <peter@...>
Date: Thu Apr 1, 2004 7:57 pm
Subject: RE: Re: How to scale svg data to other size (scale)?
peterkalev2002
Send Email Send Email
 
Use the large viewBox, but scale down the entire <embed> to fit in the
desired space...

Peter Kalev
Senior Web Developer,
SWF, LLC

-----Original Message-----
From: Jaroslaw Michalowski [mailto:j.michalowski@...]
Sent: Thursday, April 01, 2004 11:56 AM
To: svg-developers@yahoogroups.com
Subject: Re: [svg-developers] Re: How to scale svg data to other size
(scale)?

Because the area where svg data is: 300x200, and empty space exists
round
this data, i want stretch this data to area 300x200

Jarek

----- Original Message -----
From: "pilatfr" <pilat@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 9:37 PM
Subject: [svg-developers] Re: How to scale svg data to other size
(scale)?


> --- In svg-developers@yahoogroups.com, "Jaroslaw Michalowski"
> <j.michalowski@i...> wrote:
>
> Why not use viewBox="0 0 2200 1700" ?
> Michel
>
> > 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
> (in "square shape"),
> > after this operation i have empty area (white) round this cutted
> square
> > shape of data.
> > Any ideas?
> >
> > Jarek
> >
> > ----- Original Message -----
> > From: "Peter Kalev" <peter@s...>
> > To: <svg-developers@yahoogroups.com>
> > Sent: Thursday, April 01, 2004 8:42 PM
> > Subject: RE: [svg-developers] How to scale svg data to other size
> (scale)?
> >
> >
> > > 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
> > > "translate/rotate/scale" which should look like "translate(0,0)
> > > rotate(0,0,0) scale(2200/300,1700/200)".
> > >
> > > I am talking off the top of my head, but that should put all
> your data
> > > within the desired viewer size...
> > >
> > > Good luck!!
> > >
> > > Peter Kalev
> > > Senior Web Developer,
> > > SWF, LLC
> > >
> > > -----Original Message-----
> > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > Sent: Thursday, April 01, 2004 10:32 AM
> > > To: svg-developers@yahoogroups.com
> > > Subject: Re: [svg-developers] How to scale svg data to other size
> > > (scale)?
> > >
> > > 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 x, y are from braket x: 0,2200 and
> y:
> > > 0,1700).
> > > The rest area of svg is empty (white). I think that it isn't
> easy to
> > > do.Data
> > > must be stretch to new width and height, no scale.
> > > Any idea?
> > >
> > > Jarek
> > >
> > > ----- Original Message -----
> > > From: "Peter Kalev" <peter@s...>
> > > To: <svg-developers@yahoogroups.com>
> > > Sent: Thursday, April 01, 2004 7:33 PM
> > > Subject: RE: [svg-developers] How to scale svg data to other size
> > > (scale)?
> > >
> > >
> > > > 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 (300x200 in your case). You will be
> recalculating
> > > the
> > > > scale - that's all...
> > > >
> > > > Peter Kalev
> > > > Senior Web Developer,
> > > > SWF, LLC
> > > >
> > > > -----Original Message-----
> > > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > > Sent: Thursday, April 01, 2004 9:18 AM
> > > > To: svg-developers@yahoogroups.com
> > > > Subject: [svg-developers] How to scale svg data to other size
> (scale)?
> > > >
> > > > 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 than 300 or 200.
> > > > How to scale all data to this width and height? I dont want
> change,
> > > > width
> > > > and heght, it must be 300 and 200.
> > > > Is it possible to do?
> > > >
> > > > Thanks
> > > > Jarek
> > > >
> > > >
> > > >
> > > >
> > > > -----
> > > > To unsubscribe send a message to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > > -or-
> > > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > > > membership"
> > > > ----
> > > >
> > > >
> > > >
> > > >   _____
> > > >
> > > > Yahoo! Groups Links
> > > > *         To visit your group on the web, go to:
> > > > http://groups.yahoo.com/group/svg-developers/
> > > >
> > > > *         To unsubscribe from this group, send an email to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > >
> > > <mailto:svg-developers-unsubscribe@yahoogroups.com?
> subject=Unsubscribe>
> > > >
> > > > *         Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of
> > > > Service <http://docs.yahoo.com/info/terms/> .
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > > > -----
> > > > To unsubscribe send a message to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > > -or-
> > > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > > membership"
> > > > ----
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------
> -------
> > > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > > -----
> > > To unsubscribe send a message to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > -or-
> > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > > membership"
> > > ----
> > >
> > >
> > >
> > >   _____
> > >
> > > Yahoo! Groups Links
> > > *         To visit your group on the web, go to:
> > > http://groups.yahoo.com/group/svg-developers/
> > >
> > > *         To unsubscribe from this group, send an email to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > <mailto:svg-developers-unsubscribe@yahoogroups.com?
> subject=Unsubscribe>
> > >
> > > *         Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of
> > > Service <http://docs.yahoo.com/info/terms/> .
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > >
> > > -----
> > > To unsubscribe send a message to:
> > svg-developers-unsubscribe@yahoogroups.com
> > > -or-
> > > visit http://groups.yahoo.com/group/svg-developers and
> click "edit my
> > membership"
> > > ----
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > > -----------------------------------------------------------------
> -----
> > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > >
> > >
> > >
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
>
>
>




-----
To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----



   _____

Yahoo! Groups Links
*         To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

*         To unsubscribe from this group, send an email to:
svg-developers-unsubscribe@yahoogroups.com
<mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>

*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .


[Non-text portions of this message have been removed]

#41379 From: "Jaroslaw Michalowski" <j.michalowski@...>
Date: Thu Apr 1, 2004 8:19 pm
Subject: Re: Re: How to scale svg data to other size (scale)?
jarekjm
Send Email Send Email
 
Peter i don't  understand you. :(  Please can you repeat it using example?
Thanks
Jarek

----- Original Message -----
From: "Peter Kalev" <peter@...>
To: <svg-developers@yahoogroups.com>
Sent: Thursday, April 01, 2004 9:57 PM
Subject: RE: [svg-developers] Re: How to scale svg data to other size
(scale)?


> Use the large viewBox, but scale down the entire <embed> to fit in the
> desired space...
>
> Peter Kalev
> Senior Web Developer,
> SWF, LLC
>
> -----Original Message-----
> From: Jaroslaw Michalowski [mailto:j.michalowski@...]
> Sent: Thursday, April 01, 2004 11:56 AM
> To: svg-developers@yahoogroups.com
> Subject: Re: [svg-developers] Re: How to scale svg data to other size
> (scale)?
>
> Because the area where svg data is: 300x200, and empty space exists
> round
> this data, i want stretch this data to area 300x200
>
> Jarek
>
> ----- Original Message -----
> From: "pilatfr" <pilat@...>
> To: <svg-developers@yahoogroups.com>
> Sent: Thursday, April 01, 2004 9:37 PM
> Subject: [svg-developers] Re: How to scale svg data to other size
> (scale)?
>
>
> > --- In svg-developers@yahoogroups.com, "Jaroslaw Michalowski"
> > <j.michalowski@i...> wrote:
> >
> > Why not use viewBox="0 0 2200 1700" ?
> > Michel
> >
> > > 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
> > (in "square shape"),
> > > after this operation i have empty area (white) round this cutted
> > square
> > > shape of data.
> > > Any ideas?
> > >
> > > Jarek
> > >
> > > ----- Original Message -----
> > > From: "Peter Kalev" <peter@s...>
> > > To: <svg-developers@yahoogroups.com>
> > > Sent: Thursday, April 01, 2004 8:42 PM
> > > Subject: RE: [svg-developers] How to scale svg data to other size
> > (scale)?
> > >
> > >
> > > > 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
> > > > "translate/rotate/scale" which should look like "translate(0,0)
> > > > rotate(0,0,0) scale(2200/300,1700/200)".
> > > >
> > > > I am talking off the top of my head, but that should put all
> > your data
> > > > within the desired viewer size...
> > > >
> > > > Good luck!!
> > > >
> > > > Peter Kalev
> > > > Senior Web Developer,
> > > > SWF, LLC
> > > >
> > > > -----Original Message-----
> > > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > > Sent: Thursday, April 01, 2004 10:32 AM
> > > > To: svg-developers@yahoogroups.com
> > > > Subject: Re: [svg-developers] How to scale svg data to other size
> > > > (scale)?
> > > >
> > > > 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 x, y are from braket x: 0,2200 and
> > y:
> > > > 0,1700).
> > > > The rest area of svg is empty (white). I think that it isn't
> > easy to
> > > > do.Data
> > > > must be stretch to new width and height, no scale.
> > > > Any idea?
> > > >
> > > > Jarek
> > > >
> > > > ----- Original Message -----
> > > > From: "Peter Kalev" <peter@s...>
> > > > To: <svg-developers@yahoogroups.com>
> > > > Sent: Thursday, April 01, 2004 7:33 PM
> > > > Subject: RE: [svg-developers] How to scale svg data to other size
> > > > (scale)?
> > > >
> > > >
> > > > > 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 (300x200 in your case). You will be
> > recalculating
> > > > the
> > > > > scale - that's all...
> > > > >
> > > > > Peter Kalev
> > > > > Senior Web Developer,
> > > > > SWF, LLC
> > > > >
> > > > > -----Original Message-----
> > > > > From: Jaroslaw Michalowski [mailto:j.michalowski@i...]
> > > > > Sent: Thursday, April 01, 2004 9:18 AM
> > > > > To: svg-developers@yahoogroups.com
> > > > > Subject: [svg-developers] How to scale svg data to other size
> > (scale)?
> > > > >
> > > > > 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 than 300 or 200.
> > > > > How to scale all data to this width and height? I dont want
> > change,
> > > > > width
> > > > > and heght, it must be 300 and 200.
> > > > > Is it possible to do?
> > > > >
> > > > > Thanks
> > > > > Jarek
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > -----
> > > > > To unsubscribe send a message to:
> > > > > svg-developers-unsubscribe@yahoogroups.com
> > > > > -or-
> > > > > visit http://groups.yahoo.com/group/svg-developers and
> > click "edit my
> > > > > membership"
> > > > > ----
> > > > >
> > > > >
> > > > >
> > > > >   _____
> > > > >
> > > > > Yahoo! Groups Links
> > > > > *         To visit your group on the web, go to:
> > > > > http://groups.yahoo.com/group/svg-developers/
> > > > >
> > > > > *         To unsubscribe from this group, send an email to:
> > > > > svg-developers-unsubscribe@yahoogroups.com
> > > > >
> > > > <mailto:svg-developers-unsubscribe@yahoogroups.com?
> > subject=Unsubscribe>
> > > > >
> > > > > *         Your use of Yahoo! Groups is subject to the Yahoo!
> > Terms of
> > > > > Service <http://docs.yahoo.com/info/terms/> .
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > >
> > > > >
> > > > > -----
> > > > > To unsubscribe send a message to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > > > -or-
> > > > > visit http://groups.yahoo.com/group/svg-developers and
> > click "edit my
> > > > membership"
> > > > > ----
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------------------------------------
> > -------
> > > > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > > -----
> > > > To unsubscribe send a message to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > > -or-
> > > > visit http://groups.yahoo.com/group/svg-developers and
> > click "edit my
> > > > membership"
> > > > ----
> > > >
> > > >
> > > >
> > > >   _____
> > > >
> > > > Yahoo! Groups Links
> > > > *         To visit your group on the web, go to:
> > > > http://groups.yahoo.com/group/svg-developers/
> > > >
> > > > *         To unsubscribe from this group, send an email to:
> > > > svg-developers-unsubscribe@yahoogroups.com
> > > > <mailto:svg-developers-unsubscribe@yahoogroups.com?
> > subject=Unsubscribe>
> > > >
> > > > *         Your use of Yahoo! Groups is subject to the Yahoo!
> > Terms of
> > > > Service <http://docs.yahoo.com/info/terms/> .
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > > >
> > > > -----
> > > > To unsubscribe send a message to:
> > > svg-developers-unsubscribe@yahoogroups.com
> > > > -or-
> > > > visit http://groups.yahoo.com/group/svg-developers and
> > click "edit my
> > > membership"
> > > > ----
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > -----------------------------------------------------------------
> > -----
> > > > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> > > >
> > > >
> > > >
> >
> >
> >
> > -----
> > To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> > ----
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> > ----------------------------------------------------------------------
> > Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
> >
> >
> >
>
>
>
>
> -----
> To unsubscribe send a message to:
> svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
>
>   _____
>
> Yahoo! Groups Links
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/svg-developers/
>
> *         To unsubscribe from this group, send an email to:
> svg-developers-unsubscribe@yahoogroups.com
> <mailto:svg-developers-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
>
>
> [Non-text portions of this message have been removed]
>
>
>
> -----
> To unsubscribe send a message to:
svg-developers-unsubscribe@yahoogroups.com
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f17cb
>
>
>
>

#41380 From: Jerrold Maddox <jxm22@...>
Date: Thu Apr 1, 2004 8:27 pm
Subject: Submitting Abstracts to SVG Open 2004
jxm22
Send Email Send Email
 
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 directions be posted?

Jerry

Messages 41349 - 41380 of 66112   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