You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>duration:</code> number, optional. How long the hiding animation should take to complete. If not provided then <code>strokeFadeDuration</code> is used. Passing 0 will make the operation instant.</li>
959
959
</ul>
960
960
</p>
961
+
962
+
<h4>writer.updateDimensions(options = {})</h4>
963
+
<p>Update the size of the writer instance</p>
964
+
<p>
965
+
<code>options</code> object containing additional configuration options. Full options include:
966
+
<ul>
967
+
<li><code>width:</code> number, optional, the new width in px</li>
968
+
<li><code>height:</code> number, optional, the new height in px</li>
969
+
<li><code>padding:</code> number, optional, the new padding in px</li>
0 commit comments