kyamagu / psd2svg

PSD to SVG converter.
MIT License
52 stars 17 forks source link

Modified some degrade or exceptions. #7

Closed ichiro-arai closed 7 years ago

ichiro-arai commented 7 years ago
kyamagu commented 7 years ago

@ichiro-arai AdjustmentLayer seems to be an issue related to incorrect kind detection. The converter should not apply as_PIL for adjustment first off. Perhaps it should just check layer.kind instead of complicated if-else conditions.

ichiro-arai commented 7 years ago

close this PR (I issued #8 ).