- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Dec 2008 03:53:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec/images
In directory hutz:/tmp/cvs-serv3541/images
Modified Files:
content-venn.png
Added Files:
content-venn.svg
Log Message:
Update a diagram to be an SVG diagram. Thanks to Karl and Simon for the help. (whatwg r)
Index: content-venn.png
===================================================================
RCS file: /sources/public/html5/spec/images/content-venn.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
Binary files /tmp/cvs05CDAA and /tmp/cvsSQPa0D differ
--- NEW FILE: content-venn.svg ---
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-250 -150 512 288" width="512" height="288">
<style type="text/css">
@import url(/style/svg-color-scheme.css);
svg { font: bold 18px sans-serif; text-anchor: middle; }
ellipse { fill: #005a9c; stroke: #000000; opacity: 0.67; }
text { fill: #ffffff; }
</style>
<g class="a" transform="translate(0, 0)">
<ellipse cx="2" cy="-3" rx="244" ry="132"/>
<text y="-97" x="12">Flow</text>
</g>
<g class="b" transform="translate(127, -48.5)">
<ellipse rx="75" ry="42.5"/>
<text x="2" y="6">Heading</text>
</g>
<g class="c" transform="translate(125, 42)">
<ellipse rx="75" ry="42.5"/>
<text x="1" y="5">Sectioning</text>
</g>
<g class="d" transform="translate(-113, 78)">
<ellipse rx="117" ry="47" transform="rotate(-15)"/>
<text x="-4" y="8">Metadata</text>
</g>
<g class="e" transform="translate(-128, -34)">
<ellipse rx="94" ry="51"/>
<text x="-36" y="5">Interactive</text>
</g>
<g class="f" transform="translate(-40.5, -5)">
<ellipse rx="76.5" ry="80"/>
<text x="0" y="-39.5">Phrasing</text>
</g>
<g class="g" transform="translate(-42, -7)">
<ellipse rx="68" ry="22.5"/>
<text x="0" y="7">Embedded</text>
</g>
</svg>
Received on Monday, 29 December 2008 03:53:18 UTC