- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Sun, 21 Oct 2012 15:18:41 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/c57aedf01bd2
branches:
changeset: 394:c57aedf01bd2
user: Dirk Schulze <dschulze@adobe.com>
date: Sun Oct 21 15:17:56 2012 -0700
description:
Fixed typo on SVGDefinitionElement interface.
diffstat:
master/types.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (22 lines):
diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -4491,17 +4491,17 @@ paths, text and the basic shapes.</p>
</dd>
</dl>
</dd>
</dl>
</div>
<h3 id="InterfaceSVGDefinitionElement">Interface SVGDefinitionElement</h3>
-<p>Interface <a>SVGGraphicsElement</a> represents SVG elements whose primary purpose
+<p>Interface <a>SVGDefinitionElement</a> represents SVG elements whose primary purpose
is to define a reusable resource.</p>
<pre class="idl">interface <b>SVGDefinitionElement</b> : <a>SVGElement</a> {
};
<a>SVGDefinitionElement</a> implements <a>SVGTests</a>;</pre>
Received on Sunday, 21 October 2012 22:19:56 UTC