KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Change which svg elements are removed, additional png -> svg replacements #1418

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR changes the pre-parsing done on SVG files before they are compressed. Previously, all the svg element attributs were removed. Now only select attributes are removed, leaving width, height and viewbox attributes intact.

The rest of the changes are additional conversions to SVG files.