Return-Path: X-Original-To: apmail-xmlgraphics-commits-archive@www.apache.org Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37D7DEFC6 for ; Thu, 6 Dec 2012 14:36:59 +0000 (UTC) Received: (qmail 33643 invoked by uid 500); 6 Dec 2012 14:36:59 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 33626 invoked by uid 99); 6 Dec 2012 14:36:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 14:36:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 14:36:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E0D9E2388B42 for ; Thu, 6 Dec 2012 14:36:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r840943 - in /websites/staging/xmlgraphics/trunk/content: ./ batik/status.html Date: Thu, 06 Dec 2012 14:36:36 -0000 To: commits@xmlgraphics.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121206143636.E0D9E2388B42@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Dec 6 14:36:36 2012 New Revision: 840943 Log: Staging update by buildbot for xmlgraphics Modified: websites/staging/xmlgraphics/trunk/content/ (props changed) websites/staging/xmlgraphics/trunk/content/batik/status.html Propchange: websites/staging/xmlgraphics/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Dec 6 14:36:36 2012 @@ -1 +1 @@ -1417910 +1417920 Modified: websites/staging/xmlgraphics/trunk/content/batik/status.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/batik/status.html (original) +++ websites/staging/xmlgraphics/trunk/content/batik/status.html Thu Dec 6 14:36:36 2012 @@ -170,13 +170,13 @@ $(document).ready(function () {

This page details information about Batik’s implementation of the SVG 1.1 and related specifications. The features of the implementation are annotated with their level of support, which can be at one of three levels:

Not supported : -If a feature isnotsupported, this means that Batik performs no useful processing for it. This feature could be silently ignored or an exception might be thrown when trying to use it.

+If a feature is not supported, this means that Batik performs no useful processing for it. This feature could be silently ignored or an exception might be thrown when trying to use it.

Partially supported : -If a feature ispartiallysuppored, this means that Batik performs some processing for it, but there are known bugs with this processing.

+If a feature is partially suppored, this means that Batik performs some processing for it, but there are known bugs with this processing.

Fully supported : -If a feature isfullysupported, this means that Batik performs the correct processing for it, as detailed in the relevant specification.

+If a feature is fully supported, this means that Batik performs the correct processing for it, as detailed in the relevant specification.

Note that the information on this page is based on the code in the Subversion repository trunk.

Elements, attributes and properties

The table below lists the SVG elements and the attributes and properties on them that are supported by Batik. For an element to be fully supported, its attributes and the properties that apply to it must also be fully supported. If an attribute of the element or a property that applies to the element is only partially supported or is not supported, the element can be at most partially supported. An element is not supported if it is not processed by Batik, even if some of its attributes are supported (such as the core attributes id or xml:base).

@@ -185,7 +185,7 @@ If a feature isfully -svg:a +svg:a --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org