8 Jan 2003 21:56
Re: [xml-dev] Check out apxl
Antoine Quint <ml <at> graougraou.com>
2003-01-08 20:56:53 GMT
2003-01-08 20:56:53 GMT
Hi, Note: cross-posting to the SVG-Developers who will probably be interested in this > The XML vocabulary for Apple's new "Keynote" powerpoint competitor. > Apparently it includes a fairly complete vector-graphics facility. > > http://paulboutin.com/presentation.apxl Although I am by nature an Apple enthusiast (and already ordered Keynote) I must say I am a little puzzled by what I see from the XML grammar used by Keynote. As you noticed, it includes quite a lot of vector graphics information, which I must note differs from SVG. What I wonder is why did they have to use a different grammar. From what I understood from Steve's keynote, Keynote leverages Quartz2D (OS X's fantastic drawing/imaging API). If you ever took a close look at Quartz2D you'll notice that feature-wise it is pretty much closely matches the graphics capabilities, main differences are compositing model (Quartz2D seems to only support SRC_OVER - don't quote me on that though, some experts from the SVG WG could offer more details) and maybe some filters. The bottom-line is that Apple could very much have built Quartz2D on top of SVG rather than PDF. It is also worth noticing that Apple took part in SVG 1.0. I don't criticize Apple for not chosing SVG over PDF (although I wish they would use SVG), but I'm puzzled by why they are not using it in the Keynote XML grammar. Let's take a look at a few things that stroke(Continue reading)
RSS Feed