Skip to content

Commit 0769349

Browse files
committed
[vector_graphics] Add auto mode for vector_graphic:
Auto mode generates the appropriate raster cache for the current drawing size to reduce the overhead of subsequent RenderPass executions. If the cache is not created or is too large, it will automatically fall back to picture mode for real-time rendering.
1 parent 279dda8 commit 0769349

File tree

6 files changed

+1062
-3
lines changed

6 files changed

+1062
-3
lines changed

packages/vector_graphics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0
2+
3+
* Add an auto render strategy to reduce Impeller engine rendering overhead.
4+
15
## 1.1.18
26

37
* Allow transition between placeholder and loaded image to have an animation.

0 commit comments

Comments
 (0)