index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
svg
Age
Commit message (
Expand
)
Author
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-19
Move headers to make svg_document an internal type.
Sebastian Rasmussen
2016-10-12
svg: Remove newlines from fz_warn messages.
Tor Andersson
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-09
Open document file in fz_open_document().
Sebastian Rasmussen
2016-09-20
SVG: If no width/height given, then guess from viewBox.
Robin Watts
2016-09-19
Update SVG document handler; circles.
Robin Watts
2016-09-19
svg: Throw on nonconforming transform attributes.
Sebastian Rasmussen
2016-09-18
svg: Use fz_atof() and fz_strtod().
Sebastian Rasmussen
2016-09-18
svg: Ensure that read svg file is null-terminated.
Sebastian Rasmussen
2016-09-18
svg: Fix typo in opacity attribute variable name.
Sebastian Rasmussen
2016-09-16
Silence some warnings.
Robin Watts
2016-07-18
Bug 696927: Move debug printfs to fz_warn.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-05-20
html: Add SVG image support.
Tor Andersson
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-26
svg: Add fz_new_display_list_from_svg function.
Tor Andersson
2016-04-26
Fix refcounting on SVG documents.
Robin Watts
2016-04-26
svg: Add SVG parser.
Tor Andersson