summaryrefslogtreecommitdiff
path: root/source/svg
AgeCommit message (Expand)Author
2018-11-07Use utility parsing functions in svg_parse_transform.Tor Andersson
2018-11-07Fix 699747: Apply viewBox transform.Tor Andersson
2018-10-23Drop SVG document upon exception opening directory.Sebastian Rasmussen
2018-10-23Throw when page number is out of range.Sebastian Rasmussen
2018-10-23Remove extra blank lines.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-05-18Fix segfault in SVG parser when encountering text data.Tor Andersson
2018-02-27svg: Fix circle/ellipse drawing.Tor Andersson
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-19Fix 698558: Handle non-tags in tag name comparisons.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-05-23Remove unused strtod function.Tor Andersson
2017-05-23svg: Allow missing optional commas in transform attribute.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-01-31svg: Add arc support.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
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-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-10-09Open document file in fz_open_document().Sebastian Rasmussen
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-19svg: Throw on nonconforming transform attributes.Sebastian Rasmussen
2016-09-18svg: Use fz_atof() and fz_strtod().Sebastian Rasmussen
2016-09-18svg: Ensure that read svg file is null-terminated.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-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-05-20html: Add SVG image support.Tor Andersson
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26svg: Add fz_new_display_list_from_svg function.Tor Andersson
2016-04-26Fix refcounting on SVG documents.Robin Watts
2016-04-26svg: Add SVG parser.Tor Andersson