• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

My baby!

is it one of those splotch things that they have at that place where they give you candy and talk to you about mental health?
 
I am stupid too, so are both browsers. Where do you get a SVG plugin? :confused:
 
Originally posted by Pathetic
is it one of those splotch things that they have at that place where they give you candy and talk to you about mental health?
:mad: No, it's as far as I've got. :biggrin2:

Jan, I've got Adobe's. I think it's IE only, In any case it's not Netscape4. :p
 
hah, when i clicked it, it said yes or no, and i clicked yes and it installed the plugin.
reaaaaaaaally simple
 
No, right click and view source. That's what's so cool. It's plain text.
 
<object data="images/test.svg" type="image/svg+xml" width="440" height="400"></object>


text my butt


ADD ~

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
  <!DOCTYPE svg (View Source for full doctype...)> 
- <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify" version="1.0" contentScriptType="text/ecmascript" contentStyleType="text/css">
  <title content="structured text">Cool</title> 
  <circle cx="220" cy="200" r="150" stroke="#ccccff" stroke-width="10px" fill="yellow" /> 
- <circle cx="220" cy="200" r="155" stroke="none" fill="#ff0000">
  <animate attributeType="XML" attributeName="r" from="0" to="155" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  </circle>
- <rect x="220" y="200" width="0" height="0" fill="#eeeeee">
  <animate attributeType="XML" attributeName="opacity" from="1" to="0" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  <animate attributeType="XML" attributeName="width" from="200" to="4" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  <animate attributeType="XML" attributeName="height" from="200" to="4" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  </rect>
- <rect x="150" y="100" width="0" height="0" fill="#ffc0cb">
  <animate attributeType="XML" attributeName="opacity" from="1" to="0" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  <animate attributeType="XML" attributeName="width" from="200" to="4" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  <animate attributeType="XML" attributeName="height" from="200" to="4" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  </rect>
- <rect x="100" y="150" width="0" height="0" fill="#6495ed">
  <animate attributeType="XML" attributeName="opacity" from="1" to="0" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  <animate attributeType="XML" attributeName="width" from="200" to="4" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  <animate attributeType="XML" attributeName="height" from="200" to="4" dur="5s" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad" restart="always" fill="remove" calcMode="linear" additive="replace" accumulate="none" /> 
  </rect>
  </svg>
 
Yes? Does that look like binaries to you? :confused:

Where did you get that btw? That's not my source. It's transformed in some funny way. Here's mine:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/SVG/DTD/svg10.dtd">

<svg xmlns="http://www.w3.org/2000/svg">
<title>Cool</title>


<circle cx="220" cy="200" r="150" stroke="#ccccff" stroke-width="10px" fill="yellow"/>

<circle cx="220" cy="200" r="155" stroke="none" fill="#ff0000">
<animate attributeType="XML" attributeName="r" from="0" to="155" dur="5s"/>
</circle>

<rect x="220" y="200" width="0" height="0" fill="#eeeeee">
<animate attributeType="XML" attributeName="opacity" from="1" to="0" dur="5s"/>
<animate attributeType="XML" attributeName="width" from="200" to="4" dur="5s"/>
<animate attributeType="XML" attributeName="height" from="200" to="4" dur="5s"/>
</rect>

<rect x="150" y="100" width="0" height="0" fill="#ffc0cb">
<animate attributeType="XML" attributeName="opacity" from="1" to="0" dur="5s"/>
<animate attributeType="XML" attributeName="width" from="200" to="4" dur="5s"/>
<animate attributeType="XML" attributeName="height" from="200" to="4" dur="5s"/>
</rect>

<rect x="100" y="150" width="0" height="0" fill="#6495ed">
<animate attributeType="XML" attributeName="opacity" from="1" to="0" dur="5s"/>
<animate attributeType="XML" attributeName="width" from="200" to="4" dur="5s"/>
<animate attributeType="XML" attributeName="height" from="200" to="4" dur="5s"/>
</rect>

</svg>
And that's what I see when I view source.
 
Last edited:
Originally posted by Pathetic
is it one of those splotch things that they have at that place where they give you candy and talk to you about mental health?
You been there? :nervous: :p

Looks cool meow, thanks for sharing your baby with us :cool:
 
Can you see it now? Well, that's the little I've learnt. I've seen SVG mentioned more and more but haven't looked into it until tonight.
It was a funny feeling to type stuff in a text editor and see it start to move in the browser. :p
 
Originally posted by meow
It was a funny feeling to type stuff in a text editor and see it start to move in the browser. :p
I imagine it would be :biggrin2:




Better than that icky feeling this morning I guess :p
 
:rolleyes: :biggrin2:
Did you get prompted to download the plugin Pathetic? Wonder how that happened. I haven't added anything as one does with Flash.
 
yeah, when i opened up the page.
a prompt popped up and said some gibberish about adobe something and then it said yes or no.
i clicked yes and it worked.
i think its coz my computer is ub3r 1337 :cool:
 
I think BG must have hardcoded it in IE. :biggrin2:
The plugin should work with all browsers btw, but I don't get them to recognize it.

FLASH - DIE!
 
Back
Top