kyamagu / psd2svg

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

modify converting exception #8

Closed ichiro-arai closed 7 years ago

ichiro-arai commented 7 years ago

Modified because there are some exceptions which were not raised in be16de5. (I think converting behavior is almost nearly equivalent to be16de5 now)

According to psd-tools api change, some adjustment/fill layer is converted to rect in this PR. (previously handled as image layer, as_PIL())