``` % pandoc -f latex -t icml \includegraphics{command/corrupt.svg} ^D [WARNING] Could not determine image size for 'command/corrupt.svg': could not determine image type $ID/Embedded ``` ``` % pandoc -f latex -t icml \includegraphics{command/SVG_logo.svg} ^D [WARNING] Could not determine image size for 'command/SVG_logo.svg': could not determine SVG size $ID/Embedded ``` ``` % pandoc -f latex -t icml \includegraphics{command/SVG_logo-without-xml-declaration.svg} ^D [WARNING] Could not determine image size for 'command/SVG_logo-without-xml-declaration.svg': could not determine SVG size $ID/Embedded ``` ``` % pandoc -f latex -t icml \includegraphics{command/inkscape-cube.svg} ^D $ID/Embedded ```