Added default font-size to test-body-content group.
authortbah <tavmjong@free.fr>
Mon, 18 Jun 2012 21:58:53 +0200
changeset 26 a4df8a2ecd18
parent 25 830fa5ae230a
child 27 5001557a9546
Added default font-size to test-body-content group.
contributors/tavmjong/submitted/template_001.svg
contributors/tavmjong/submitted/template_001_ref.svg
contributors/tavmjong/submitted/template_visual.svg
contributors/tavmjong/submitted/template_visual_ref.svg
--- a/contributors/tavmjong/submitted/template_001.svg	Sun Jun 17 04:02:31 2012 +0200
+++ b/contributors/tavmjong/submitted/template_001.svg	Mon Jun 18 21:58:53 2012 +0200
@@ -33,7 +33,7 @@
 
   <text id="title" x="240" y="50" style="fill:black; font-size:24px; text-anchor:middle;">SVG Test Template</text>
 
-  <g id="test-body-content">
+  <g id="test-body-content" font-size="16">
     <text x="50" y="100" fill="red">This text should be green.</text>
   </g>
 
--- a/contributors/tavmjong/submitted/template_001_ref.svg	Sun Jun 17 04:02:31 2012 +0200
+++ b/contributors/tavmjong/submitted/template_001_ref.svg	Mon Jun 18 21:58:53 2012 +0200
@@ -22,7 +22,7 @@
 
   <text id="title" x="240" y="50" style="fill:black; font-size:24px; text-anchor:middle;">SVG Test Template</text>
 
-  <g id="test-body-content">
+  <g id="test-body-content" font-size="16">
     <text x="50" y="100" fill="green">This text should be green.</text>
   </g>
 
--- a/contributors/tavmjong/submitted/template_visual.svg	Sun Jun 17 04:02:31 2012 +0200
+++ b/contributors/tavmjong/submitted/template_visual.svg	Mon Jun 18 21:58:53 2012 +0200
@@ -43,7 +43,7 @@
 
   <text id="title" x="240" y="50" style="fill:black; font-size:24px; text-anchor:middle;">SVG Test Template</text>
 
-  <g id="test-body-content">
+  <g id="test-body-content" font-size="16">
     <text x="50" y="100" fill="red">This text should be green.</text>
   </g>
 
--- a/contributors/tavmjong/submitted/template_visual_ref.svg	Sun Jun 17 04:02:31 2012 +0200
+++ b/contributors/tavmjong/submitted/template_visual_ref.svg	Mon Jun 18 21:58:53 2012 +0200
@@ -32,7 +32,7 @@
 
   <text id="title" x="240" y="50" style="fill:black; font-size:24px; text-anchor:middle;">SVG Test Template</text>
 
-  <g id="test-body-content">
+  <g id="test-body-content" font-size="16">
     <text x="50" y="100" fill="green">This text should be green.</text>
   </g>