r22541 by gpittman - added some info about requirements for setCornerRadius()
scribus-commit
scribus-commit at lists.scribus.net
Sun May 13 13:24:44 UTC 2018
Author: gpittman
Date: Sun May 13 13:24:44 2018
New Revision: 22541
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22541
Log:
added some info about requirements for setCornerRadius()
Modified:
trunk/Scribus/doc/en/scripterapi-setobjprop.html
Modified: trunk/Scribus/doc/en/scripterapi-setobjprop.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22541&path=/trunk/Scribus/doc/en/scripterapi-setobjprop.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-setobjprop.html (original)
+++ trunk/Scribus/doc/en/scripterapi-setobjprop.html Sun May 13 13:24:44 2018
@@ -20,7 +20,7 @@
<dt><a name="-setCornerRadius"><strong>setCornerRadius</strong></a>(...)</dt>
<dd><code>setCornerRadius(radius, ["name"])</code>
-<p>Sets the corner radius of the object "name". The radius is expressed in points. If "name" is not given the currently selected item is used.</p>
+<p>Sets the corner radius of the object "name". The radius is expressed in points regardless of page units, and must be an integer. If "name" is not given the currently selected item is used.</p>
<p>May raise ValueError if the corner radius is negative.</p></dd>
<dt><a name="-setCustomLineStyle"><strong>setCustomLineStyle</strong></a>(...)</dt>
More information about the scribus-commit
mailing list