As a result we have decided to support both SVGs and PNGs. The default format is "png" as decided by the districtData.js file around lines 9-30 (where all the variable declarations happen). To use an SVG, you must set the logoFormat variable to 'svg' in the district selector code block.
As a result we have decided to support both SVGs and PNGs. The default format is "png" as decided by the
districtData.js
file around lines 9-30 (where all the variable declarations happen). To use an SVG, you must set thelogoFormat
variable to 'svg' in the district selector code block.