13
0
livetrax/libs/canvas
Paul Davis a08c0ea1da manually revert change to canvas expose handling in fee026c5ef
Breaking out the rectangles implies a z-axis ordering of drawing,because the rect drawn last will implicitly be "on top".
But redraw areas are not submitted with any z-axis information, and so drawing like this breaks canvas layering. It
would be more efficient to draw the rects separately, but we don't have any ordering information and so we cannot do it
correctly.
2014-03-05 13:12:18 -05:00
..
benchmark
canvas
doc
test
arc.cc
arrow.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc
circle.cc
curve.cc
debug.cc
drag_handle.cc
fill.cc
flag.cc
group.cc
i18n.h
image.cc
item.cc
line_set.cc
line.cc
lookup_table.cc
Notes
outline.cc
pixbuf.cc
poly_item.cc
poly_line.cc
polygon.cc
rectangle.cc
root_group.cc
run-manual-test.sh
run-tests.sh
stateful_image.cc
text.cc
types.cc
utils.cc
wave_view.cc
wscript