deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
307 stars 79 forks source link

Add simple switch process #398

Open ilkoch008 opened 6 months ago

ilkoch008 commented 6 months ago

397

This pull request adds simple support of switch nodes (choose first child without requiredFeatures, i.e. default case).

claudep commented 6 months ago

Thanks for the patch! It would still need a test, and probably a new line under Known limitations in the README, telling about limited switch support.