Re: [svg-developers] Let's not get carried away, PLEASE!

2005-08-09 Thread Philippe Lhoste
Jean-David Benamou wrote:
 welkerpaul wrote:
I got complaints about spreading FUD that Adobe SVG Viewer would not 
work in MS Internet Explorer 7. Clearly, that is wrong. 
 
 what is FUD ?

http://www.bugbrother.com/archives/fud.htm
http://www.retrologic.com/jargon/F/FUD.html

-- 
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  For servers mangling my From and Reply-To fields,
--  please send private answers to PhiLho(a)GMX.net
--  --  --  --  --  --  --  --  --  --  --  --  --  --


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hmrfi1b/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123595294/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Jagadish Pampati
Hi 
There is no problem in xsl and svg just assign the schema  like this it will 
work
 

?xml version=1.0 encoding=ISO-8859-1?

?xmlspysamplexml C:\Documents and Settings\Jagadish 
Pampatwar\Desktop\XSLT\abcd.svg?

xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

xsl:output indent=yes omit-xml-declaration=no 
doctype-system=http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd; 
doctype-public=-//W3C//DTD SVG 20010904//EN method=xml/

xsl:template match=/

xsl:apply-templates select=svg/

/xsl:template

xsl:template match=svg

I am svg!



svg width=100% height=100% viewBox=0 0 100 100 
preserveAspectRatio=none

xsl:apply-templates/

/svg

/xsl:template

/xsl:stylesheet

 

this is svg

?xml version=1.0?

!DOCTYPE svg PUBLIC -//W3C//DTD SVG 20010904//EN 

http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;

svg width=500 height=500 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation=C:\Documents and Settings\Jagadish 
Pampatwar\Desktop\XSLT\xs1.xsd

text

tspan x=100 y=100 dx=15

SVG Text 1

/tspan

tspan x=100 y=115

SVG Text 2 

/tspan

/text

/svg

 

xsd which i have generated

?xml version=1.0 encoding=UTF-8?

!--W3C Schema generated by XMLSPY v5 rel. 4 U (http://www.xmlspy.com)--

xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; 
elementFormDefault=qualified

xs:element name=svg

xs:complexType

xs:sequence

xs:element name=text type=textType/

/xs:sequence

xs:attribute name=width type=xs:short use=required/

xs:attribute name=height type=xs:short use=required/

/xs:complexType

/xs:element

xs:complexType name=textType

xs:sequence

xs:element name=tspan type=tspanType maxOccurs=unbounded/

/xs:sequence

/xs:complexType

xs:complexType name=tspanType

xs:simpleContent

xs:extension base=xs:string

xs:attribute name=x type=xs:byte use=required/

xs:attribute name=y use=required

xs:simpleType

xs:restriction base=xs:NMTOKEN

xs:enumeration value=100/

xs:enumeration value=115/

/xs:restriction

/xs:simpleType

/xs:attribute

xs:attribute name=dx type=xs:byte/

/xs:extension

/xs:simpleContent

/xs:complexType

/xs:schema

 

 

 

 

 


Ahmed Salman [EMAIL PROTECTED] wrote:
Hi!

I am running a very very simple style sheet on an empty svg file. I am
not able to understand why its not matching the svg root element. I
spent many hours and run the same code on different parsers including
XML Spy, Oracle XML Parser, Oxygen. But svg element never matches.
XSLT should display I am svg. It seems that I am doing a very basic
mistake. Pease help!

/// SVG FILE

?xml version=1.0?
!DOCTYPE svg PUBLIC -//W3C//DTD SVG 20010904//EN 
  http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
?xml-stylesheet type=text/xsl href=C:\Program Files\Apache
Group\Apache2\htdocs\text\tspan1.xsl?

svg width=500 height=500
   text
tspan x=100 y=100 dx=15
  SVG Text 1
/tspan
tspan x=100 y=115
  SVG Text 2
/tspan
  /text
/svg


/ STYLE SHEET ///

?xml version=1.0 encoding=ISO-8859-1?
xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xsl:output indent=yes omit-xml-declaration=no
doctype-system=http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
doctype-public=-//W3C//DTD SVG 20010904//EN method=xml/
  
  
  xsl:template match=/
xsl:apply-templates select=svg/   
  /xsl:template
  
  xsl:template match=svg
I am svg!

svg width=100% height=100% viewBox=0 0 100 100
preserveAspectRatio=none
  xsl:apply-templates / 
/svg
  /xsl:template

/xsl:stylesheet



Thanks,
Salmi


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 



SPONSORED LINKS 
Format Data Svg Computer internet 

-
YAHOO! GROUPS LINKS 


Visit your group svg-developers on the web.
  
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


-



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hfe54fn/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123596911/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font

[svg-developers] Multiple Image Elements

2005-08-09 Thread kerrycoffin

Hi

It looks like when I add multiple image elements to the DOM via 
javascript that only two requests at a time are sent to the web 
server by the ASV plugin even though I'm creating 16 image elements.  
i.e.

 imageElement.setAttributeNS(XLINK, xlink:href, 
requestString);
 imageElement.setAttribute(width, sf256);
 imageElement.setAttribute(height, sf256);
 imageElement.setAttribute(x, px);
 imageElement.setAttribute(y, py);

When a request is satisfied (recieved by the ASV plugin), another 
request is sent by the plugin internally. (the image returned is jpeg)

I logged the requests on the server to see this.
I'm creating a tile of images for a map and I'd like to take 
advantage of the Internet Browser Cache for client side caching.

Is there anyway to change this behavior?

Thanks,

Kerry Coffin
Sr. Systems Engineer
ESRI





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12huns2o4/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123603807/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Ahmed Salman
Thanks a lot Jadadish! Its working now.

On 8/9/05, Jagadish Pampati [EMAIL PROTECTED] wrote:
 Hi 
 There is no problem in xsl and svg just assign the schema  like this it will
 work
 
 
 ?xml version=1.0 encoding=ISO-8859-1?
 
 ?xmlspysamplexml C:\Documents and Settings\Jagadish
 Pampatwar\Desktop\XSLT\abcd.svg?
 
 xsl:stylesheet version=1.0
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 
 xsl:output indent=yes omit-xml-declaration=no
 doctype-system=http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
 doctype-public=-//W3C//DTD SVG 20010904//EN method=xml/
 
 xsl:template match=/
 
 xsl:apply-templates select=svg/
 
 /xsl:template
 
 xsl:template match=svg
 
 I am svg!
 
 
 
 svg width=100% height=100% viewBox=0 0 100 100
 preserveAspectRatio=none
 
 xsl:apply-templates/
 
 /svg
 
 /xsl:template
 
 /xsl:stylesheet
 
 
 
 this is svg
 
 ?xml version=1.0?
 
 !DOCTYPE svg PUBLIC -//W3C//DTD SVG 20010904//EN 
 
 http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
 
 svg width=500 height=500
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:noNamespaceSchemaLocation=C:\Documents and
 Settings\Jagadish Pampatwar\Desktop\XSLT\xs1.xsd
 
 text
 
 tspan x=100 y=100 dx=15
 
 SVG Text 1
 
 /tspan
 
 tspan x=100 y=115
 
 SVG Text 2 
 
 /tspan
 
 /text
 
 /svg
 
 
 
 xsd which i have generated
 
 ?xml version=1.0 encoding=UTF-8?
 
 !--W3C Schema generated by XMLSPY v5 rel. 4 U (http://www.xmlspy.com)--
 
 xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema;
 elementFormDefault=qualified
 
 xs:element name=svg
 
 xs:complexType
 
 xs:sequence
 
 xs:element name=text type=textType/
 
 /xs:sequence
 
 xs:attribute name=width type=xs:short use=required/
 
 xs:attribute name=height type=xs:short use=required/
 
 /xs:complexType
 
 /xs:element
 
 xs:complexType name=textType
 
 xs:sequence
 
 xs:element name=tspan type=tspanType maxOccurs=unbounded/
 
 /xs:sequence
 
 /xs:complexType
 
 xs:complexType name=tspanType
 
 xs:simpleContent
 
 xs:extension base=xs:string
 
 xs:attribute name=x type=xs:byte use=required/
 
 xs:attribute name=y use=required
 
 xs:simpleType
 
 xs:restriction base=xs:NMTOKEN
 
 xs:enumeration value=100/
 
 xs:enumeration value=115/
 
 /xs:restriction
 
 /xs:simpleType
 
 /xs:attribute
 
 xs:attribute name=dx type=xs:byte/
 
 /xs:extension
 
 /xs:simpleContent
 
 /xs:complexType
 
 /xs:schema
 
 
 
 
 
 
 
 
 
 
 
 
 
 Ahmed Salman [EMAIL PROTECTED] wrote:
 Hi!
 
 I am running a very very simple style sheet on an empty svg file. I am
 not able to understand why its not matching the svg root element. I
 spent many hours and run the same code on different parsers including
 XML Spy, Oracle XML Parser, Oxygen. But svg element never matches.
 XSLT should display I am svg. It seems that I am doing a very basic
 mistake. Pease help!
 
 /// SVG FILE
 
 ?xml version=1.0?
 !DOCTYPE svg PUBLIC -//W3C//DTD SVG 20010904//EN 
  
 http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
 ?xml-stylesheet type=text/xsl href=C:\Program Files\Apache
 Group\Apache2\htdocs\text\tspan1.xsl?
 
 svg width=500 height=500
text
 tspan x=100 y=100 dx=15
   SVG Text 1
 /tspan
 tspan x=100 y=115
   SVG Text 2
 /tspan
   /text
 /svg
 
 
 / STYLE SHEET ///
 
 ?xml version=1.0 encoding=ISO-8859-1?
 xsl:stylesheet version=1.0
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 xsl:output indent=yes omit-xml-declaration=no
 doctype-system=http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
 doctype-public=-//W3C//DTD SVG 20010904//EN method=xml/
   
   
   xsl:template match=/
 xsl:apply-templates select=svg/   
   /xsl:template
   
   xsl:template match=svg
 I am svg!
 
 svg width=100% height=100% viewBox=0 0 100 100
 preserveAspectRatio=none
   xsl:apply-templates / 
 /svg
   /xsl:template
 
 /xsl:stylesheet
 
 
 
 Thanks,
 Salmi
 
 
 -
 To unsubscribe send a message to:
 [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and
 click edit my membership
  
 
 
 
 SPONSORED LINKS 
 Format Data Svg Computer internet 
 
 -
 YAHOO! GROUPS LINKS 
 
 
 Visit your group svg-developers on the web.
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
 
 
 -
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 [Non-text portions of this message have been removed]
 
 
 
 -
 To unsubscribe send a message to:
 [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers 

Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Holger Will
Ahmed Salman schrieb:

 Hi!

 I am running a very very simple style sheet on an empty svg file. I am
 not able to understand why its not matching the svg root element. I
 spent many hours and run the same code on different parsers including
 XML Spy, Oracle XML Parser, Oxygen. But svg element never matches.
 XSLT should display I am svg. It seems that I am doing a very basic
 mistake. Pease help!


Hi Salman
i havent tested your example, but i would strongly recomment to use 
namespaces !(and no doctype)
so your svg file looks like this:

?xml version=1.0?
?xml-stylesheet type=text/xsl href=C:\Program Files\Apache
Group\Apache2\htdocs\text\tspan1.xsl?

svg width=500 height=500 xmlns=http://www.w3.org/2000/svg;
   text
tspan x=100 y=100 dx=15
  SVG Text 1
/tspan
tspan x=100 y=115
  SVG Text 2   
/tspan
  /text
/svg

and also in your XSLT stylesheet use namespaces !!

?xml version=1.0 encoding=ISO-8859-1?
xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xmlns:svg=http://www.w3.org/2000/svg;
xmlns=http://www.w3.org/2000/svg;
 

  xsl:template match=/
xsl:apply-templates select=svg:svg/  
  /xsl:template
 
  xsl:template match=svg:svg
!--there should be no text before your root element --
svg width=100% height=100% viewBox=0 0 100 100
preserveAspectRatio=none
  xsl:apply-templates / !-- there are no other 
templates --
!-- you might want somthing like xsl:copy-of select=svg:*
/svg
  /xsl:template

/xsl:stylesheet

here are my experiments on SVG and XSLT :
http://www.treebuilder.de/svg/extentSVG/artikel/tut.html
http://www.treebuilder.de/svg/extentSVG/documentation.html

hope it helps
Holger


 /// SVG FILE

 ?xml version=1.0?
 !DOCTYPE svg PUBLIC -//W3C//DTD SVG 20010904//EN
   http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
 ?xml-stylesheet type=text/xsl href=C:\Program Files\Apache
 Group\Apache2\htdocs\text\tspan1.xsl?

 svg width=500 height=500
text
 tspan x=100 y=100 dx=15
   SVG Text 1
 /tspan
 tspan x=100 y=115
   SVG Text 2   
 /tspan
   /text
 /svg


 / STYLE SHEET ///

 ?xml version=1.0 encoding=ISO-8859-1?
 xsl:stylesheet version=1.0 
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 xsl:output indent=yes omit-xml-declaration=no
 doctype-system=http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd;
 doctype-public=-//W3C//DTD SVG 20010904//EN method=xml/
  
  
   xsl:template match=/
 xsl:apply-templates select=svg/  
   /xsl:template
  
   xsl:template match=svg
 I am svg!

 svg width=100% height=100% viewBox=0 0 100 100
 preserveAspectRatio=none
   xsl:apply-templates /
 /svg
   /xsl:template

 /xsl:stylesheet



 Thanks,
 Salmi




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h3t1tr0/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123605738/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread deeti_dave
Dear Holger,

Thank you very much for your reply!

ohh :( I am trying to convince them, they are afraid of whole 
network being exposed to the outside world, I'm seeing what i can 
do...hopefully i should be able to.

D Dave

--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] 
wrote:
 deeti_dave schrieb:
 
  Dear Holger,
 
  Thank you very much for your reply!
 
  yes, the link you've sent me works when I open it. The server I 
am
  running is NCServer, which is an ISV webserver specially made for
  our purposes. The network I am working is a very secure network, 
I
  am negociating with them to let you connect to my test server. I
  will update here as soon as I can.
  I am not sure if you can connect here, but you can give it a try:
  http://192.0.2.128:8080/KeyPuncher/testSVG.svg
 
  username/password is: sp/sppass
 
  let me know if it works.
 
 
 no, im getting a timeout :-(
 
 
  Thank you very much again.
 
  D Dave
 
 
  *---*
  testSVG.svg
  ?xml version=1.0 encoding=iso-8859-1 standalone=no?
 
  svg onload=init(evt); viewBox=0 0 1000 1000
 
  script type=text/javascript
  function init(evt) {
svgdoc = evt.target.ownerDocument;
 
getURL(testXML.xml,callback_rect);
   
  } //end init()
 
  function callback_rect(obj) {
 
   
if(obj.success) {
  alert(success!);
  var xmldoc = parseXML(obj.content,svgdoc);
  var nodes = xmldoc.childNodes;
  alert(ln: +nodes.length);
 
}else{
  alert(Failed!);
}
 
  } // end callback
  /script
 
 
  /svg
 
 
  *-*
  testXML.xml
 
  DOCUMENT
TRADER
  NAME
LAST_NAMELname/LAST_NAME
FIRST_NAMEFName/FIRST_NAME
  /NAME
/TRADER
  /DOCUMENT
 
  let me know if you can run it.
 
 
 yes, it works for me, running local and on an IIS webserver. see 
the 
 running version online:
 http://blog.treebuilder.de/svg/getUrl.svg
 
 
 so i guess that its a server issue. are you using https by any 
chance ? 
 there are known issues with https and getURL .
 
 cheers
 Holger
 
 
 
 
  --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED]
  wrote:
   Hi Dave
  
   iv uploaded a simple example,
   http://blog.treebuilder.de/svg/getUrl.svg
  
   this works for me in IE+ASV6. does it work for you ?
   what server are you using ? can you put a simple example 
online ?
  
   cheers
   Holger




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hv65ssl/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123618694/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Real time map animation in svg

2005-08-09 Thread sent1729
Hi all,

I am trying to build an application for real time mapping using SVG.I 
would greatly appreciate any suggestion. 

I am using Apache squiggle browser. I would like to show the GPS 
points that I collect moving in real time on the browser. I am 
planning on using a java program that can communicate to the com-port 
and writes the NMEA strings to a text file(I have done this using VBA 
in AutoCAD map). I have conversion routines that converts the raw 
lat/lon to the SVG coordinates in which the raster and vector layers 
are displayed (I've already got the georeferenced vector layers and 
the raster aerial imagery to display on the svg browser).

Now is it possible to see the GPS point(in SVG coordinates) moving 
real time on the screene?. In other words, it should be like a GPS 
navigation tool that tracks and shows the motion of any vehicle on 
the screen(with raster and vector layers) based on the input from the 
GPS reciever.

Thanks for any input.
Nathan.










 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h68fpm9/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123618844/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Any designers coming to SVG Open?

2005-08-09 Thread Cameron McCormack
If any graphic designers will be attending SVG Open next week, I'd like
to talk to you for a short time.  My current project is working on an
adaptive diagram authoring tool--initially looking at authoring bar
charts and process diagrams--and I would like some input on the
decisions a designer would make when creating one of these diagrams.

So if you are, please drop me an e-mail so I can meet up with you.

Thanks,

Cameron

-- 
  e-mail : cam (at) mcc.id.au   icq : 26955922
 web : http://mcc.id.au/msn : cam-msn (at) aka.mcc.id.au
  office : +61399055779  jabber : heycam (at) jabber.org


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h36su5f/M=362335.6886445.7839731.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123648805/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Jpeg2000 ...

2005-08-09 Thread lance dyas
Jpeg2000 would indeed be sweet. Proprietary Mr Sid is dying out 
anyway.(RUMOR)


Andre M. Winter - Carto.net wrote:

hi todd,

no. SVG1.1 (and most viewers) only allow JPG and PNG as raster files. 
maybe next viewes will support JPG2000 for compression levels.

andré

  



-- 
Google Me at : Decision Driven Rolegaming

-- Lance Dyas
The Decision Driven Gaming Center
Creating a language for describing  how we do things to enable better 
visualization  in roleplay.
http://www.dyasdesigns.com/roleplay



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hcvbntc/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123653977/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/