Commit 2587ddf
3.0.3 Features, fixes (#55)
* Remove obsolete skia-mapper, prepare code to work with Lets-Plot v4.9.0
* Experimental visual testing
* Fix build
* Add figureModel cleanup in android plot panel
* Migrate to 'drawable' from 'figure'
* PlotFigureModel inherits FigureModelBase
* Remove Skiko dependency from build configuration
* Remove unused skiko version from build.gradle.kts
* Update PlotFigureModel to use SpecOverrideState.
* Remove 0.0.1-SNAPSHOT
* Remove redundant dependencies already present in lets-plot-common
* Add SkiaComposeCanvasTests to validate canvas rendering functionality
* visual-testing initial integration. Temp ignored due to fonts inconsistency
* Add NotoFontManager for test
* Achieve rendering parity in Skia canvas and enable regression testing
* Initial support for visual-tests on Android
* Switch to LP 4.9.0-rc1
* Disable visual tests
* Fix tests, minor code cleanup
* Add macOS-specific image baselines due to text rendering differences
* Update Kotlin and dependency versions in gradle.properties
* Rename CanvasView2
---------
Co-authored-by: Ivan Kupriyanov <ikupriyanov@horis.ru>
Co-authored-by: Ivan Kupriyanov <horis.ikupriyanov@gmail.com>1 parent d680735 commit 2587ddf
305 files changed
Lines changed: 968 additions & 7649 deletions
File tree
- demo
- plot
- compose-android-median
- compose-android-min
- compose-android-redraw
- compose-desktop/src/main/kotlin/demo/plot/interact
- svg
- compose-desktop
- src/main/kotlin/demo/svg
- swing
- src/main/kotlin/demo/svg
- utils
- view
- android-plot-view/src/main/kotlin/demo/plot/view
- android-svg-view/src/main/kotlin/demo/svg/view
- lets-plot-compose
- src
- androidMain/kotlin/org/jetbrains/letsPlot/compose
- commonMain/kotlin/org/jetbrains/letsPlot/compose
- desktopMain/kotlin/org/jetbrains/letsPlot/compose
- canvas
- desktop
- desktopTest
- kotlin/org/jetbrains/letsPlot/visualtesting/compose
- canvas
- resources
- expected-images
- canvas
- macos/canvas
- fonts
- platf-android
- src
- androidInstrumentedTest
- assets/font
- kotlin/org/jetbrains/letsPlot
- android
- canvas
- visualtesting
- canvas
- resources
- expected-images/canvas
- androidMain/kotlin/org/jetbrains/letsPlot/android/canvas
- platf-skia
- src
- commonMain/kotlin/org/jetbrains/letsPlot/skia
- builder
- mapping/svg
- attr
- shape
- view
- jvmTest/kotlin/org/jetbrains/letsPlot/skia/shape
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
This file was deleted.
Lines changed: 0 additions & 87 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 13 deletions
This file was deleted.
0 commit comments