- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jan 2010 06:19:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/images
In directory hutz:/tmp/cvs-serv7837
Modified Files:
content-venn.svg
Added Files:
svg-color-scheme.css
Log Message:
added stylesheeT
Index: content-venn.svg
===================================================================
RCS file: /sources/public/html5/spec-author-view/images/content-venn.svg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- content-venn.svg 1 Jan 2010 06:13:21 -0000 1.1
+++ content-venn.svg 1 Jan 2010 06:19:09 -0000 1.2
@@ -1,6 +1,6 @@
<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);
+ @import url(svg-color-scheme.css);
svg { font: bold 18px sans-serif; text-anchor: middle; }
ellipse { fill: #005a9c; stroke: #000000; opacity: 0.67; }
text { fill: #ffffff; }
@@ -33,4 +33,4 @@
<ellipse rx="68" ry="22.5"/>
<text x="0" y="7">Embedded</text>
</g>
-</svg>
\ No newline at end of file
+</svg>
--- NEW FILE: svg-color-scheme.css ---
ellipse { fill: #3c790a ! important; }
Received on Friday, 1 January 2010 06:19:13 UTC