blob: f8068dea93774262c52bf7c891f4abbe2a283186 [file] [log] [blame]
<?php
$title = "SVG (Scalable Vector Graphics)";
include("../../header.inc");
?>
<h2>SVG (Scalable Vector Graphics)</h2>
<h3>Overview</h3>
<p>
Welcome to the project page for SVG.
At this time there is an experimental SVG implementation in WebKit.
We imported KDE's excellent <a href="http://svg.kde.org/">KSVG2</a> implementation and have tweaked it to integrate seamlessly with the rest of WebCore.
There is still much work to be done to finish off some advanced SVG features such as animation and SVG fonts.
With your help we look forward to many great uses of SVG throughout the web and Mac OS X!
</p>
<h3>Get Involved!</h3>
<ul>
<li>
<a href="http://bugs.webkit.org/buglist.cgi?product=WebKit&amp;component=SVG&amp;resolution=---">
View bugs in the SVG component in Bugzilla.</a></li>
<li><a href="http://trac.webkit.org/projects/webkit/wiki/WebKit%20plus%20SVG">The WebKit SVG Wiki page</a></li>
<li><a href="status.xml">The official WebKit SVG status page</a></li>
</ul>
<dl>
<dt>Get on IRC</dt>
<dd>There is still much work to be done to complete our implementation of <a href="http://www.w3.org/TR/SVG/">SVG 1.1</a>.
Development discussions take place on Freenode IRC in <a href='irc://irc.freenode.net/#ksvg'>#ksvg</a> and <a href='irc://irc.freenode.net/#webkit'>#webkit</a>.
Come get involved as we flesh out our SVG implementation for WebKit!</dd>
<dt>Test WebKit+SVG</dt>
<dd>SVG support is enabled in the <a href="http://nightly.webkit.org/">latest nightly builds</a>.
Give it a whirl; try to break it!
If WebKit doesn't render your favorite SVG perfectly, please <a href="../../quality/reporting.html">file a bug</a>.</dd>
</dl>
<?php
include("../../footer.inc");
?>