[Webkit-unassigned] [Bug 12156] printing of svg web page to pdf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 15 13:44:22 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12156





------- Comment #3 from russgum at mac.com  2007-01-15 13:44 PDT -------
For the following svg I can't grt it to print, although it displays just fine.
Am I doing something wrong?

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"  width="300" height="900">

<g>
<text x='10' y='50' style='font-size:20'>Click the rectangle</text>
<rect id='obj1' onclick='changeColor(evt)' x='10' y='100' width='200'
height='100' style='fill:blue;opacity:0.8'/>

<rect id='obj3' onclick='changeColor(evt)' x='10' y='300' width='200'
height='100' style='fill:blue;opacity:0.8'/>

</g>
</svg>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list