From: Konrad Rokicki (krokicki@gmail.com)
Date: Wed Oct 13 2004 - 14:32:16 PDT
Hi,
I have a problem using XEP to render an SVG created using Batik
(actually JFreeChart then exported with Batik). I am using a very
simple fo with <fo:external-graphic> to include the SVG. Basically,
when I set the font size to 12 it works fine. If I change it to 10
then XEP creates a PDF (with no errors) but then when I open it in
Acrobat I get this error:
"There was an error processing a page. Error while parsing a Form,
Type 3 font, or Pattern."
The SVG does not show up after that.
Going back and manually replacing instances of "font-size:10" with
"font-size:12" in the SVG itself does not work. It appears that Batik
is generating the SVG somewhat differently for the smaller font size.
Since the SVG renders fine in IE and other programs, I assume the
problem is with the PDF not the SVG.
I'd like to know if anyone else has had this problem and is there a
fix? I'm including a sample SVG below that produces an error. I'm not
sure if I can use attachments on this list or I could include the
resulting PDF as well.
Thanks,
Konrad
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
<svg style="stroke-dasharray:none; shape-rendering:auto;
font-family:'sansserif'; text-rendering:auto;
fill-opacity:1; color-interpolation:auto; color-rendering:auto;
font-size:12; fill:black; stroke:black; image-rendering:auto;
stroke-miterlimit:10; stroke-linecap:square; stroke-linejoin:miter;
font-style:normal; stroke-width:1; stroke-dashoffset:0;
font-weight:normal; stroke-opacity:1;"
xmlns="http://www.w3.org/2000/svg" width="640" viewBox="0 0 640 480"
xmlns:xlink="http://www.w3.org/1999/xlink" height="480">
<!--Generated by the Batik Graphics2D SVG Generator-->
<defs id="genericDefs" />
<g>
<defs id="defs1">
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath1">
<path d="M0 0 L640 0 L640 480 L0 480 L0 0 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath2">
<path d="M252.7109 216.7109 L252.7109 856.7109 L-227.2891
856.7109 L-227.2891 216.7109 L252.7109 216.7109 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath3">
<path d="M60 30 L60 439.4219 L632 439.4219 L632 30 Z" />
</clipPath>
</defs>
<g style="fill:white; stroke:white;">
<rect x="0" y="0" width="640" style="clip-path:url(#clipPath1);
stroke:none;" height="480" />
</g>
<g style="font-size:15; font-weight:bold; font-family:sans-serif;">
<text x="306" y="18.9806" style="clip-path:url(#clipPath1);
stroke:none;" xml:space="preserve">Plot</text>
</g>
<g style="fill:white; font-size:10; font-family:sans-serif; stroke:white;">
<rect x="60" y="30" width="572"
style="clip-path:url(#clipPath1); stroke:none;" height="409.4219" />
<line x1="60" x2="632" y1="439.4219"
style="clip-path:url(#clipPath1); fill:none; stroke:gray;"
y2="439.4219" />
<text x="189" y="454.8975" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">Value</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="203" x2="203" y1="441.4219"
style="clip-path:url(#clipPath1); fill:none;" y2="439.4219" />
<text x="470.5" y="454.8975" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">Percent</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="489" x2="489" y1="441.4219"
style="clip-path:url(#clipPath1); fill:none;" y2="439.4219" />
<line x1="60" x2="60" y1="30" style="clip-path:url(#clipPath1);
fill:none;" y2="439.4219" />
<text x="30" y="434.8533" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-1.75</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="430.3777"
style="clip-path:url(#clipPath1); fill:none;" y2="430.3777" />
<text x="30" y="413.1125" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-1.50</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="408.637"
style="clip-path:url(#clipPath1); fill:none;" y2="408.637" />
<text x="30" y="391.3718" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-1.25</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="386.8962"
style="clip-path:url(#clipPath1); fill:none;" y2="386.8962" />
<text x="30" y="369.631" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-1.00</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="365.1555"
style="clip-path:url(#clipPath1); fill:none;" y2="365.1555" />
<text x="30" y="347.8903" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-0.75</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="343.4147"
style="clip-path:url(#clipPath1); fill:none;" y2="343.4147" />
<text x="30" y="326.1495" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-0.50</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="321.674"
style="clip-path:url(#clipPath1); fill:none;" y2="321.674" />
<text x="30" y="304.4088" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">-0.25</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="299.9332"
style="clip-path:url(#clipPath1); fill:none;" y2="299.9332" />
<text x="33" y="282.668" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">0.00</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="278.1924"
style="clip-path:url(#clipPath1); fill:none;" y2="278.1924" />
<text x="33" y="260.9273" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">0.25</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="256.4517"
style="clip-path:url(#clipPath1); fill:none;" y2="256.4517" />
<text x="33" y="239.1865" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">0.50</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="234.7109"
style="clip-path:url(#clipPath1); fill:none;" y2="234.7109" />
<text x="33" y="217.4458" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">0.75</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="212.9702"
style="clip-path:url(#clipPath1); fill:none;" y2="212.9702" />
<text x="33" y="195.705" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">1.00</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="191.2294"
style="clip-path:url(#clipPath1); fill:none;" y2="191.2294" />
<text x="33" y="173.9643" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">1.25</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="169.4887"
style="clip-path:url(#clipPath1); fill:none;" y2="169.4887" />
<text x="33" y="152.2235" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">1.50</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="147.7479"
style="clip-path:url(#clipPath1); fill:none;" y2="147.7479" />
<text x="33" y="130.4828" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">1.75</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="126.0072"
style="clip-path:url(#clipPath1); fill:none;" y2="126.0072" />
<text x="33" y="108.742" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">2.00</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="104.2664"
style="clip-path:url(#clipPath1); fill:none;" y2="104.2664" />
<text x="33" y="87.0013" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">2.25</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="82.5257"
style="clip-path:url(#clipPath1); fill:none;" y2="82.5257" />
<text x="33" y="65.2605" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">2.50</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="60.7849"
style="clip-path:url(#clipPath1); fill:none;" y2="60.7849" />
<text x="33" y="43.5197" style="clip-path:url(#clipPath1);
fill:black; stroke:none;" xml:space="preserve">2.75</text>
</g>
<g style="fill:gray; font-size:10; font-family:sans-serif; stroke:gray;">
<line x1="58" x2="60" y1="39.0442"
style="clip-path:url(#clipPath1); fill:none;" y2="39.0442" />
<text x="2.5" y="239.1865"
transform="matrix(0,-1,1,0,-216.7109,252.7109)"
style="clip-path:url(#clipPath2); fill:black; stroke:none;"
xml:space="preserve">Range</text>
</g>
<g style="stroke-linecap:butt; font-size:10; fill:silver;
stroke-linejoin:bevel; font-family:sans-serif; stroke-dasharray:2,2;
stroke:silver; stroke-width:0.5; stroke-miterlimit:0;">
<line x1="60" x2="632" y1="430.3777"
style="clip-path:url(#clipPath3); fill:none;" y2="430.3777" />
<line x1="60" x2="632" y1="408.637"
style="clip-path:url(#clipPath3); fill:none;" y2="408.637" />
<line x1="60" x2="632" y1="386.8962"
style="clip-path:url(#clipPath3); fill:none;" y2="386.8962" />
<line x1="60" x2="632" y1="365.1555"
style="clip-path:url(#clipPath3); fill:none;" y2="365.1555" />
<line x1="60" x2="632" y1="343.4147"
style="clip-path:url(#clipPath3); fill:none;" y2="343.4147" />
<line x1="60" x2="632" y1="321.674"
style="clip-path:url(#clipPath3); fill:none;" y2="321.674" />
<line x1="60" x2="632" y1="299.9332"
style="clip-path:url(#clipPath3); fill:none;" y2="299.9332" />
<line x1="60" x2="632" y1="278.1924"
style="clip-path:url(#clipPath3); fill:none;" y2="278.1924" />
<line x1="60" x2="632" y1="256.4517"
style="clip-path:url(#clipPath3); fill:none;" y2="256.4517" />
<line x1="60" x2="632" y1="234.7109"
style="clip-path:url(#clipPath3); fill:none;" y2="234.7109" />
<line x1="60" x2="632" y1="212.9702"
style="clip-path:url(#clipPath3); fill:none;" y2="212.9702" />
<line x1="60" x2="632" y1="191.2294"
style="clip-path:url(#clipPath3); fill:none;" y2="191.2294" />
<line x1="60" x2="632" y1="169.4887"
style="clip-path:url(#clipPath3); fill:none;" y2="169.4887" />
<line x1="60" x2="632" y1="147.7479"
style="clip-path:url(#clipPath3); fill:none;" y2="147.7479" />
<line x1="60" x2="632" y1="126.0072"
style="clip-path:url(#clipPath3); fill:none;" y2="126.0072" />
<line x1="60" x2="632" y1="104.2664"
style="clip-path:url(#clipPath3); fill:none;" y2="104.2664" />
<line x1="60" x2="632" y1="82.5257"
style="clip-path:url(#clipPath3); fill:none;" y2="82.5257" />
<line x1="60" x2="632" y1="60.7849"
style="clip-path:url(#clipPath3); fill:none;" y2="60.7849" />
<line x1="60" x2="632" y1="39.0442"
style="clip-path:url(#clipPath3); fill:none;" y2="39.0442" />
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="388.7629" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-1.22</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="353.1081" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-0.81</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="317.4532" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-0.40</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="282.668" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.00</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="247.8828" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.40</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="212.228" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.81</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="176.5732" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">1.22</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="140.9183" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">1.63</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="105.2635" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">2.04</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="70.4783" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">2.44</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="53.0857" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">2.64</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="87.8709" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">2.24</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="123.5257" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">1.83</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="158.3109" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">1.43</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="193.9658" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">1.02</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="230.4902" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.60</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="192.5" y="265.2754" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.20</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="300.0606" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-0.20</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="334.8459" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-0.60</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="371.3703" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-1.02</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="407.0251" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-1.43</text>
</g>
<g style="font-size:10; font-family:sans-serif; stroke-linejoin:bevel;">
<text x="191" y="425.2874" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">-1.64</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="388.7629" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.02%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="353.1081" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.27%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="317.4532" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">3.84%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="471" y="282.668" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">49.38%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="471" y="247.8828" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">98.14%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="471" y="212.228" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">99.99%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="176.5732" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="140.9183" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="105.2635" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="70.4783" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="53.0857" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="87.8709" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="123.5257" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="158.3109" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="468" y="193.9658" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">100.00%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="471" y="230.4902" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">99.82%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="471" y="265.2754" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">86.56%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="471" y="300.0606" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">15.30%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="334.8459" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">1.01%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="371.3703" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.08%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="407.0251" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.01%</text>
</g>
<g style="fill:rgb(68,77,109); font-size:10;
font-family:sans-serif; stroke-linejoin:bevel;
stroke:rgb(68,77,109);">
<text x="474" y="425.2874" style="clip-path:url(#clipPath3);
stroke:none;" xml:space="preserve">0.00%</text>
</g>
<g style="fill:gray; font-size:10; stroke-width:0.5;
font-family:sans-serif; stroke:gray;">
<rect x="60" y="30" width="572"
style="clip-path:url(#clipPath1); fill:none;" height="409.4219" />
</g>
</g>
</svg>
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
This archive was generated by hypermail 2.1.5 : Wed Oct 13 2004 - 14:52:25 PDT