Compare commits
2 commits
ae9c2d7b5f
...
74b9672b4a
| Author | SHA1 | Date | |
|---|---|---|---|
| 74b9672b4a | |||
| 0ac4c3b275 |
2 changed files with 2 additions and 2 deletions
|
|
@ -36,5 +36,5 @@ from . import (
|
|||
)
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
__version__ = '1.4'
|
||||
__version__ = '1.5'
|
||||
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@ class Path(Element):
|
|||
if self.width != 0:
|
||||
b += WIDTH.write(stream, self.width)
|
||||
|
||||
if self.path_type < 4:
|
||||
if self.path_type == 4:
|
||||
bgn_ext, end_ext = self.extension
|
||||
if bgn_ext != 0:
|
||||
b += BGNEXTN.write(stream, bgn_ext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue