Issue #150: get rid of shape duplication.

This commit is contained in:
Sergey Vartanov 2023-08-11 03:20:06 +04:00
parent 0da966f170
commit 825eb34191

View file

@ -541,6 +541,7 @@ class Icon:
"""
svg: Drawing = Drawing(str(file_name), (16, 16))
if outline:
for shape_specification in self.shape_specifications:
if color:
shape_specification.color = color