<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>12186</bug_id>
          
          <creation_ts>2007-01-09 18:12:21 -0800</creation_ts>
          <short_desc>SVG should support SVG 1.2 &lt;pageSet&gt; and &lt;page&gt; elements</short_desc>
          <delta_ts>2016-10-12 05:23:13 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>420+</version>
          <rep_platform>Mac (Intel)</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tom Medhurst">tom</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>krit</cc>
    
    <cc>mcdonald.ben</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>35963</commentid>
    <comment_count>0</comment_count>
    <who name="Tom Medhurst">tom</who>
    <bug_when>2007-01-09 18:12:21 -0800</bug_when>
    <thetext>I have the following svg; which I place in an svg file and reference it form an html file via object/embed tags.

SVG:

&lt;svg width=&quot;2000&quot; height=&quot;2000&quot; viewBox=&quot;0 0 2000 2000&quot;
     xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.2&quot; streamable=&quot;true&quot;&gt;

    &lt;pageSet&gt;
        &lt;page&gt;
            &lt;circle cx=&quot;300&quot; cy=&quot;150&quot; r=&quot;90&quot; fill=&quot;red&quot; stroke=&quot;black&quot;
                    stroke-width=&quot;4&quot; fill-opacity=&quot;0.7&quot; /&gt;
        &lt;/page&gt;
        &lt;page&gt;
            &lt;circle cx=&quot;240&quot; cy=&quot;250&quot; r=&quot;90&quot; fill=&quot;green&quot; stroke=&quot;black&quot;
                    stroke-width=&quot;4&quot; fill-opacity=&quot;0.7&quot; /&gt;
        &lt;/page&gt;
        &lt;page&gt;
            &lt;circle cx=&quot;360&quot; cy=&quot;250&quot; r=&quot;90&quot; fill=&quot;blue&quot; stroke=&quot;black&quot;
                    stroke-width=&quot;4&quot; fill-opacity=&quot;0.7&quot; /&gt;
        &lt;/page&gt;
    &lt;/pageSet&gt;
&lt;/svg&gt;

HTML:
&lt;object data=&quot;test.svg&quot; type=&quot;image/svg+xml&quot;
        width=&quot;400&quot; height=&quot;300&quot;&gt;
    &lt;embed src=&quot;test.svg&quot; type=&quot;image/svg+xml&quot;
            width=&quot;400&quot; height=&quot;300&quot; /&gt;
&lt;/object&gt;


When the page is loaded in FireFox I see three circles; however when I load it into WebKit; all I get is a blank screen.

Many Thanks

Tom Medhurst</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34915</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2007-01-14 21:02:27 -0800</bug_when>
    <thetext>Neither Firefox nor WebKit support SVG 1.2.  &lt;pageSet&gt; is only 1.2.  In WebKit we follow the SVG spec and while processing SVG, ignore any non-SVG subtree.  since &lt;pageSet&gt; isn&apos;t recognized, everything underneath it is ignored.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1239244</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2016-10-12 05:23:13 -0700</bug_when>
    <thetext>This is not part of SVG2.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>