My correspondence with Blogger, re: SVG support.  Alas, if I can get
SVGs to show up in my blog (SVGMapper.blogspot.com) blogger isn't
going to be the one to help me do it. Any ideas? Even if someone could
solve the problem of not needing an external file to view an svg in an
html document, I think I could take it the rest of the way to make it
work in my blog. (Is that possible? Or does an SVG always have be an
independently referenced file?)


Hi there,

Thanks for writing in. Currently, Blogger Support does not support
questions regarding customized template code or CSS/HTML in general.
Please see our Blogger Help article for some brief tutorials and pointers
to more resources:
http://help.blogger.com/bin/answer.py?answer=752

Sincerely,
Blogger Support

Original Message Follows:
------------------------
From: "[EMAIL PROTECTED] {U 7184063 B 11018796}" <[EMAIL PROTECTED]>
Subject: Seeking support for Inline SVG
Date: Fri, 25 Feb 2005 15:59:14 -0800 (PST)

I'd love to be able to include Scalable Vector Graphics in my SVGMapper
blog. If I could just get the equivalent of "Hello World" below, working,
I'd be flying! Would appreciate your help.

<?xml version='1.0' standalone='no'?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20001102//EN'
 'http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd'>
<svg width='75' height='75' xmlns='http://www.w3.org/2000/svg'>
<title><!-- Hello World --></title>
<circle cx='30' cy='30' r='14' style='fill:orange; '/>
<defs><path id='textPath' d='M10 50 C10 0 90 0 90 50' /></defs>
<text style='fill:red; text-anchor:left; ' >
  <textPath xlink:href='#textPath'>Hello World!</textPath>
</text>
</svg>

Thanks for any assistance you can offer. SVG is awesome... I really hope
you can make blogspot work with it.

Sincere thanks,

Margie


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



Reply via email to