View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016675 | Scribus | Scripter | public | 2021-11-03 10:58 | 2021-11-03 19:33 |
| Reporter | willsonlin | Assigned To | jghali | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| OS | Windows | OS Version | 8 | ||
| Product Version | 1.5.8.svn | ||||
| Summary | 0016675: setLineWidth() unable to change the height of lines as shown in the Properties panel | ||||
| Description | I'm creating a script to make lined paper for notebooks,I want to creating a series of lines that has fixed gaps between them,also I want to change the tkickness of these lines to 0.176mm.So I wrote the following script: import scribus for i in range(0,3): lines = scribus.createLine(0,i*(8+0.176),172,i*(8+0.176)) scribus.setLineWidth(0.176,lines) However, the setLineWidth() function seems not work as expected,when I selected one line of them,open Properties panel,the height of this line is still 0.353mm,not changed. | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-11-03 10:58 | willsonlin | New Issue | |
| 2021-11-03 19:32 | jghali | Note Added: 0049329 | |
| 2021-11-03 19:33 | jghali | Assigned To | => jghali |
| 2021-11-03 19:33 | jghali | Status | new => resolved |
| 2021-11-03 19:33 | jghali | Resolution | open => no change required |
| 2021-11-03 19:33 | jghali | Status | resolved => closed |