Compare commits
2 Commits
ae9c2d7b5f
...
74b9672b4a
Author | SHA1 | Date | |
---|---|---|---|
74b9672b4a | |||
0ac4c3b275 |
@ -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…
x
Reference in New Issue
Block a user