Mac/Safari 4.1.3, Mac/Opera 10.63, and Mac/Firefox 3.6.12 all render the axes. 
BTW, if you'd send SVG code that is stripped down to the minimum necessary to 
demonstrate the problem, you'd probably get more folks interested enough to 
consider responding.
—Ken Nellis

--- In svg-developers@yahoogroups.com, "Pranav Lal" <pranav....@...> wrote:
>
> Hi all,
> 
> I am unable to see the lines I have drawn as the axes in the below graph.
> What am  I missing?
> 
> Pranav
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE svg PUBLIC  "-//W3C//DTD SVG 1.0//EN"
> "http://www.w3.org/TR/SVG/DTD/svg10.dtd";>
> <svg contentScriptType="text/ecmascript"
> xmlns:xlink="http://www.w3.org/1999/xlink";
> zoomAndPan="magnify"
>  xmlns:iveo="http://viewplus.com/iveo";
> contentStyleType="text/css"
> xmlns:daisy="http://www.daisy.org/z3986/2005/";
> viewBox="0 0 803 510"
> preserveAspectRatio="xMidYMid meet"
> xmlns="http://www.w3.org/2000/svg";  version="1.0">
>  <title>Sheet1 Chart 2</title>
>  <desc>test graph with line axes</desc>
> <g visibility="visible" pointer-events="visible"> <rect fill="none"
> stroke="white" width="273" height="160" id="plot.301948"  x="11" y="6"/>
> !axes start here
> <line x1="0" y1="0" y2="0" x2="59.8348818897638"
> style="stroke:rgb(134,134,134);; stroke-width 5;" />
> <line x1="0" x2="0" y1="0" y2="106.25" style="stroke:rgb(134,134,134);
> stroke-width 5;" />
> !axes end here
> <polyline fill="none" id="Demand" style="stroke:rgb(74,126,187);
> stroke-width 1;" points="322,154 310,148 297.25,142 285.25,136 273.25,129.25
> 259.75,123.25 247.75,117.25 235.75,111.25 223,105.25 211,99.25 199,93.25
> 187,87.25 174.25,80.5 162.25,74.5 150.25,68.5 136.75,62.5 124.75,56.5
> 112.75,50.5 100.75,44.5 88,38.5 "/>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="322" y="154"> <title>1/1/2001, 1</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="310" y="148"> <title>1/2/2001, 2</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="297.25" y="142"> <title>1/3/2001, 3</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="285.25" y="136"> <title>1/4/2001, 4</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="273.25" y="129.25"> <title>1/5/2001, 5</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="259.75" y="123.25"> <title>1/6/2001, 6</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="247.75" y="117.25"> <title>1/7/2001, 7</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="235.75" y="111.25"> <title>1/8/2001, 8</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="223" y="105.25"> <title>1/9/2001, 9</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="211" y="99.25"> <title>1/10/2001, 10</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="199" y="93.25"> <title>1/11/2001, 11</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="187" y="87.25"> <title>1/12/2001, 12</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="174.25" y="80.5"> <title>1/13/2001, 13</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="162.25" y="74.5"> <title>1/14/2001, 14</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="150.25" y="68.5"> <title>1/15/2001, 15</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="136.75" y="62.5"> <title>1/16/2001, 16</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="124.75" y="56.5"> <title>1/17/2001, 17</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="112.75" y="50.5"> <title>1/18/2001, 18</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="100.75" y="44.5"> <title>1/19/2001, 19</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="88" y="38.5"> <title>1/20/2001, 20</title></rect>
> 
> <polyline fill="none" id="Supply" style="stroke:rgb(190,75,72); stroke-width
> 1;" points="322,38.5 310,44.5 297.25,50.5 285.25,56.5 273.25,62.5
> 259.75,68.5 247.75,74.5 235.75,80.5 223,87.25 211,93.25 199,99.25 187,105.25
> 174.25,111.25 162.25,117.25 150.25,123.25 136.75,129.25 124.75,136
> 112.75,142 100.75,148 88,154 "/>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="322" y="38.5"> <title>1/1/2001, 20</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="310" y="44.5"> <title>1/2/2001, 19</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="297.25" y="50.5"> <title>1/3/2001, 18</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="285.25" y="56.5"> <title>1/4/2001, 17</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="273.25" y="62.5"> <title>1/5/2001, 16</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="259.75" y="68.5"> <title>1/6/2001, 15</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="247.75" y="74.5"> <title>1/7/2001, 14</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="235.75" y="80.5"> <title>1/8/2001, 13</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="223" y="87.25"> <title>1/9/2001, 12</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="211" y="93.25"> <title>1/10/2001, 11</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="199" y="99.25"> <title>1/11/2001, 10</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="187" y="105.25"> <title>1/12/2001, 9</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="174.25" y="111.25"> <title>1/13/2001, 8</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="162.25" y="117.25"> <title>1/14/2001, 7</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="150.25" y="123.25"> <title>1/15/2001, 6</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="136.75" y="129.25"> <title>1/16/2001, 5</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="124.75" y="136"> <title>1/17/2001, 4</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="112.75" y="142"> <title>1/18/2001, 3</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="100.75" y="148"> <title>1/19/2001, 2</title></rect>
> <rect fill="none" height="2" width="1" style="stroke:rgb(0,0,0);;
> stroke-width 1;" x="88" y="154"> <title>1/20/2001, 1</title></rect>
> </g>
> </svg>
> 
> Pranav
>




------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to