WVG : The New Scalable Vector Graphics
jafro_svg writes "While the press has discussed Microsoft's upcoming 'Sparkle' as a potential Flash-killer - the technology arena on which Microsoft's new technology is having the most impact is SVG. SVG (now a W3 standard for 3 yeras) was itself billed as a Flash-killer some years ago, and speculation about how it might be accepted into the mainstream for developers (i.e. incorporated into IE) now seems inevitable -- you see, Sparkle's real name is WVG and is 90% identical to SVG." Jafro_svg also points out this online SVG tutorial.
Sparkle is a joint venture of Matsumura Fishworks and Tamaribuchi Heavy Manufacturing Concern.
Read the EFF's Fair Use FAQ
As usual, Microsoft ignores the standards and does its own thing. Why can't they be standards-compliant for once?
e l>e l>
...
Wait a minute...
On a serious note, someone once submitted some art to an open source video game project I run in SVG format. I thought it was pretty neat that I could resize the image without losing visual quality, but I was rather put off by the size. The file just seemed way too big for the data it contained. On a whim, I opened it up in a text editor, and what did I find? DUM DUM DUUUMMMMM.... XML!
Arg! Why!? What's next, raster images in XML? I can see it now...
<rasterImage>
<pixel>
<color>
<red type="hexidecimalValue">FF</red>
<green type="hexidecimalValue">FF</red>
<blue type="hexidecimalValue">00</red>
</color>
</pix
<pixel>
<color>
<red type="hexidecimalValue">FF</red>
<green type="hexidecimalValue">80</red>
<blue type="hexidecimalValue">80</red>
</color>
</pix
</rasterImage>
Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted. Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted. Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted.
WVG is exactly what the aging IE needs. With out incorporating new features Microsoft will be unable to keep up with their policy of releasing at least 1 brand new critical flaw once a year. Just imagine to power of SVG with 10% more bugs, added complexity, and lest we forget incompatibility with every other browser. WVG shows us that Microsoft can still continue to innovate by stealing other peoples ideas and branding them as their own.
I posted this a long time ago, but somehow it is still relevant:
I figured it would only be a matter of time before Microsoft did this. I normally try to stay out of the *bash Microsoft* conversations, but after dealing with all the problems we have with the Microsoft JVM, and then having this on top of it...ugh.
Random Musings
I'll take a Microsoft standard, which at least is answerable to market forces; over stuff published by unimaginative committees anyday
It is to laugh! Unimaginative committees? Microsoft is damn near duping a standard created through the W3, and you call the committee unimaginative?
You're right, though. Who nees open standards and peer review, when there's a monopolist we can all follow like sheep.
python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
SVG (now a W3 standard for 3 yeras) was...
Did you mean years?
Suggestions:
years
eyras
ye ras
ye-ras
yer as
yer-as
teras
yeas
eras
ceras
yeara
eyra's
treas
yeats
terras
rras
wras
yea's
erase
tras
yeans
year's
yearns
ras
rears
yas
yes
areas
eyres
Yeah, rears, they meant rears.
This is no different than it being rendered in the future as a vector image in Longhorn.
Unless you have a bad ass lasershow in your house, you can't render anything as a vector. It'll still be bitmaps.
Quote:
<Canvas ID="root" xmlns="http://schemas.microsoft.com/2003/xaml" Background="White">
<Path Data="M 100,200 C 100,25 400,350 400,175 H 280"
Stroke="DarkGoldenRod"
StrokeThickness="3"/>
</Canvas>