Compare commits

..

No commits in common. "74b9672b4a4cb38b5da2ef0aa86aa934c8b55baa" and "ae9c2d7b5fabd3b6e400d3cfd8638f4375bfc34d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -36,5 +36,5 @@ from . import (
)
__author__ = 'Jan Petykiewicz'
__version__ = '1.5'
__version__ = '1.4'

View File

@ -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)