aboutsummaryrefslogtreecommitdiff
path: root/test/command/svg.md
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Back to using [WARNING] and [INFO] to mark messages.John MacFarlane1-3/+3
2017-10-23More pleasing presentation of warnings and info messages.John MacFarlane1-3/+3
!! warning -- info
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane1-24/+24
- Export `inEm` from ImageSize [API change]. - Change `showFl` and `show` instance for `Dimension` so extra decimal places are omitted. - Added `Em` as a constructor of `Dimension` [API change]. - Allow `em`, `cm`, `in` to pass through without conversion in HTML, LaTeX. Closes #3450.
2017-05-25Update command tests to include stderr output.John MacFarlane1-0/+3
2017-05-20Improve SVG image size code.Marc Schreiber1-0/+129
The old code made some unwise assumptions about how the svg file would look. See #3580.