Skip to content

Commit

Permalink
Adding support for SVG images, see phetsims/scenery#1578
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Dec 5, 2023
1 parent 0471137 commit a12405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/modulify.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const writeFileAndGitAdd = require( '../../../perennial-alias/js/common/writeFil
const HEADER = '/* eslint-disable */';

// supported image types, not case-sensitive
const IMAGE_SUFFIXES = [ '.png', '.jpg', '.cur' ];
const IMAGE_SUFFIXES = [ '.png', '.jpg', '.cur', '.svg' ];

// supported sound file types, not case-sensitive
const SOUND_SUFFIXES = [ '.mp3', '.wav' ];
Expand Down

0 comments on commit a12405e

Please sign in to comment.