We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ed706 commit 301fb87Copy full SHA for 301fb87
libraries/pico_vector/pico_vector.hpp
@@ -47,6 +47,8 @@ namespace pimoroni {
47
_pp_nodes = pp_nodes;
48
_pp_node_counts = pp_node_counts;
49
50
+ pp_transform(NULL);
51
+
52
pp_tile_callback(PicoVector::tile_callback);
53
54
set_antialiasing(graphics->supports_alpha_blend() ? PP_AA_X4 : PP_AA_NONE);
0 commit comments