diff --git a/test/command/9288.md b/test/command/9288.md new file mode 100644 index 0000000000000..359367d04d91f --- /dev/null +++ b/test/command/9288.md @@ -0,0 +1,49 @@ +``` +% pandoc -f native -t docx -o 9288.docx --trace --quiet +[ Figure + ( "" , [] , [] ) + (Caption Nothing [ Plain [ Str "5in" ] ]) + [ Plain + [ Image + ( "" , [] , [ ( "width" , "5in" ) ] ) + [ Str "5in" ] + ( "command/SVG_logo.svg" , "" ) + ] + ] +, Figure + ( "" , [] , [] ) + (Caption Nothing [ Plain [ Str "5in" ] ]) + [ Plain + [ Image + ( "" , [] , [ ( "width" , "5in" ) ] ) + [ Str "5in" ] + ( "command/SVG_logo.svg" , "" ) + ] + ] +, Figure + ( "" , [] , [] ) + (Caption Nothing [ Plain [ Str "80%" ] ]) + [ Plain + [ Image + ( "" , [] , [ ( "width" , "80%" ) ] ) + [ Str "5in" ] + ( "command/SVG_logo.svg" , "" ) + ] + ] +, Figure + ( "" , [] , [] ) + (Caption Nothing [ Plain [ Str "default" ] ]) + [ Plain + [ Image + ( "" , [] , [] ) + [ Str "5in" ] + ( "command/SVG_logo.svg" , "" ) + ] + ] +] +^D +2> [trace] rsvg-convert -f png -a --dpi-x 96 --dpi-y 96 --width 360.000000pt --height 360.000000pt +2> [trace] rsvg-convert -f png -a --dpi-x 96 --dpi-y 96 --width 360.000000pt --height 360.000000pt +2> [trace] rsvg-convert -f png -a --dpi-x 96 --dpi-y 96 --width 75.000000pt --height 75.000000pt +2> [trace] rsvg-convert -f png -a --dpi-x 96 --dpi-y 96 --width 75.000000pt --height 75.000000pt +```