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
/
svg-run.c
Age
Commit message (
Expand
)
Author
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-05-18
Fix segfault in SVG parser when encountering text data.
Tor Andersson
2018-02-27
svg: Fix circle/ellipse drawing.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-09-19
Fix 698558: Handle non-tags in tag name comparisons.
Tor Andersson
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-29
Make PI/RADIAN/SQRT2/LN2 global single precision float constants.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-01-31
svg: Add arc support.
Tor Andersson
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-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-18
svg: Use fz_atof() and fz_strtod().
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-04-26
svg: Add SVG parser.
Tor Andersson