summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test to verify that rsvg-convert renders the background colorrefactor-test-utilsSven Neumann2021-01-263-1/+988
* Implement PngPredicate.with_contents() using tests::reference_utilsSven Neumann2021-01-263-39/+86
* Refactor test_utils and move it to the testsSven Neumann2021-01-2612-291/+245
* Draft a predicate to compare a PNG file's contents to a referenceSven Neumann2021-01-261-0/+77
* rsvg-convert: Fix misrendered images with non-1.0 zoomsFederico Mena Quintero2021-01-251-20/+15
* rsvg-convert: Compute the natural and final sizes outside of create_surfaceFederico Mena Quintero2021-01-251-23/+22
* rsvg-convert: extract the final_size computation to a functionFederico Mena Quintero2021-01-251-6/+10
* rsvg-convert: return a Size from natural_size(), not a (w, h) tupleFederico Mena Quintero2021-01-251-5/+10
* rsvg-convert: Extract function to compute the natural size of the requested i...Federico Mena Quintero2021-01-251-3/+7
* rsvg-convert: rename variablesFederico Mena Quintero2021-01-251-4/+4
* rsvg-convert: Overwrite existing files by defaultFederico Mena Quintero2021-01-252-1/+22
* rsvg-convert: Actually cr.paint() the background colorFederico Mena Quintero2021-01-221-0/+2
* rsvg-convert: use PathOrUrl instead of plain PathBufFederico Mena Quintero2021-01-212-6/+26
* Export PathOrUrl for rsvg-convert and impl some common traits for itFederico Mena Quintero2021-01-213-2/+13
* PathOrUrl: new get_gfile methodFederico Mena Quintero2021-01-211-3/+8
* PathOrBuf: new from_os_str() methodFederico Mena Quintero2021-01-211-1/+9
* PathOrUrl: extract function to do the UTF8-to-PathOrUrl heuristicFederico Mena Quintero2021-01-211-8/+11
* rsvg-convert: shorten codePaolo Borelli2021-01-181-19/+10
* Remove color utils and rsvg-css.h private header.Paolo Borelli2021-01-177-255/+1
* c-api: rework the LegacySizing helper traitPaolo Borelli2021-01-174-35/+44
* rsvg-convert: remove wrong testcasePaolo Borelli2021-01-171-11/+0
* rsvg-convert: rename file to rsvg-convert.rsPaolo Borelli2021-01-172-1/+1
* rsvg-convert: remove the C code and add the rust one to the buildPaolo Borelli2021-01-173-659/+19
* rsvg-convert: reword comment to not mention the old apiPaolo Borelli2021-01-171-5/+3
* rsvg-convert: cleanup resize strategyPaolo Borelli2021-01-171-6/+6
* rsvg-convert: use OnceCell for the lazy init of the surfacePaolo Borelli2021-01-171-67/+62
* rsvg-convert: move cairo context creation within SurfacePaolo Borelli2021-01-171-22/+26
* rsvg-convert: shorten surface code.Paolo Borelli2021-01-171-25/+17
* rsvg-convert: reorg the code a littlePaolo Borelli2021-01-171-322/+321
* rsvg-convert: add back the helper types for stdin and stdoutPaolo Borelli2021-01-171-8/+32
* rsvg-convert: error out if either width or height is 0Paolo Borelli2021-01-171-1/+1
* rsvg-convert: apply some cleanups suggested by imperioPaolo Borelli2021-01-171-17/+11
* rsvg-convert: consolidate everything in main.rsPaolo Borelli2021-01-176-651/+608
* rsvg-convert: simplify output handling and use GioPaolo Borelli2021-01-174-70/+57
* rsvg-convert: simplify input handlingPaolo Borelli2021-01-173-90/+30
* rsvg-convert: avoid unwrap panic in input handlingPaolo Borelli2021-01-171-20/+13
* rsvg-convert: simplify stdin codePaolo Borelli2021-01-171-8/+1
* rsvg-convert: use legacy sizing also for layersPaolo Borelli2021-01-173-26/+33
* rsvg-convert: fix export_id_option_error test casePaolo Borelli2021-01-171-1/+1
* rsvg-convert: implement the different sizing strategiesPaolo Borelli2021-01-174-39/+114
* rsvg_convert: fix empty_svg_yields_error test casePaolo Borelli2021-01-171-0/+4
* rsvg-convert: tweak the about stringPaolo Borelli2021-01-171-1/+1
* rsvg-convert: preserve the current output for versionPaolo Borelli2021-01-172-2/+2
* tests: use trim() on the EndsWithPredicateSven Neumann2021-01-171-6/+4
* tests: Adjust test for size overflowSven Neumann2021-01-171-4/+6
* rsvg-convert: Get the legacy document size as rsvg-convert.c doesFederico Mena Quintero2021-01-171-5/+9
* Export the LegacySize crate from c_api just for rsvg_convertFederico Mena Quintero2021-01-172-1/+6
* rsvg-convert: Rename Zoom struct to ScaleSven Neumann2021-01-173-14/+14
* rsvg-convert: Validate resolution and zoom valuesSven Neumann2021-01-171-0/+21
* rsvg-convert: Start to work on sizing the output properlySven Neumann2021-01-174-68/+110