[svg-developers] svg plugins for mozilla required

2006-07-04 Thread Denish
Hi,

I need svg plugins for mozilla because some features of svg like text 
writing-mode=tbVTEXT/text is supported in I.E. but not in mozilla 
firefox 1.5.

so can any pne help me in this please?





-
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: setSrc() method can't work on adobe svgviewer3.03

2006-07-04 Thread Petru
I just found it:

http://cs.nerdbank.net/blogs/jmpinline/archive/2006/02/07/146.aspx






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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: setSrc() method can't work on adobe svgviewer3.03

2006-07-04 Thread Petru
Hi all,

It seems that somebody managed to do it:

http://cs.nerdbank.net/blogs/jmpinline/archive/2006/02/07/146.aspx

Hope this helps.

Petru



 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] images in SVG

2006-07-04 Thread arnorro
Hello,

I want to integrate binary images (mainly PNG) into a SVG document. 

The library I write generates SVG images which will be used in web
environments. I need to know several things about the images (like
size and format) before I am able to put them into the SVG, therefore
I need a local path as input from the user. If I link the images in a
web environment I would need an absolute path from the docroot (or the
same relative path in both cases, but I can't enforce this). The
library generates other output formats, so that I can't enforce
special configuration options like a webpath for images for SVG. Or
more exact:
I do not want to do this  ;) .

So I am looking for a way to really integrate the binary data in the
SVG. I imagine something like a CDATA section which I link in the
image element. To make it even worse, this solution should work with
Gecko, Adobe SVG viewer and Opera.

I was not able to find something like this ia Google, or by looking at
the RFC. The RFC only mentiones paths for the image element.

Best regards,
Kore






-
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: Firefox on MacOSX, or is it Intel-related? / progress with latest Cairo?

2006-07-04 Thread meikelneu
jophof007 [EMAIL PROTECTED] wrote:

 Yes firefox on the Mac (Intel or PPC) is on SVG 
 much worse than under PC. 

yes, this is unfortunately true and it's mainly due to poor Cairo (the
graphic engine for SVG behind Firefox) development on MacOSX. Has
anyone more insight in what the latest Cairo release is up to on OSX
and if it will make it into Firefox2?
http://cairographics.org/news/cairo-1.2.0  (July 1st, 2006)

In my experience I was literally blown away by the SVG speed of
Opera_9 on OSX. While I don't like Opera's UI for an everyday browser
and find its type antialiasing with SVG sub-par it is currently my
first choice on OSX for all things native SVG.

Michael  






 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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: images in SVG

2006-07-04 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, arnorro [EMAIL PROTECTED] wrote:

 So I am looking for a way to really integrate the binary data in the
 SVG. I imagine something like a CDATA section which I link in the
 image element. To make it even worse, this solution should work with
 Gecko, Adobe SVG viewer and Opera.

All three support data: URLs as in this example:
http://home.arcor.de/martin.honnen/svg/test2006070401.svg

See the data: URL specification here
http://tools.ietf.org/html/2397
but also note that the small image I have included in the example is
judged there as The embedded image is probably near the limit of
utility. For anything else larger, data URLs are likely to be
inappropriate.






 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] Re: Firefox on MacOSX, or is it Intel-related? / progress with latest Cairo?

2006-07-04 Thread T Rowley
On 7/4/06 8:27 AM, meikelneu wrote:
 jophof007 [EMAIL PROTECTED] wrote:
 
 Yes firefox on the Mac (Intel or PPC) is on SVG 
 much worse than under PC. 
 
 yes, this is unfortunately true and it's mainly due to poor Cairo (the
 graphic engine for SVG behind Firefox) development on MacOSX. Has
 anyone more insight in what the latest Cairo release is up to on OSX
 and if it will make it into Firefox2?
 http://cairographics.org/news/cairo-1.2.0  (July 1st, 2006)

At this point we don't plan on updating to cairo-1.2 in Firefox 2, as 
there's a serious regression in cairo's atsui font backend when dealing 
with transformed text.

-tor


 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] Firefox on MacOSX, or is it Intel-related?

2006-07-04 Thread T Rowley
On 7/3/06 9:13 AM, Guy Morton wrote:
 I've just got myself a macbook pro running mac os x 10.7, and i  
 downloaded firefox (the current version) and SVG is terrible in it.  
 the bitmaps are all in a weird colour space and the text is outlined  
 weirdly and so on. Is this just a problem with FF on a mac?

Firefox 1.5.0.5 and Firefox 2 will contain the fixes for the byte 
ordering problems that cause SVG to look different between OS-X PPC and 
Intel.

-tor


-
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] Re: images in SVG

2006-07-04 Thread Phi Tran
On 7/4/06, Martin Honnen [EMAIL PROTECTED] wrote:

   --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com,
 arnorro [EMAIL PROTECTED] wrote:

  So I am looking for a way to really integrate the binary data in the
  SVG. I imagine something like a CDATA section which I link in the
  image element. To make it even worse, this solution should work with
  Gecko, Adobe SVG viewer and Opera.

 All three support data: URLs as in this example:
 http://home.arcor.de/martin.honnen/svg/test2006070401.svg

 See the data: URL specification here
 http://tools.ietf.org/html/2397
 but also note that the small image I have included in the example is
 judged there as The embedded image is probably near the limit of
 utility. For anything else larger, data URLs are likely to be
 inappropriate.


If some how you can do  avariable such as
var a=data: image/png;base64;...
then
assign this variable to a URL
or
you can assign its url to a function.

I have tried on FF an Opera with more than 640,000 bytes in length  and it
works.
for IE I have tried on 128Kb it works too (at certain cases) but it need
some twicks.

Messages in this topic
 http://us.lrd.yahoo.com/_ylc=X3oDMTM2aHVzZzViBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BG1zZ0lkAzU2MjI1BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTE1MjAyMzgzNAR0cGNJZAM1NjIyMw--;_ylg=1/SIG=11v5fe8ch/**http%3a//groups.yahoo.com/group/svg-developers/message/56223(
 2)  Reply (via web post)
 http://us.lrd.yahoo.com/_ylc=X3oDMTJxYmtzbDI2BF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BG1zZ0lkAzU2MjI1BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTE1MjAyMzgzNA--;_ylg=1/SIG=12lopleae/**http%3a//groups.yahoo.com/group/svg-developers/post%3fact=reply%26messageNum=56225|
  Start
 a new topic
 http://us.lrd.yahoo.com/_ylc=X3oDMTJlNTc5N3F1BF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTE1MjAyMzgzNA--;_ylg=1/SIG=11ma099vf/**http%3a//groups.yahoo.com/group/svg-developers/post
  
 Messageshttp://us.lrd.yahoo.com/_ylc=X3oDMTJlOG1vazJwBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA21zZ3MEc3RpbWUDMTE1MjAyMzgzNA--;_ylg=1/SIG=11qk2lbuv/**http%3a//groups.yahoo.com/group/svg-developers/messages|
 Fileshttp://us.lrd.yahoo.com/_ylc=X3oDMTJmcThvb2NqBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA2ZpbGVzBHN0aW1lAzExNTIwMjM4MzQ-;_ylg=1/SIG=11n74ej2h/**http%3a//groups.yahoo.com/group/svg-developers/files|
 Photoshttp://us.lrd.yahoo.com/_ylc=X3oDMTJlNW9sZTFlBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA3Bob3QEc3RpbWUDMTE1MjAyMzgzNA--;_ylg=1/SIG=11ogglg0s/**http%3a//groups.yahoo.com/group/svg-developers/photos|
 Pollshttp://us.lrd.yahoo.com/_ylc=X3oDMTJmdmg5ZjM3BF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA3BvbGxzBHN0aW1lAzExNTIwMjM4MzQ-;_ylg=1/SIG=11nfpag95/**http%3a//groups.yahoo.com/group/svg-developers/polls|
 Calendarhttp://us.lrd.yahoo.com/_ylc=X3oDMTJkdTNlNDc0BF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA2NhbARzdGltZQMxMTUyMDIzODM0;_ylg=1/SIG=11qif1tkc/**http%3a//groups.yahoo.com/group/svg-developers/calendar
  -
 To unsubscribe send a message to:
 [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my
 membership
 
  [image: Yahoo! 
 Groups]http://us.lrd.yahoo.com/_ylc=X3oDMTJkN2RxM2xjBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMTUyMDIzODM0;_ylg=1/SIG=10skg51ah/**http%3a//groups.yahoo.comYou
  are receiving Individual Emails Change
 Delivery Settings
 http://us.lrd.yahoo.com/_ylc=X3oDMTJmamM4bmRvBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExNTIwMjM4MzQ-;_ylg=1/SIG=11m1m63rc/**http%3a//groups.yahoo.com/group/svg-developers/join
  Visit Your Group
 http://us.lrd.yahoo.com/_ylc=X3oDMTJkdm9vbmhnBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTUyMDIzODM0;_ylg=1/SIG=11hnfu9rs/**http%3a//groups.yahoo.com/group/svg-developers|
  Yahoo!
 Groups Terms of Use http://docs.yahoo.com/info/terms/ | Unsubscribe
 [EMAIL PROTECTED]
   New Message Search

 Find the message you want faster. Visit your group to try out the improved
 message search.

 http://

 Share feedback on the new changes to 
 Groupshttp://us.lrd.yahoo.com/_ylc=X3oDMTJtZ2trNjgzBF9TAzk3MzU5NzE0BF9wAzIEZ3JwSWQDMTI5ODQyMQRncnBzcElkAzE2MDEwMzAzODkEc2VjA25jbW9kBHNsawNmZGJjawRzdGltZQMxMTUyMDIzODM0;_ylg=1/SIG=11im36rmb/**http%3a//surveylink.yahoo.com/wix/p1412899.aspx
   Recent Activity

-  21
New 
 Membershttp://us.lrd.yahoo.com/_ylc=X3oDMTJmMGN1ZjRlBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzExNTIwMjM4MzQ-;_ylg=1/SIG=11pn6kb53/**http%3a//groups.yahoo.com/group/svg-developers/members

  Visit Your Group
 

Re: [svg-developers] Firefox on MacOSX, or is it Intel-related?

2006-07-04 Thread Jonathan Chetwynd
Guy,

my guess is that it's intel related.

I marginally prefer firefox over opera, primarily because the bug  
reporting is public.
svg support is similar with both claiming support for elements that  
are in reality at best bug-infested.
However the colour in os x non-intel is fine

cheers

Jonathan Chetwynd



On 3 Jul 2006, at 15:13, Guy Morton wrote:

I've just got myself a macbook pro running mac os x 10.7, and i
downloaded firefox (the current version) and SVG is terrible in it.
the bitmaps are all in a weird colour space and the text is outlined
weirdly and so on. Is this just a problem with FF on a mac?

Guy





-
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] svg plugins for mozilla required

2006-07-04 Thread Jonathan Chetwynd
Why not use IE?

cheers

Jonathan Chetwynd



On 4 Jul 2006, at 06:53, Denish wrote:

Hi,

I need svg plugins for mozilla because some features of svg like text
writing-mode=tbVTEXT/text is supported in I.E. but not in mozilla
firefox 1.5.

so can any pne help me in this please?






 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] Creating dynamically sized text icons with SVG

2006-07-04 Thread winnall
I presume this question has been asked before, but I can't find the appropriate 
terms to 
make Google spit out anything helpful. I would be grateful for any pointers 
that could be 
provided.

I generate PNG icons from SVG in Cocoon using Cocoon's SVG2PNG serializer. 
Hitherto I 
have had fixed-sized icons, so it was relatively easy to work from templates of 
known size, 
replacing the text on the fly.

However, I now need to create icons of varying size, depending on the length of 
the text 
that they contain. As I understand it, text and tspan are used to render 
text in any 
supported format. What I don't understand is how to make the height and width 
of the 
document (viewport?) containing the text the same as the text itself.

I use XSLT to modify my templates. What I would like to be able to do is 
something like the 
following:

1) replace the text in the template with the text I want;
2) check how high and wide the rendered version of the text is;
3) set the document height and width according to the values in 3;
4) position the text at (0,0);
5) convert to PNG.


Steve







-
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] images in SVG

2006-07-04 Thread Erik Dahlström


On Tue, 04 Jul 2006 14:51:50 +0200, arnorro [EMAIL PROTECTED] wrote:

 Hello,

 I want to integrate binary images (mainly PNG) into a SVG document.

 The library I write generates SVG images which will be used in web
 environments. I need to know several things about the images (like
 size and format) before I am able to put them into the SVG, therefore
 I need a local path as input from the user. If I link the images in a
 web environment I would need an absolute path from the docroot (or the
 same relative path in both cases, but I can't enforce this). The
 library generates other output formats, so that I can't enforce
 special configuration options like a webpath for images for SVG. Or
 more exact:
 I do not want to do this  ;) .

 So I am looking for a way to really integrate the binary data in the
 SVG. I imagine something like a CDATA section which I link in the
 image element. To make it even worse, this solution should work with
 Gecko, Adobe SVG viewer and Opera.

 I was not able to find something like this ia Google, or by looking at
 the RFC. The RFC only mentiones paths for the image element.

 Best regards,
 Kore

Is sounds like it's the data URI scheme you're looking for?
An example:  
http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-struct-image-04-t.html

For more information on data URI:s see here for example:
http://en.wikipedia.org/wiki/Data_Uri

Regards
/Erik

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/





 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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: Firefox on MacOSX, or is it Intel-related?

2006-07-04 Thread jophof007
Hi,


Not intel related I am running both!

John
--- In svg-developers@yahoogroups.com, Jonathan Chetwynd
[EMAIL PROTECTED] wrote:

 Guy,
 
 my guess is that it's intel related.
 
 I marginally prefer firefox over opera, primarily because the bug  
 reporting is public.
 svg support is similar with both claiming support for elements that  
 are in reality at best bug-infested.
 However the colour in os x non-intel is fine
 
 cheers
 
 Jonathan Chetwynd
 
 
 
 On 3 Jul 2006, at 15:13, Guy Morton wrote:
 
 I've just got myself a macbook pro running mac os x 10.7, and i
 downloaded firefox (the current version) and SVG is terrible in it.
 the bitmaps are all in a weird colour space and the text is outlined
 weirdly and so on. Is this just a problem with FF on a mac?
 
 Guy








 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] images in SVG

2006-07-04 Thread Phi Tran
On 7/4/06, Erik Dahlström [EMAIL PROTECTED] wrote:



 On Tue, 04 Jul 2006 14:51:50 +0200, arnorro [EMAIL PROTECTED] wrote:

  Hello,
 
  I want to integrate binary images (mainly PNG) into a SVG document.
 
  The library I write generates SVG images which will be used in web
  environments. I need to know several things about the images (like
  size and format) before I am able to put them into the SVG, therefore
  I need a local path as input from the user. If I link the images in a
  web environment I would need an absolute path from the docroot (or the
  same relative path in both cases, but I can't enforce this). The
  library generates other output formats, so that I can't enforce
  special configuration options like a webpath for images for SVG. Or
  more exact:
  I do not want to do this  ;) .
 
  So I am looking for a way to really integrate the binary data in the
  SVG. I imagine something like a CDATA section which I link in the
  image element. To make it even worse, this solution should work with
  Gecko, Adobe SVG viewer and Opera.
 
  I was not able to find something like this ia Google, or by looking at
  the RFC. The RFC only mentiones paths for the image element.
 
  Best regards,
  Kore

 Is sounds like it's the data URI scheme you're looking for?
 An example:

 http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-struct-image-04-t.html

 For more information on data URI:s see here for example:
 http://en.wikipedia.org/wiki/Data_Uri

 Regards
 /Erik




Just to make life easier Data URI work on FF, Opera. IE does not ship one
 but you and build you one I have tried on IE 5,6 supposingly it should work
 on 7.

here is the link of the one for IE
http://www.codeproject.com/internet/DataProtocol.asp it's simple.

Best luck.

Phi



--
 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/






 -
 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










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



 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] Regarding viewport and viewbox

2006-07-04 Thread pradeep sd
Hi All,
   
  Am stuck up with  a doubt ...I want to eliminate all the svg elements that 
are outside the view box...Please Can anyone tell me how to get the view box 
coordinates and coordinate of a particular svg element
   
  Regards
  Prad
   
   


-
 Yahoo! India Answers: Share what you know. Learn something new Click here
Catch all the FIFA World Cup 2006 action on Yahoo! India Click here

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



 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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] Regarding view box

2006-07-04 Thread prad4svg
Hi All,

Am stuck up with  a doubt ...I want to eliminate all the svg elements 
that are outside the view box...Please Can anyone tell me how to get 
the view box coordinates and coordinate of a particular svg element

Regards
Prad







 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/1U_rlB/TM
~- 

-
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: svg plugins for mozilla required

2006-07-04 Thread Francis Hemsher
Hey Jonathan,

The scent of the daisey is subtle, yet substantial, for those who 
appreciate its existence.
Regards,
Francis

--- In svg-developers@yahoogroups.com, Jonathan Chetwynd 
[EMAIL PROTECTED] wrote:

 Why not use IE?
 
 cheers
 
 Jonathan Chetwynd
 
 
 
 On 4 Jul 2006, at 06:53, Denish wrote:
 
 Hi,
 
 I need svg plugins for mozilla because some features of svg like 
text
 writing-mode=tbVTEXT/text is supported in I.E. but not in 
mozilla
 firefox 1.5.
 
 so can any pne help me in this please?







-
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] How to remove default offset in the rendered svg images --- Plz Help

2006-07-04 Thread Shamjith K V
Hi ..
When I viewed the below rectangle.svg in squiggle, the rendered image
is displayed after an offset from left. 
Can any body please help me to remove this offset ?

!--rectangle.svg --
?xml version=1.0 standalone=no?
!DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.1//EN 
http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;
svg width=102400 height=76800 viewBox = 0 0 102400 76800  version = 
1.1
 rect x=0 y=1000 width= 48000 height=5000 stroke = blue fill = red 
/
/svg
!-rectangle.svg --

Thanks and Regards,
Shamjith


-
 Try the all-new Yahoo! Mail . The New Version is radically easier to use – 
The Wall Street Journal

[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 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/