<?xml version="1.0" encoding="UTF-8"?>
<wiki>
  <body>&lt;p&gt;Use scale(x,y) to do zoom in or zoom out disproportionally , see&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; doc.scale(1,1)      #default document scale
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
To amply twice the axis Y&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; doc.scale(1,2)
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
To amply 3x proportionally  &lt;br /&gt;
&lt;pre&gt;&lt;code&gt; doc.scale(3,3)
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
Reducing 50% proportionally &lt;br /&gt;
&lt;pre&gt;&lt;code&gt; doc.scale(0.5,0.5)
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Scales proportionally by value in percent. Example &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;doc.zoom(300)   # 300% the same as scale(3,3) 
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;</body>
  <created-at type="datetime">2009-11-25T13:33:47-08:00</created-at>
  <id type="integer">101251</id>
  <permalink>zoom-and-scale</permalink>
  <repository-id type="integer">89573</repository-id>
  <title>Zoom and Scale </title>
  <updated-at type="datetime">2008-12-22T04:31:50-08:00</updated-at>
  <user-id type="integer">22649</user-id>
</wiki>
