<?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>12156</bug_id>
          
          <creation_ts>2007-01-07 19:39:48 -0800</creation_ts>
          <short_desc>printing of svg web page to pdf</short_desc>
          <delta_ts>2007-01-15 13:44:21 -0800</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 (PowerPC)</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>11984</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Russell Gum">russgum</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>36409</commentid>
    <comment_count>0</comment_count>
    <who name="Russell Gum">russgum</who>
    <bug_when>2007-01-07 19:39:48 -0800</bug_when>
    <thetext>When I try to print an svg web page which displays just fine to a pdf file all I get is a blank page. The only way I have found to print svg web pages is to do a screen capture. AARG!!  

The good news is that the svg based page displays correctly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35988</commentid>
    <comment_count>1</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2007-01-09 15:24:55 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 11984 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35975</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2007-01-09 17:30:43 -0800</bug_when>
    <thetext>This already worked long ago, AFAIK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34801</commentid>
    <comment_count>3</comment_count>
    <who name="Russell Gum">russgum</who>
    <bug_when>2007-01-15 13:44:21 -0800</bug_when>
    <thetext>For the following svg I can&apos;t grt it to print, although it displays just fine. Am I doing something wrong?

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.0//EN&quot;
&quot;http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd&quot;&gt;
&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;  width=&quot;300&quot; height=&quot;900&quot;&gt;
	
&lt;g&gt;
&lt;text x=&apos;10&apos; y=&apos;50&apos; style=&apos;font-size:20&apos;&gt;Click the rectangle&lt;/text&gt;
&lt;rect id=&apos;obj1&apos; onclick=&apos;changeColor(evt)&apos; x=&apos;10&apos; y=&apos;100&apos; width=&apos;200&apos; height=&apos;100&apos; style=&apos;fill:blue;opacity:0.8&apos;/&gt;

&lt;rect id=&apos;obj3&apos; onclick=&apos;changeColor(evt)&apos; x=&apos;10&apos; y=&apos;300&apos; width=&apos;200&apos; height=&apos;100&apos; style=&apos;fill:blue;opacity:0.8&apos;/&gt;

&lt;/g&gt;
&lt;/svg&gt;
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>