summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Compare geometries rectangles with Rect::approx_eq()Federico Mena Quintero2022-05-091-12/+26
* Add the primitive_geometries fixtures to Makefile.amFederico Mena Quintero2022-05-091-0/+1
* Add test for a rect in an isolation contextFederico Mena Quintero2022-05-093-1/+33
* Use JSON fixtures for the primitive_geometries testsFederico Mena Quintero2022-05-097-119/+206
* Test all the geometries for named elements in the Horizon EDA filesFederico Mena Quintero2022-05-061-8/+58
* Read the geometry filesFederico Mena Quintero2022-05-061-0/+26
* Add test files from the Horizon EDA projectFederico Mena Quintero2022-05-0610-0/+3230
* tests/src/geometries.rs: Start a test module for element geometriesFederico Mena Quintero2022-05-063-0/+54
* Test stroked, and stroked/unfilled rectanglesFederico Mena Quintero2022-05-021-0/+86
* tests/src/primitive_geometries.rs: Start a new suite of tests for the geometr...Federico Mena Quintero2022-05-023-0/+51
* (#823): Regression in geometry computation when the SVG viewBox does not matc...Federico Mena Quintero2022-04-292-0/+15
* (#721): Catch circular references when drawing patternsFederico Mena Quintero2022-03-142-0/+17
* Enable the SVG1.1 tests with text scaled non-proportionallyFederico Mena Quintero2022-03-094-0/+0
* (#599) - Draw all text as paths, to fix text scaled non-proportionally.Federico Mena Quintero2022-03-09177-6/+14
* New test to ensure an output PDF has textual contentFederico Mena Quintero2022-03-081-0/+16
* PdfPredicate.with_text() - simple way to test for a PDF containing some textu...Federico Mena Quintero2022-03-081-0/+29
* Remove the last uses of "extern crate"Federico Mena Quintero2022-03-087-13/+4
* New test file for text elementsFederico Mena Quintero2022-03-081-0/+11
* Revert "(#599) - Draw all text as paths, to fix text scaled non-proportionally."Federico Mena Quintero2022-03-05177-14/+6
* Revert "Enable the SVG1.1 tests with text scaled non-proportionally"Federico Mena Quintero2022-03-054-0/+0
* Add tests for when ellipse's rx/ry properties default to "auto"Federico Mena Quintero2022-03-047-0/+39
* test_svg_reference: declare all the imports here so users don't have toFederico Mena Quintero2022-03-041-1/+3
* Implement geometry propertiesJeremias Ortega2022-02-273-18/+12
* Use the AspectRatio machinery for ResizeStrategy::Fit when keeping the aspect...Federico Mena Quintero2022-02-241-1/+1
* Enable the SVG1.1 tests with text scaled non-proportionallyFederico Mena Quintero2022-02-044-0/+0
* (#599) - Draw all text as paths, to fix text scaled non-proportionally.Federico Mena Quintero2022-02-04177-6/+14
* Remove obsolete tests for 777834-empty-text-children.svgFederico Mena Quintero2022-02-042-78/+0
* New test for the computed bounds of text elements at the API levelFederico Mena Quintero2022-02-042-5/+52
* Add a test for the bounds of a text elementFederico Mena Quintero2022-02-043-0/+74
* Extract function to compute bounding rectangles from compute_stroke_and_fill_boxFederico Mena Quintero2022-02-041-0/+0
* Fix dimensions in test caseFederico Mena Quintero2022-02-041-2/+2
* tests: fix broken API usageBilal Elmoussaoui2022-01-271-1/+2
* tests: revert the cairo workaround in !627Bilal Elmoussaoui2022-01-271-17/+2
* Refresh text-text-03-b-ref.pngFederico Mena Quintero2022-01-211-0/+0
* Ignore the three tests that have text scaled non-uniformlyFederico Mena Quintero2022-01-213-0/+0
* Update test reference files for PangoFederico Mena Quintero2022-01-214-0/+0
* Add test cases for display:none and visibility:hiddenMichael Howell2022-01-076-0/+41
* tests/Makefile.am - Oops, add src/predicates/svg.rsFederico Mena Quintero2021-12-171-0/+1
* Update the png crateFederico Mena Quintero2021-12-081-9/+5
* SvgPredicate: extract the dimensions with librsvg itselfFederico Mena Quintero2021-12-071-45/+27
* SvgPredicate: make eval() actually test if some bytes are an SVG documentFederico Mena Quintero2021-12-072-13/+11
* Merge branch 'user-specified-units' into 'main'Federico Mena Quintero2021-12-074-5/+267
|\
| * Linting changesDaniel Petri Rocha2021-11-232-14/+11
| |\
| | * SvgPredicate with libxml parserDaniel Petri Rocha2021-11-224-5/+270
| * | SvgPredicate with libxml parserDaniel Petri Rocha2021-11-224-5/+270
| |/
* | Add svg2-reftests to tests/Makefile.amFederico Mena Quintero2021-11-121-0/+1
* | (#818): Allow having a mask and opacity in the same elementFederico Mena Quintero2021-11-113-0/+16
* | pattern: Don't panic when trying to resolve with an empty bounding boxFederico Mena Quintero2021-11-113-1/+31
* | Handle the isolation property in the drawing machineryFederico Mena Quintero2021-11-113-0/+18
* | Call cairo_has_current_point() by hand since cairo-rs-sys is buggyFederico Mena Quintero2021-11-051-2/+17