Skip to content

Commit 2e6ec1b

Browse files
committed
Fixed SVG warnings on Linux by removing Inkscape/Sodipodi metadata
* Added scripts/clean_svg_files.py utility to strip editor-specific metadata * Cleaned 46 SVG files (icons, logos, resources) to remove: - Inkscape and Sodipodi namespace declarations and attributes - sodipodi:namedview blocks - RDF/Dublin Core metadata blocks * Fixes "qt.svg: Invalid path data; path truncated" warnings on Ubuntu * SVG files now contain only standard SVG elements compatible with Qt renderer
1 parent 0e96499 commit 2e6ec1b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+96
-1621
lines changed

datalab/data/icons/analysis.svg

Lines changed: 2 additions & 40 deletions
Loading

datalab/data/icons/collapse.svg

Lines changed: 1 addition & 23 deletions
Loading

datalab/data/icons/collapse_selection.svg

Lines changed: 3 additions & 36 deletions
Loading

datalab/data/icons/console.svg

Lines changed: 1 addition & 22 deletions
Loading

datalab/data/icons/expand.svg

Lines changed: 1 addition & 23 deletions
Loading

datalab/data/icons/expand_selection.svg

Lines changed: 3 additions & 36 deletions
Loading

datalab/data/icons/group.svg

Lines changed: 1 addition & 23 deletions
Loading

datalab/data/icons/help_pdf.svg

Lines changed: 1 addition & 22 deletions
Loading

datalab/data/icons/image.svg

Lines changed: 1 addition & 23 deletions
Loading

0 commit comments

Comments
 (0)