From 0b3b3a65b7de09ed1aefc8f294c3802bfe6d78e6 Mon Sep 17 00:00:00 2001 From: "David C. Lonie" Date: Wed, 29 Mar 2017 15:49:28 -0400 Subject: [PATCH] Update baselines for Context2D rendering. The OpenGL2 backend has changed how text is positioned -- instead of aligning the entire texture manually (and only for rotations that are multiples of 90 degrees), we now use the anchor position provided by the text renderer that aligns to the drawn pixels and supports arbitrary rotations. --- Charts/Core/Testing/Data/Baseline/TestAreaPlot.png.md5 | 2 +- Charts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5 | 2 +- .../Core/Testing/Data/Baseline/TestChartDoubleColors_3.png.md5 | 1 + Charts/Core/Testing/Data/Baseline/TestChartDouble_3.png.md5 | 1 + .../Core/Testing/Data/Baseline/TestChartTileScaling_1.png.md5 | 1 + .../Testing/Data/Baseline/TestChartXYInvertedAxis_2.png.md5 | 1 + Charts/Core/Testing/Data/Baseline/TestChartsOn3D.png.md5 | 2 +- .../Testing/Data/Baseline/TestColorTransferFunction_2.png.md5 | 1 + Charts/Core/Testing/Data/Baseline/TestLinePlot2.png.md5 | 2 +- .../Core/Testing/Data/Baseline/TestLinePlotAxisFonts_2.png.md5 | 1 + .../Core/Testing/Data/Baseline/TestLinePlotAxisFonts_3.png.md5 | 1 + .../Core/Testing/Data/Baseline/TestParallelCoordinates.png.md5 | 2 +- .../Testing/Data/Baseline/TestParallelCoordinatesDouble.png.md5 | 2 +- .../Data/Baseline/TestParallelCoordinatesDouble_1.png.md5 | 1 + .../Testing/Data/Baseline/TestParallelCoordinates_1.png.md5 | 1 + .../Data/Baseline/TestScatterPlotMatrixVehicles_2.png.md5 | 1 + .../Core/Testing/Data/Baseline/TestScatterPlotMatrix_3.png.md5 | 1 + .../Core/Testing/Data/Baseline/TestScatterPlotMatrix_4.png.md5 | 1 + Charts/Core/Testing/Data/Baseline/TestStackedBarGraph.png.md5 | 2 +- Charts/Core/Testing/Data/Baseline/TestZoomAxis.png.md5 | 2 +- Charts/Core/Testing/Data/Baseline/TestZoomAxis_2.png.md5 | 1 + IO/Export/Testing/Data/Baseline/TestStackedPlotGL2PS.png.md5 | 2 +- .../Infovis/Testing/Data/Baseline/TestDendrogramItem_2.png.md5 | 1 + .../Infovis/Testing/Data/Baseline/TestDendrogramItem_3.png.md5 | 1 + 24 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 Charts/Core/Testing/Data/Baseline/TestChartDoubleColors_3.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestChartDouble_3.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestChartTileScaling_1.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestChartXYInvertedAxis_2.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestColorTransferFunction_2.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_2.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_3.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble_1.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestParallelCoordinates_1.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrixVehicles_2.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_3.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_4.png.md5 create mode 100644 Charts/Core/Testing/Data/Baseline/TestZoomAxis_2.png.md5 create mode 100644 Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_2.png.md5 create mode 100644 Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_3.png.md5 diff --git a/Charts/Core/Testing/Data/Baseline/TestAreaPlot.png.md5 b/Charts/Core/Testing/Data/Baseline/TestAreaPlot.png.md5 index ec70304c864..b1763649dbc 100644 --- a/Charts/Core/Testing/Data/Baseline/TestAreaPlot.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestAreaPlot.png.md5 @@ -1 +1 @@ -8987f6d71f63e5f82c8456a3b939839c +99c5b096dc3797202145a9a7b36e4f26 diff --git a/Charts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5 index 4d3733a4164..2cfd0904fab 100644 --- a/Charts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5 @@ -1 +1 @@ -560c086730310d20ab59162bfadce07e +b9956cde994f1b3cc13eadcbab160743 diff --git a/Charts/Core/Testing/Data/Baseline/TestChartDoubleColors_3.png.md5 b/Charts/Core/Testing/Data/Baseline/TestChartDoubleColors_3.png.md5 new file mode 100644 index 00000000000..a85f27fed6e --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestChartDoubleColors_3.png.md5 @@ -0,0 +1 @@ +dc8c6e0934f1ed90e19a3fb12dd641d8 diff --git a/Charts/Core/Testing/Data/Baseline/TestChartDouble_3.png.md5 b/Charts/Core/Testing/Data/Baseline/TestChartDouble_3.png.md5 new file mode 100644 index 00000000000..938820a70fd --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestChartDouble_3.png.md5 @@ -0,0 +1 @@ +934fe54906f137eba231e915d4d21f9b diff --git a/Charts/Core/Testing/Data/Baseline/TestChartTileScaling_1.png.md5 b/Charts/Core/Testing/Data/Baseline/TestChartTileScaling_1.png.md5 new file mode 100644 index 00000000000..2d628f4f502 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestChartTileScaling_1.png.md5 @@ -0,0 +1 @@ +32405977b50282aa38d1d30c24991000 diff --git a/Charts/Core/Testing/Data/Baseline/TestChartXYInvertedAxis_2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestChartXYInvertedAxis_2.png.md5 new file mode 100644 index 00000000000..3bad741e32a --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestChartXYInvertedAxis_2.png.md5 @@ -0,0 +1 @@ +56b53e694f39b570a0ccb63dd1dfd6d0 diff --git a/Charts/Core/Testing/Data/Baseline/TestChartsOn3D.png.md5 b/Charts/Core/Testing/Data/Baseline/TestChartsOn3D.png.md5 index 1f387f5cb33..2cb228776c7 100644 --- a/Charts/Core/Testing/Data/Baseline/TestChartsOn3D.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestChartsOn3D.png.md5 @@ -1 +1 @@ -7e1bd0fd8be85c1c3acb56c096d16fa9 +6fe02b9423ca49dcc6416ef502e75469 diff --git a/Charts/Core/Testing/Data/Baseline/TestColorTransferFunction_2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestColorTransferFunction_2.png.md5 new file mode 100644 index 00000000000..285f7360515 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestColorTransferFunction_2.png.md5 @@ -0,0 +1 @@ +38adbd804f097db6621e6b2df0a9ee66 diff --git a/Charts/Core/Testing/Data/Baseline/TestLinePlot2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestLinePlot2.png.md5 index 1a59e24e41e..ae7156539c5 100644 --- a/Charts/Core/Testing/Data/Baseline/TestLinePlot2.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestLinePlot2.png.md5 @@ -1 +1 @@ -e8b91a00bfe5d633911493d78d4142ae +de14634f9b6464f8ce10e0b25e00943b diff --git a/Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_2.png.md5 new file mode 100644 index 00000000000..eb63732b511 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_2.png.md5 @@ -0,0 +1 @@ +43ea1b4f12ef3448a7bcf9e1a0c80741 diff --git a/Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_3.png.md5 b/Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_3.png.md5 new file mode 100644 index 00000000000..1cd1d536b49 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestLinePlotAxisFonts_3.png.md5 @@ -0,0 +1 @@ +7744c7af2540db7b968e83f87dc88bb5 diff --git a/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates.png.md5 b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates.png.md5 index e8ef492013a..e467bc56a96 100644 --- a/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates.png.md5 @@ -1 +1 @@ -b794b442db126a384e49a0379b4ebde2 +37a3464574d6ecee0a15ba7f0bcf4b03 diff --git a/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble.png.md5 b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble.png.md5 index b9d3503b224..dd9bb5d1f8d 100644 --- a/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble.png.md5 @@ -1 +1 @@ -fd11c765b7040b74dcd81aebbb4a9b9f +1a28d1a89c19e5103a686d886a1abcbb diff --git a/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble_1.png.md5 b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble_1.png.md5 new file mode 100644 index 00000000000..5e2f2bcea92 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinatesDouble_1.png.md5 @@ -0,0 +1 @@ +2989215fa56e9a58c512f845fb52ae9d diff --git a/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates_1.png.md5 b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates_1.png.md5 new file mode 100644 index 00000000000..f01a3822152 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestParallelCoordinates_1.png.md5 @@ -0,0 +1 @@ +fe7c7cd7a232432754645fc544f37e8e diff --git a/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrixVehicles_2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrixVehicles_2.png.md5 new file mode 100644 index 00000000000..fd45ea320eb --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrixVehicles_2.png.md5 @@ -0,0 +1 @@ +12d54db6d0fcecf93b990ca60536b10b diff --git a/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_3.png.md5 b/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_3.png.md5 new file mode 100644 index 00000000000..4c444feac0c --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_3.png.md5 @@ -0,0 +1 @@ +d082e4c470779d3950bc4638ad8fba93 diff --git a/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_4.png.md5 b/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_4.png.md5 new file mode 100644 index 00000000000..1df428cb3d0 --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestScatterPlotMatrix_4.png.md5 @@ -0,0 +1 @@ +0225b346f33f5bd9203892ed307d7d13 diff --git a/Charts/Core/Testing/Data/Baseline/TestStackedBarGraph.png.md5 b/Charts/Core/Testing/Data/Baseline/TestStackedBarGraph.png.md5 index 6136860ec5a..f5522e66860 100644 --- a/Charts/Core/Testing/Data/Baseline/TestStackedBarGraph.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestStackedBarGraph.png.md5 @@ -1 +1 @@ -3191ce2d21324ed69ffa1b8904d1bca9 +16a350d2e647ffdd7d36c0153888d0b9 diff --git a/Charts/Core/Testing/Data/Baseline/TestZoomAxis.png.md5 b/Charts/Core/Testing/Data/Baseline/TestZoomAxis.png.md5 index 242d5de081f..e31a2ee648c 100644 --- a/Charts/Core/Testing/Data/Baseline/TestZoomAxis.png.md5 +++ b/Charts/Core/Testing/Data/Baseline/TestZoomAxis.png.md5 @@ -1 +1 @@ -40118c94b3b8d3a5cefb5d7c39f963e0 +cef44042b2b62eed0ed663a3616d2e83 diff --git a/Charts/Core/Testing/Data/Baseline/TestZoomAxis_2.png.md5 b/Charts/Core/Testing/Data/Baseline/TestZoomAxis_2.png.md5 new file mode 100644 index 00000000000..885f9cdf60a --- /dev/null +++ b/Charts/Core/Testing/Data/Baseline/TestZoomAxis_2.png.md5 @@ -0,0 +1 @@ +01024d8e2f6be01e099dd960f3a758e3 diff --git a/IO/Export/Testing/Data/Baseline/TestStackedPlotGL2PS.png.md5 b/IO/Export/Testing/Data/Baseline/TestStackedPlotGL2PS.png.md5 index e4a344969a1..e5826f1487b 100644 --- a/IO/Export/Testing/Data/Baseline/TestStackedPlotGL2PS.png.md5 +++ b/IO/Export/Testing/Data/Baseline/TestStackedPlotGL2PS.png.md5 @@ -1 +1 @@ -9b4709cad3077910e6a1a8f3e68b516f +66ebc6bbc073ef005938b2d3026b71e6 diff --git a/Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_2.png.md5 b/Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_2.png.md5 new file mode 100644 index 00000000000..6ac84f5f44a --- /dev/null +++ b/Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_2.png.md5 @@ -0,0 +1 @@ +91f16ab9a1f0262d4654e399668b26ff diff --git a/Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_3.png.md5 b/Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_3.png.md5 new file mode 100644 index 00000000000..485ecb38f64 --- /dev/null +++ b/Views/Infovis/Testing/Data/Baseline/TestDendrogramItem_3.png.md5 @@ -0,0 +1 @@ +0073e6c32ea452a741257c3d33cce56a