Moderators: The Administrators, Moderators
 A few nerdy newish projects are here. )<svg xmlns="http://www.w3.org/2000/svg"
width="100%" height="100%">
<rect x="0" y="0" width="20%" height="100%" fill="blue" />
<rect x="0" y="0" width="75%" height="25%" fill="black" />
<circle cx="100%" cy="100%" r="25%" fill="red"
onmouseover="setAttribute('fill','yellow')"
onmouseout="setAttribute('fill','red')"
/>
</svg>
 A few nerdy newish projects are here. )while($_SERVER[PHP_SELF])
{
echo "Jesus pwns!";
}
LyokoHaCK wrote:I like the SVG format because of the Zoom-and-not-loose-quality property, and its great for animating. I can see including it in an HTML file with the <embed> tag, but all browsers don't support it meaning they either need plugins or can't run it at all. Animated PNG would be a better alternative since it's nicely compressed bitmap and doesn't lose quality like JPEG & doesn't have the issues GIF's do.
Actually, Scalable Vector Graphics is data in XML, not XML-like ;p.

timekitten wrote:Whoa, interesting! o_0 I've never heard of this before. Shows you learn something new every day. *plays around*
 And feel free to ask me anything.
 A few nerdy newish projects are here. )Tangent128 wrote:LyokoHaCK wrote:I like the SVG format because of the Zoom-and-not-loose-quality property, and its great for animating. I can see including it in an HTML file with the <embed> tag, but all browsers don't support it meaning they either need plugins or can't run it at all. Animated PNG would be a better alternative since it's nicely compressed bitmap and doesn't lose quality like JPEG & doesn't have the issues GIF's do.
Actually, Scalable Vector Graphics is data in XML, not XML-like ;p.
I said HTML like...
Correct me if I'm wrong, but only the Opera Alpha supports aPNG. So actually SVG is more compatible. (Firefox, Safari, that K one...) Though only Opera supports non-javascript animation...
aPNG probably would fit into existing image editors better, though. The GIMP already does animated gifs. (Though it isn't very good for actual drawing. I have no art talent, so I just CG everything anyway, but...) InkScape is the only SVG editor I know, and it does no animation at all. Pity... Ah well. Hand coding builds character. And cleaner code.
Reminds me, I did an animated SVG trailer thing for my English project on 1984. Only known to work in Opera, though. (Copy&paste address)
http://files.myopera.com/Tangent128/files/1984.svgtimekitten wrote:Whoa, interesting! o_0 I've never heard of this before. Shows you learn something new every day. *plays around*
If you do anything remotely interesting, post it here.And feel free to ask me anything.
while($_SERVER[PHP_SELF])
{
echo "Jesus pwns!";
}
Well, is this remotely interesting?Tangent128 wrote:timekitten wrote:Whoa, interesting! o_0 I've never heard of this before. Shows you learn something new every day. *plays around*
If you do anything remotely interesting, post it here.And feel free to ask me anything.
 http://files.myopera.com/timekitten/files/choco.svgDude... animated PNGs would be SWEET. The closest we can get is the .ani format, used for animated cursors... if someone can develop a way to view those on a webpage, that would be amazing.LyokoHaCK wrote:Animated PNG would be a better alternative since it's nicely compressed bitmap and doesn't lose quality like JPEG & doesn't have the issues GIF's do.


timekitten wrote:Well, is this remotely interesting?http://files.myopera.com/timekitten/files/choco.svg
 Did you hand do that? The code looks pretty clean.Jeremified wrote:Dude... animated PNGs would be SWEET. The closest we can get is the .ani format, used for animated cursors... if someone can develop a way to view those on a webpage, that would be amazing.LyokoHaCK wrote:Animated PNG would be a better alternative since it's nicely compressed bitmap and doesn't lose quality like JPEG & doesn't have the issues GIF's do.
 A few nerdy newish projects are here. )Tangent128 wrote:timekitten wrote:Well, is this remotely interesting?http://files.myopera.com/timekitten/files/choco.svg
Oooh, nice!Did you hand do that? The code looks pretty clean.
 A few nerdy newish projects are here. )
 A few nerdy newish projects are here. )Tangent128 wrote:I wouldn't call transparency color...

Tangent128 wrote:/ hacks around hotlinking filter...
 

 A few nerdy newish projects are here. )Users browsing this forum: No registered users and 16 guests