summaryrefslogtreecommitdiff
path: root/source/fitz/svg-device.c
AgeCommit message (Expand)Author
2018-11-12Bug 699992: Use feBlend filters in SVG output for PDF blendings.Robin Watts
2018-11-07Fix 700043: Don't assume a font is t3 just because fz_outline_glyph fails.Tor Andersson
2018-10-23Add fz_write_pixmap_as_data_uri helper function.Tor Andersson
2018-10-23Allow SVG output to keep ID numbers unique across pages.Tor Andersson
2018-09-04Fix 699177: Don't clamp line width to 1 after scaling by matrix expansion.Tor Andersson
2018-07-05Silence warning.Tor Andersson
2018-07-05Pass rects by value: device and document interface.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-02-13Add fz_begin_layer/fz_end_layer.Robin Watts
2017-10-24Make sure shades use proper "default" color space.Michael Vrhel
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Fix overprint with shadings.Robin Watts
2017-08-09Add common fz_write_image_as_data_uri function for HTML and SVG output.Tor Andersson
2017-07-27Add fz_write_base64 function.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
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-04-27Include required system headers.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-15svgwrite: Use width of glyph to position characters in cluster maps.Tor Andersson
2017-03-15svgwrite: Use #RRGGBB color syntax.Tor Andersson
2017-03-15svgwrite: Fix pen advance for ligatures.Tor Andersson
2017-03-15Optimize svg text output.Tor Andersson
2017-03-02Improve SVG text output.Tor Andersson
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
2017-02-20Fix svg text output when text span is all whitespace or empty.Tor Andersson
2017-02-20Add fz_font_is_bold and italic functions. Use them for svg output.Tor Andersson
2017-02-20Emit more newlines in svg output.Tor Andersson
2017-02-14Make svg text output format a runtime option.Tor Andersson
2017-02-08Add SVG_TEXT_AS_TEXT define.Robin Watts
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-19SVG output: Fix dropped group alpha.Robin Watts
2016-11-14More API tweaks.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Workaround 0 line-width strokes in svg output.Robin Watts
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-16Bug 695988: Avoid sending image data multiple times.Robin Watts
2016-09-06Devices now handle colorspace being NULL as alpha-only.Sebastian Rasmussen
2016-09-01Use fz_convert_color().Sebastian Rasmussen
2016-07-20Add char encoding to produced SVG files.Robin Watts
2016-07-13Fix memory leaks in SVG device.Robin Watts
2016-07-13Bug 696846: Fix badly formed SVG output.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-20Bug 696847: Fix SEGV in svg device.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts