Hello everybody.

I readed that the 1.2 versione of SVG included <page> and <pageset> 
element.
In the W3C ufficial site I copy this code
from http://www.w3.org/TR/SVGPrint/

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg>
<svg width="1000" height="1000" viewBox="0 0 1000 1000" version="1.2" 
streamable="true" xmlns="http://www.w3.org/2000/svg"; 
preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify">

    <text x="50" y="50" font-family="Verdana" font-size="36" 
fill="blue" startOffset="0">
            Should appear on all pages
    </text>
    <circle cx="200" cy="150" r="90" fill="blue" stroke="black" 
stroke-width="4" fill-opacity="0.7"/>
    <pageSet>
        <page>
            <circle cx="300" cy="150" r="90" fill="red" 
stroke="black" stroke-width="4" fill-opacity="0.7"/>
            <text x="50" y="850" font-family="Verdana" font-size="36" 
fill="blue" startOffset="0">
                Should appear on first page
            </text>
        </page>
        <page>
            <circle cx="240" cy="250" r="90" fill="green" 
stroke="black" stroke-width="4" fill-opacity="0.7"/>
            <text x="50" y="850" font-family="Verdana" font-size="36" 
fill="blue" startOffset="0">
                Should appear on second page. Another Circle.
            </text>
        </page>
        <page>
            <circle cx="360" cy="250" r="90" fill="blue" 
stroke="black" stroke-width="4" fill-opacity="0.7"/>
            <text x="50" y="850" font-family="Verdana" font-size="36" 
fill="blue" startOffset="0">
                Should appear on third page. Last Circle
            </text>
        </page>
    </pageSet>  
</svg>


But result is a single blu circle with the text "Should appear on all 
pages"
the others page not appears or I don't understand how must do it.

I'm using Adobe SVGViewer 3.02

Thanks a lot.
Alessandro Peruzzi








-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-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/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

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



Reply via email to