discourse/app
jbrw a9b6f4d829
FIX - use ImageMagick to determine size of svg images (#12230)
SVG files can have dimensions expressed in inches, centimeters, etc., which may lead to the dimensions being misinterpreted (e.g. “8in” ends up as 8 pixels).

If the file type is `svg`, ask ImageMagick to work out what size the SVG file should be rendered on screen.

NOTE: The `pencil.svg` file was obtained from https://freesvg.org/1534028868, which has placed the file in to the public domain.
2021-03-01 11:44:00 -05:00
..
assets DEV: Add experimental json_scheme site setting type (#12226) 2021-03-01 09:15:17 -05:00
controllers FIX: When using Ember CLI theme Javascript/HTML was not being inserted (#12227) 2021-02-26 13:00:31 -05:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Reduce the time_read threshold to one minute. (#12159) 2021-02-20 08:25:32 -03:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models FIX - use ImageMagick to determine size of svg images (#12230) 2021-03-01 11:44:00 -05:00
serializers Add watched words of type "replace" (#12020) 2021-02-25 14:00:58 +02:00
services FIX: send notification in user's locale if available. (#12215) 2021-02-25 23:40:37 +05:30
views FIX: adds google tracking to page publishing (#12090) 2021-02-15 19:00:35 +01:00