Added default font-size to test-body-content group.
--- 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>