summaryrefslogtreecommitdiff
path: root/source/svg/svg-run.c
AgeCommit message (Expand)Author
2017-01-31svg: Add arc support.Tor Andersson
2016-10-19Move headers to make svg_document an internal type.Sebastian Rasmussen
2016-10-12svg: Remove newlines from fz_warn messages.Tor Andersson
2016-09-20SVG: If no width/height given, then guess from viewBox.Robin Watts
2016-09-19Update SVG document handler; circles.Robin Watts
2016-09-18svg: Use fz_atof() and fz_strtod().Sebastian Rasmussen
2016-09-18svg: Fix typo in opacity attribute variable name.Sebastian Rasmussen
2016-09-16Silence some warnings.Robin Watts
2016-07-18Bug 696927: Move debug printfs to fz_warn.Robin Watts
2016-04-26svg: Add SVG parser.Tor Andersson